I had the same problem. I took mine outside the container in html and used the following code in my CSS:
jumbotron { position: relative; background: url("img.url") no-repeat center center; width:100%; height: 100%; background-size: 100% 100%; }
source share