MyBB Community Forums

Full Version: Make images automatically resize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2013-09-09, 05:54 PM).m. Wrote: [ -> ]remove your earlier code and try below code in global.css

img {
max-width: 255px;
height: auto;
}

(however max-width can be of more size)
remember to hard refresh your browser (eg. press CTRL + F5) on a topic page after saving global.css

very helpful, thanks Heart

i have set it on 720px & that's worked perfect Big Grin



img {

max-width: 720px;

height: auto;

}
Pages: 1 2