Upload Bigger Photos .
hi there .
few peeps came up to me .. 'how do you upload bigger photos on your blog?'
so here, as simple as i possibly can, will TRY and explain how . :D
1. upload your photo via Blogger's uploader ( highlighted in red )
2. pop up menu, choose your file . .make sure your image file has a fixed width that you wanted to appear on your blog later on . in my case, 640 px in width. oh, and also make sure you select on 'Large' for the 'Image Size' option .
3. once done, image file appear in 'Compose' area but it's small. so, ...
4. click on 'Edit Html' tab. let's change some codes ..
-- --
5. your code will look something like this (except for the image location of course ..)
<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiazR1akXsoUfoeTavUTtn5uRSk7i2a9vk3ceCJlm2KqBqLw5wPD5n_CBJf2GXuGaXvFg_pctUTgb0aNKLZFF0OCpO_el7QlNKJBiznWf6VUWXM-9iTEU1ytGhD0LuDCtO_sBABGTLFrZo/s1600-h/snn_web_climber.jpg"> src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiazR1akXsoUfoeTavUTtn5uRSk7i2a9vk3ceCJlm2KqBqLw5wPD5n_CBJf2GXuGaXvFg_pctUTgb0aNKLZFF0OCpO_el7QlNKJBiznWf6VUWXM-9iTEU1ytGhD0LuDCtO_sBABGTLFrZo/s400/snn_web_climber.jpg" alt="" id="BLOGGER_PHOTO_ID_5241880759873701346" border="0" />>
look properly at the code in your 'edit html' area, and delete the codes highlighted in red. so that you'll get the final code, like below ;
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiazR1akXsoUfoeTavUTtn5uRSk7i2a9vk3ceCJlm2KqBqLw5wPD5n_CBJf2GXuGaXvFg_pctUTgb0aNKLZFF0OCpO_el7QlNKJBiznWf6VUWXM-9iTEU1ytGhD0LuDCtO_sBABGTLFrZo/">There's 2 things to change here .
- Delete the first line and change it to 'img' .
- Notice the ../400/.. code in bold? take that one out as well . thats the 'thumbnail' code.
hope this helps . :D
0 COMMENTS:
Post a Comment