Blogger you create a post and add image large size. The image will be adjust manually same width for each image in all post difficult. Blogger image Max width in post body automatically, an Simple add a code in your Bolg. See the step by step method.
Step 1. Blogger Dashboard › Template › Edit HTML
Step 2. After that find this code "]]></b:skin>" in the template
Step 3. Add the following code just above this
--------------------------------------------------------------------------
.post-body img{max-width:500px;height:auto;clear:both}
--------------------------------------------------------------------------
Step 4. Now Save template › Done
You can change highlighted value in red color as per your blog width.
Need More Help? Just do comments.
Step 1. Blogger Dashboard › Template › Edit HTML
Step 2. After that find this code "]]></b:skin>" in the template
Step 3. Add the following code just above this
--------------------------------------------------------------------------
.post-body img{max-width:500px;height:auto;clear:both}
--------------------------------------------------------------------------
Step 4. Now Save template › Done
You can change highlighted value in red color as per your blog width.
Need More Help? Just do comments.
0 comments:
Post a Comment