Site Author : Topic: big image  (Read 709 times)
September 25, 2009, 04:35:56 AM
New Here
User No : 28807
Posts: 3
  • Email
Email
big image (#0)
Hello,
I have a huge image i'd like to put on my blog. the size is 5600x800. Is it possible that its resized to just 800x114 on the blog and when you click on it a new window opens (or it can also be the same window...i wouldnt mind) and there it would come up as the big size: 5600x800...?

Hope someone can help me.
Logged
September 27, 2009, 02:02:07 AM
New Here
User No : 28807
Posts: 3
  • Email
Email
yes I use blogspot.
until now i always posted pictures that were like 1600x1067. then in the html part I just had to change the width from: 400px to 800px; and the height from 267px to 533px. when I then posted it, the image on the blog was 800x533 and when i klicked on it the picture opened to the original size (1600x1067). When I now try to repeat this whole procedure with the 5600x800 image it doesnt work that way. on the blog the pic is 800x114 which is actually what I wanted but when I then click on it it just gets a little bigger...maybe like twice as big...but as i mentioned i'd like it to be 5600x800.
Hope you now know what I mean. I really can't figure out why its not working...
Logged
September 27, 2009, 07:11:11 AM
New Here
User No : 28807
Posts: 3
  • Email
Email
no i didnt know. thanks! i checked the picture there and it says its 5600x800 and 4mb. so shouldnt be nothing wrong...really strange!

here the code of when i upload it on blogspot:

Code: [Select]
<a href="http://4.bp.blogspot.com/_SMjaUUWzzI0/Sr-pxo4UBTI/AAAAAAAAAOw/hhdtEY4B2NQ/s1600-h/battle5600x800.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 57px;" src="http://4.bp.blogspot.com/_SMjaUUWzzI0/Sr-pxo4UBTI/AAAAAAAAAOw/hhdtEY4B2NQ/s400/battle5600x800.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5386210349610698034" /></a>

i played around a bit and realized, that if I change the "s1600-h" the pic after being clicked on changes..for example if i put in "s800-h" it gets smaller...sadly it just works the way down....so I couldnt type in "s3200-h" to get it bigger...
Logged