View Full Version : Change pic. size when posting them???
CodenameHardHat
10-26-07, 06:04 PM
When I post a picture, it always comes out the same size! Too small. How can I make them bigger? Thanks!http://http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/th_DSCN0843.jpg (http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/DSCN0843.jpg)
It's all based on the size of the picture your are linking to. If you link to a 320*320 size pic, that what you are going to see. If you want it to be bigger,you will need to import into a graphics program and resize to a larger size, but it might make it too pixalized and grainy.
Here is pic sized: 524 x 401. Your pic is 159x120
http://www.jaxgtr.net/BFStuff/tiresize.jpg
monogodo
10-26-07, 08:34 PM
From looking at your code (quoted below), the image you're posting is a thumbnail.
http://http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/th_DSCN0843.jpg
The th_, which I've highlighted in red, denotes thumbnail. You also have some extraneous codes in there.
If you're wanting to post a small picture which acts as a link to a larger version, remove the first tag, the http://, and the last tag. That should yield this:
http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/th_DSCN0843.jpg
In the above code, the blue code is the URL of the larger image, while the red code is the URL of the thumbnail image.
The above code will give you this:
http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/th_DSCN0843.jpg (http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/DSCN0843.jpg)
If you simply wish to post the larger image, then you need to use the URL for that image between IMG tags:
http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/DSCN0843.jpg
Which yields this:
http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/DSCN0843.jpg
Hopefully this helps.
CodenameHardHat
11-02-07, 11:31 PM
Cool................Thanks!!
http://i76.photobucket.com/albums/j33/CODENAMEHARDHAT/DSCN1288-1.jpg
jascott
11-07-07, 11:56 AM
test
[IMG]http://picasaweb.google.com/johnscottmd/Bikes?authkey=iWcKpy6wXP8&pli=1[IMG]
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.