Responsive Blogger Blog Post Image
- First you need and should log into your Blogger Dashboard.
- Now click on Template Then Click Edit HTML like bellow.
![]() |
Responsive Blogger Post Image |
- Now Press Crel+F into The Html are For find </b:skin> and find it.
- Now Just Before </b:skin> this tag paste Bellow code.
.post-body img {
max-width:100%;
height:auto;
}
|
![]() |
Responsive Blogger Post Image |
- Now click on Save Template and you are done.