How to Fix Blurry Pictures in the home page Blogger


How to Fix Blurry Picture in the home page Blogger? 


how-to-fix-blurry-pictures-blogger



I've noticed all my blogger homepages went blurry all of the sudden, thousands users of blogger platform are faced with the annoying problem. When loading the home page of the blog post, preview images are displayed in the form of blurred, to such an extent that it is difficult to understand about what this picture.


The thing is that Blogger has decided to change the format of the thumbnails in the preview of the posts (messages). That is why there was such an error in some templates. But lucky you are here , solution for this problem can be fixed.


  •   Go to blogger dashboard
  •   Go to the section: Theme
  •   Edit HTML
  •   Find the tag <head> and paste the following code under the tag 



<script type='text/javascript'>
//<![CDATA[
function bp_thumbnail_resize(e,t){var n=281;var r=201;image_tag='<img width="'+n+'" height="'+r+'" src="'+e.replace("/s72-c-k-no/","/w"+n+"-h"+r+"-c/")+'" alt="'+t.replace(/"/g,"")+'" title="'+t.replace(/"/g,"")+'"/>';if(t!="")return image_tag;else return""}
//]]>
</script>

PS: the <head> tag is located in the beginning of the template .



If this code doesn't work with your template it's ok  there is alternative way to Fix Blurry Picture in blogger



Go ahead to the theme section EDIT HTML and look for this : /s72-c/




change it with this:  /s72-c-k-no/


Now Save template and done.