How To ReSize All Image On Blogger

Socialize: 

Before explaining the original hack , I would like to tell what most of the blogger might be doing to re-size their images while writing posts. Mostly they will use style tags to mention the width and height of the image.


Resize Single Image:

<img src=”http://yourblogname.com/thumbnail.png”style=”height:260px;width:560px;“/>

or
<img src=”http://www.yourblogname.com/thumbnail.png” width=”560″ height=”260″/>

Resize All Images:

But when you are having a number of images in your posts , then it becomes difficult to mention the image size and width in each and every image. And also if you change the template which contains different width , then you need to edit the size and width in all images.

In order to get rid off those head-aches , just follow these simple steps to resize images in your blog. Even if you have declared different image size and width in that image code , this code will overwrite those tags and will change the width and size you mentioned in the style sheet.

First go to layout section of your blogger blog. Then navigate to EDIT HTML section. Now search for this tag there.

]]></b:skin>

Now add the following code above that code line.

.post img {
float:center;
min-width:560px;
max-width:560px;
max-height:260px;
min-height:260px;
padding : 10px;
line-height : 2em;
margin: 0 auto 10px auto;
clear: both;
}

In that above code , edit the max-height and min-width tags and float to suit your main container width and height and float.

    You may also like...

  • Simple Link Your Google Profile Widget On Blog And Website

    Simple Link Your Google Profile Widget On Blog And Website

    Link your Google Profile to your site to help users find your contentConnecting to your Google…

  • How To Add Tags Cloud In Blogspot

    How To Add Tags Cloud In Blogspot

    For Tags Cloud:-First Go To YourDesign>Page Element>Add A Gadget>Add Label GadgetDo As…

  • How To Use Free Web-Hosting Websites As Domain Name For Your Website And Blog

    How To Use Free Web-Hosting Websites As Domain Name For Your Website And Blog

    You Can Also Use Free Web-hosting Provider As Your Domain Name:Step:1)Just Create An…

  • Simple Google Flag Translate Widget For Blog And Website

    Simple Google Flag Translate Widget For Blog And Website

    Today I Will Tell You How To Add HTML Code In Blogger In Easy Steps...............Step 1 : Go To…

  • How To Embed "SWF,FLV" Files Into Your Blog And Website

    How To Embed "SWF,FLV" Files Into Your Blog And Website

    Nowadays flash files are widely used in web and blog developing and designing, they not only give a…

  • How To Add Stylish Borders Around All Blog's Gadget/Widget?

    How To Add Stylish Borders Around All Blog's Gadget/Widget?

     Some time your template is so simple that it can not attract visitors, so you have to spices…

  • How To Add META Tags In Blog And Website

    How To Add META Tags In Blog And Website

    If you don't know what meta tags are, and the importance of adding meta tags, here is the detailed…

No comments:

Post a Comment

About Me

Hi, I am Muhammad Saalim, Co-Founder of EXEIdeas International and CEO of bord4banned. I am here to share my experiences with you and to help those who can help themselves.

Follow Me



Join Our Official FaceBook Group To Stay With Us.

Caution!

All data, codes, articles, tips and tricks etc, posted here are copyright work of MyTutspot.Blogspot, and are protected with DMCA. Any one, found to be thefting any data, will be under LEGAL ACTION.

My Tutspot.Blogspot 2018 All Rights Reserved
Designed by born4banned | A Project of EXEIdeas International