My challenge is using a large image as a background, as it always resizes automatically and cannot display the full height of the image. How should I handle this issue? One approach is to set the height to match the image's height. However, this means that every time I reuse the class for different images, I have to modify the height multiple times.
#HTML
div.img-bg
div.content
#CSS
.img-bg
background-image: .....