How to Improve Images Quality in Blog Posts

Today I bring a trick for bloggers to improve the image quality in their blog posts. I am not talking about optimizing the images, but I am talking about the quality of the images which normally distort after uploading the pictures in blog posts. Blogger’s image uploader never shows up the image in its original size we wanted it to be. And if we try to resize it, then it lost their quality. I found a solution that will help you to maintain the quality of images you upload to our blog posts.

Let’s perform this trick practically. But before I start the tutorial, you may be interested to check a demo of the difference you can get after applying the trick on your blog.

Have you noticed the difference in both the images? This is what we normally face in blogger. So, it’s time to learn how we can improve image quality in blogger.

Improving Image Quality in Blogger Post

The reason of poor quality is high compression ratio which is used to create the thumbnail. Once we insert a picture in our blog post, we have several options to resize it like Small, Medium, Large, X-Large and Original Size. But I like to resize it manually in HTML. Follow below steps to improve quality of your images in blogger.


  1.     Upload an image in blog post.
  2.     Now switch the post editor view to HTML mode.
  3.     Search for the image source code something like below.
    <img src=”https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihrJN3nj9T3bSPhnQhQIA56Y8Boq4mD-Nz2B4SLMXEDaNOBgOLoonQqtvxDX9TlA7DZjo8EPETykhgUIbAmLLh9hVzPHNPXa9ClWD9uZZUxiMQnoyg2ynKczMmTlyl6e2Pk_FLtlZ3JMlO/s320/image-quality.jpg” height=”120″ width=”320″ />
  4.     The above source code is the URL of a thumbnail and if we try to resize it, then it will lose its quality. To gain image quality back, simply delete s320/ from the image source code. Deleting this code will force the browser to display a scaled image with high definition.
  5.     If you want to display image in its original size, then simply edit its height and width.
  6.     That’s it.
Your Feedback!

This is the little trick that I use to improve image quality of images in blogger. I hope you guys would like it. Please give your valuable feedback about this post by leaving a comment below. Keep your eyes glued with this blog, because I have a lot of things to share with you. See you in my next tutorial. Take care!!!

0 Response to "How to Improve Images Quality in Blog Posts"

Post a Comment