Wednesday, February 25, 2009

Add Full Size Images In Blogger



When adding images from the blogger interface, blogger will automatically limit the size of the image embedded in the post. There is a simple snippet of code that needs to be changed if you want to post an image without blogger scaling it down.

This can come in handy if you're posting an especially beautiful photograph of your latest recipe! When blogger scales the image down, it also reduces the quality of the image! Check out how to do it in the second part of the post...


Here's what you do:

In your post editor switch to the "edit HTML" tag and locate the code for your image...it will usually be a long string of code like the image below




The first part of the code you change is the code on the right circled in red.."s400" change that to "s800". Secondly, change the pixel dimensions of your image located on the left (also circled in red). The pixel dimensions will depend on the original size of your image, but be careful not to exceed the pixel dimension of your post body. Voila!

No comments:

Post a Comment