Open:
styles/prosilver/theme/common.css
Find:
Code: Select all
img {
border-width: 0;
}
Code: Select all
img {
border-width: 0;
max-width: 100%;
}
styles/prosilver/theme/common.css
Code: Select all
img {
border-width: 0;
}
Code: Select all
img {
border-width: 0;
max-width: 100%;
}
Code: Select all
.postbody img
Well, when your logos/ads end up being cut off, you have a bigger problem I guess? Ideally, you should get a full sized image popup after clicking on the shrinked one, which would involve changing the following line in includes/bbcode.php to something suitable for that purposeArty wrote:That's a bad solution. It will affect all images, not only images in posts, including custom logos, ads, etc. If you want to resize image, add code forCode: Select all
.postbody img
Code: Select all
'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . '" />',
overflow: auto;
).It most certainly will have an affect!canonknipser wrote:It should have no effect on browser performance, because in both cases the browser has to load the image complete.
Yeah, horizontal scrollbars are horrible and break the entire layout.canonknipser wrote:But in my opinion resizing is much better than having a scrollbar