How can you improve image quality in blogger|Blogger Tricks
Blogger is somewhere compromise on image quality. By default when you open upload any image blogger automatically reduces the quality of the image to make your site load faster. But many users face this problem of bad image quality in blogger. So today i will tell you How can you improve image quality in blogger.
Trick of How can you improve image quality in blogger:
First of login to your blogger and account and goto dashboard of your blog and then to template and click on edit html. In their press ctrl+f and search for </head> tag. When you find it simply add the below code just above it and then click on save template.
<script type='text/javascript'>//<![CDATA[$(document).ready(function() { // change the dimension variable below to be the pixel size you want var dimension = 90; // this identifies the PopularPosts1 div element, finds each image in it, and resizes it $('#PopularPosts1, #imageq, #related-posts').find('img').each(function(n, image){ var image = $(image); image.attr({src : image.attr('src').replace(/s\B\d{2,4}/,'s' + dimension)}); image.attr('width',dimension); image.attr('height',dimension); });});//]]></script>After adding the above code the only thing you have to do is whenever you upload any image to your blog's post simple add the DIV ID or DIV class in you image.so that it could fetch all the images in it and improve its quality accordingly.
Note: we havee added most common and easy IDs and Classes however you can change them to what you want.
Tips to improve image quality in blogger:
- Do not use blurry images that are highly pixelated make sure they are of high resolution and are taken from good camera as well.
- Adopt one width and try to resize your images using any photo editing software and then upload it to your site. This keeps your images quality better as well.
- Make sure that the image that you upload should be in PNG format, JPEG image usually increases the sizes of the image that alarms blogger to compress it in smaller format.
We hope that you fully understand the above trick if you have any question or any thing you want to ask simply comment below and we try to solve your problem as early as possible.
Also see:
Also see:
How can you improve image quality in blogger|Blogger Tricks
Reviewed by Maher Afrasiab
on
4:54:00 pm
Rating:

No comments: