How to adjust the size of images on blogger

Today I’m going to show you how to adjust the size of images posted on your blog since most of my friends are having problems with changing the size of images

first switch to “edit html” mode on your post editor and find the image you would like to adjust here’s my sample image code

<a href=”http://1.bp.blogspot.com/_JgEGJbRLYj4/SZhUSysfZJI/AAAAAAAABG8/XkkheuA60xU/s400/step-01.jpg”><img style=”width:304px;height:400px;” src=”http://1.bp.blogspot.com/_JgEGJbRLYj4/SZhUSysfZJI/AAAAAAAABG8/XkkheuA60xU/s400/step-01.jpg” border=”0″ alt=”" id=”BLOGGER_PHOTO_ID_5303081243051517074″ /></a>

yours may look a bit different from mine but don’t worry we are only interested in the code highlighted in red this controls the width and height of your image.

You can change it to whatever you want but its best to keep it no bigger than the image size itself also you need to think about the width of your blog

if you are uploading your images somewhere else such as photobucket you can just link them in your posts using simple code below

<a href=”http://i44.tinypic.com/5wdliv.jpg“><img style=”width:304px;height:400px;” src=”http://i44.tinypic.com/5wdliv.jpg” border=”0″ alt=”" /></a>

again adjust the width and height to whatever size you need and the code highlighted in red with the direct link to your image if you do not want your images clickable remove the anchor tag so your code should look like the following

<img style=”width:304px;height:400px;” src=”http://i44.tinypic.com/5wdliv.jpg” border=”0″ alt=”" />

that way your images will not be clickable.

Other search terms:
  • adjust image size blogger
  • adjusting image size codes for blogger
  • blogger
  • adjust image size photobucket blog
  • adjust size of images on blogger
  • how to adjust a jpeg for website
  • how to adjust photo in blogger

Category: Blogger

Written by: ikogsakanding [ 1495 Posts ] (Author Profile)
blogs about latest trends, the internet, the tech news and the local blogosphere. You can follow me via Twitter and Facebook .
Posted on: Friday, April 3rd, 2009 at 4:29 pm with 0 Comments.