MyBB Community Forums

Full Version: Max-width?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why not add max-width to the css here so images that are larger then ususal don't pop out of the postbit area?

So like:

img {
    max-width: 800px;
}

Smile
Better to use ems and to target the .post_body class.
Or percentages and target the .post_body.
max-width: 100%; 
height: auto;

for images in several tds (postbit, profile, user CP) does the thing perfectly.
Well go for it. Is it added?