Auto Resizing the Blogger Blog Post Images

One of the biggest Blogger Templates problems is that many of the templates do not deal with images in the post nice



Two problems: illustrated with images
 

Use this code in Theme editor

  
    .post-body img {
    max-width: 100%;
    height: auto
    }
  

Refer to this complete Tutorial: https://digiworkblog.blogspot.com/2020/05/blogger-images-getting-distorted-in-mobile.html

Or,

Watch this video tutorial

Post a Comment

0 Comments