Wednesday, August 29, 2012

Resize All Blogger Images With CSS - Trick

Author: Gagan Masoun

Resize All Blogger Images With CSS - TrickAre you planning to change your blogger template.But, afraid with published content which includes images sometimes due to over width or less width of your blog content area can scramble out of the view port.But, with the help of simple CSS code you can simply re-size all your blogger post images at once.

In this tutorial you will learn "How to Resize All Blogger Images At Once With CSS - Tricks".I hope this will help you a lot for your blogger blog.So, let's start this tutorial.

Resize All Blogger Images With CSS - Trick

  • Go to Blogger Dashboard > Template > Edit HTML
  • Press Ctrl + F and Search For ]]></b:skin> and Paste Below Code Above/Before It.
.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;
}
  • Save Your Template & Visit Your Blog

If you need any help ask via comments.Blessings and Peach guys :)

0 comments:

Post a Comment