Hello! How can I make a background through img with a fixed location, at any resolution?
.b-background-image { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } img { max-width: 100%; height: auto; } <div class="b-background-image"> <img src="/images/inhtml/catalog_bg.jpg" alt="" title="" class="b-background-image__image"> </div>