(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
i have set it on 720px & that's worked perfect
img {
max-width: 720px;
height: auto;
}