SyntaxFix
Write A Post
Hire A Developer
Questions
The simplest way is to set the background-size CSS property to cover:
background-size
cover
.jumbotron { background-image: url("../img/jumbotron_bg.jpg"); background-size: cover; }