Re: Image Sizing

Posted by Hugo <Nabble> on
URL: https://support.nabble.com/Image-Sizing-Text-Alignment-and-Formatting-tp5278993p5284454.html

Maybe the problem is in the forced resize. One thing you can do is make the image adjustable to the current width. So you should add this style code to the image tag:
style="width:100%"
For example:
<a href="myimage.jpg" style="width:100%">
Please try that and see if the blur still bothers you.
You may post a link to an image that you don't like and I will take a look.