Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
244
2015-03-10, 10:55 AM
its already available in 1.8....
in global.css find
.scaleimages img {
max-width: 100%;
}
and change that to something like this if you want the size to not to exceed a limit...
.scaleimages img {
max-width: 800px;
}
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix
Posts: 124
Threads: 5
Joined: Nov 2014
Reputation:
9
2015-03-11, 05:17 AM
Check how it works in firefox browser, cause firefox manages max-width in other way than Google Chrome-like browsers.
When I've just changed max-width, ALL images (including smileys) become fixed size.
English is not my native language, so, sorry for any mistakes which I will do for sure.