How to Make Responsive image in Blogger

How to Make Responsive Post image in Blogger - In Some Blog there image is in the exit cross the line width of the content because the image width is greater than the width of the content. Someone Ask me How to Make Blogger Responsive Photo.


How to Make Responsive image in Blogger

HOW TO MAKE RESPONSIVE BLOGGER Post PICTURE

The problem that often occurs when you try to send a picture with a width greater than the size of the image content or blog posts will appear unresponsive when resizing your browser.
Today I'll give you a few tips on how to overcome the image that are not responsive by giving the CSS code for the image.


Make Blog Images and Post Thumbnails Responsive


Please open your blog > Templates> Edit HTML> Copy and paste the following CSS before
]]></ b: skin> or </ style>

.post-body img {
  max-width: 100%;
  height: auto;
}

Then save the changes and see the results.


Hope, May Be useful..

Post a Comment

Previous Post Next Post