How To Make Blog or Website Pictures Responsive

Step -1 First go to your blogger dashboard - Login

Step -2 Now go to"Template" section and then click on "Edit Html" button to make some changes.

Step -3 After that find the below tag (code) by pressing "Ctrl+ F" key together from your stylish keyboard.

]]></b:skin>
Step -4  And then copy the below CSS code and paste it just before  ]]></b:skin>

.post-body img {
  max-width:100%;
  height:auto;
}
Step -5  Now click on the orange save template button to apply the changes.

Finished And chack Your website Pictures.