MyBB Community Forums

Full Version: Images Not Scaling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any idea why my images on my forum aren't scaling to 100% of the post box?

http://goo.gl/F7hFwP

I see the code:
.scaleimages img {
   max-width: 100%;
   height: auto;
}
max-width: 100% means exactly that: the image should not be wider than 100% of the parent element; if the image is more narrow, then it doesn't get scaled.

For what it's worth, it shows up fine for me in Firefox and Chrome. Maybe you want to know why your "post box" is so narrow?