How to Resize all image on blogger blog ?

resize image on blogger
Many blogger ask me about how to Resize all image on blogger blog with css code ? can this possible on blogger that all image showing same size? Yes that is possible now. You have to add simple css code on your templates for showing all images on same size.

Every blogmaster daily upload a lost of photo and image in blogger, I always want to show all photo or image with same size. Few days ago I want my photos showing bigger and not the automatic defualt size after uploading the image on blogger. Then you do resizing it manually with a few click that's right but if you have to re-size 25-40 photos or image in blogger blog and I want those all photos/images in it's original size ?

How to Resize all images in blogger ?

When you are having a huge images in your blog or article then it will be huge task to mentain the every image size of height and width of every single image, then you need to edit the height and width in all images. In order to get rid of this problem just follow these simple steps to resize all images in your blog within 1 minutes. 

  1. Sign in to your blogger.com
  2. Open your blog
  3. Go to Templates menu
  4. Click on Edit HTML
  5. Now find the code ]]></b:skin> by pressing Ctrl+F
  6. Now copy the below code and past it before above code

.post img {
float:center;
min-width:560px;
max-width:560px;
max-height:260px;
min-height:260px;
padding : 10px;
line-height : 2em;
margin: 0 auto 10px auto;
clear: both;
}

Click on Save button
Now done...

How to Customize this code ?

  1. Change the Max-Height value which you desire. 
  2. Change the Max-width value which you desire. 
  3. Change the Min-Height value which you desire.
  4. Change the Min-width value which you desire.
  5. Save and done...
So Friends If you find any problem to install this code on your blogger please comment below...