Are 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.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