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