Place a background image just below the navbar bootstrap-4 Beta
Place a background image just below the navbar bootstrap-4 Beta I want to place a background image just below the navbar with full height . If I remove Bootstrap class fixed-top then background image automatically start below the navbar. In this situation what should I do? How can I achieve this task? fixed-top header#MyHeaderControl{ height: 100vh; width: 100%; background-image:url("https://images.pexels.com/photos/1055297/pexels-photo-1055297.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"); background-repeat: no-repeat; background-position: center center; background-size: cover; -webkit-background-size: cover; -moz-background-size:cover; -o-background-size:cover; } <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <script src="htt...