Check out my website:
If you scroll to the bottom of the site, you'll see an image of a bride sitting on a couch. I recently added this code to the stylesheet:
.novia img {min-width:1000px; float:none;}
This code was meant to maintain a fixed height for the image, which it did successfully. However, it also caused the image to extend outside of the body when the browser window width is reduced and scrolled right. This is not the desired effect.
Do you have any suggestions on how to fix this issue?
Thank you in advance for your help!