Image sizing
Posted by
Harvey on
Nov 24, 2011; 3:57am
URL: https://support.nabble.com/Image-sizing-tp7027028.html
With the help of a forum member (sorry I forget who!) I installed this CSS to control the size of images in my forum:
.nabble .message-text img {
max-width:700px;
height: auto;
margin-top: 5px;
margin-bottom: 5px;
}
My forum is about 760 pixels wide. By limiting the width of photos I can prevent the (annoying IMO) horizontal scroll bar. By limiting the width to 700 wide, the photo can be "quoted" ONCE without narrowing it enough to get the scroll bar.
Any way to use the full width (say 750) and have the photo auto-resize no matter how many times it is quoted?
Also another question - artificial means of limiting image sizes - either with the CSS above or the standard image sizes in the INSERT IMAGE menu ... it seems to make the images a little blurry. HOWEVER if you originally SIZE the image to 750 px (or whatever) and post it with SIZE = NONE the images comes out clearer. Why is that?
HTTPS Please!