All Product design Graphic design Photography Illustration Inspiration

How to get bigger pictures in Blogger

If you're making a blog based on pictures, you might want them to be larger than the sizes that are available when you upload with the built-in Blogger uploader. After searching the internets, I found this blogpost that revealed a neat little trick to get bigger photos without having to manually resize and upload to another image hosting service.
  • Create a new post and add a picture.
  • Go to the "Edit HTML"-tab and locate the piece of HTML-code that starts with <img 
  • Find the place in the code that says s400 and change it to s576 (or s800 if you want even bigger pictures).
    • <img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixk9crMkZda8y9QN6ZBT8B_M2-HYcgQkAzSnoGWuWaEXRuhqu0FJDtf2hyphenhyphenk_cABGWwO2nIEFrmdofF-JpuEHy3Cfp7XyMUzxZcOGwTSmhrIOwEJfTvvmw14t8BF2JHXDPuDOaueRk7Zg/s400/P1090189+%28Large%29.JPG" />
    • <img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixk9crMkZda8y9QN6ZBT8B_M2-HYcgQkAzSnoGWuWaEXRuhqu0FJDtf2hyphenhyphenk_cABGWwO2nIEFrmdofF-JpuEHy3Cfp7XyMUzxZcOGwTSmhrIOwEJfTvvmw14t8BF2JHXDPuDOaueRk7Zg/s576/P1090189+%28Large%29.JPG" />
  • And you're done!

1 Comments:

Hege said...

Thanks for the tip!

Post a Comment