Recent Posts

Best Blogger | Tech Tutorials
Subscribe Via Rss Subscribe To The Latest Tips & Tricks
Follow On Twitter Follow @naijaclub10_com On Twitter
Receive The Latest Posts Directly To Your Email - It's Free: Email rss Enter Your Email And Click Subscribe
What is rssHave You Subscribed ?

August 29, 2013

How to Make All Images the Same Size Automatically on Blogger

To apply this to your blogger blog
1. Navigate to Dashboard
2. Template
3. Click Customise->Advanced->Add CSS.

 Copy the following code and place it in the box.

.post-body img {
width: 400px;
height: auto;
}

.post table.tr-caption-container img {
width: 400px;
height: auto;
}

Replace 400 with the desired default width you’d like for your photos. Then press the ‘apply to blog’ button and all your images will change to the desired size

No comments:

Post a Comment