How to Resize All Post Images Automatically in Blogger?
This is the code to Resize All Post's Images Automatically in Blogger:
1. Add this code before ]]></b:skin> tag
img {
This is the code to Resize All Post's Images Automatically in Blogger:
1. Add this code before ]]></b:skin> tag
img {
max-width: 480px;
width: expression(this.width > 480 ? 480: true);
border: none;
text-align: center;
}
Change number in red to fit your template
2. Save template - you done!
Đăng nhận xét