Page 1 of 1

Multiple images in one thumbnail?

PostPosted: Mon Sep 07, 2009 10:56 pm
by golfpic
I'm not sure what to search for but am looking for how to include more than one image in one thumbnail. If someone clicks on a thumbnail, it will open up multiple images under that one thumnbnail click.

Re: Multiple images in one thumbnail?

PostPosted: Wed Sep 09, 2009 12:56 am
by pinemikey
Well, I sort of do it with sub galleries.

I'm thinking that's not exactly what you want, but I don't think Pbase is set up to provide the kind of linking you are asking for.

Re: Multiple images in one thumbnail?

PostPosted: Sun Sep 13, 2009 4:50 pm
by cits_4_pets
golfpic wrote:I'm not sure what to search for but am looking for how to include more than one image in one thumbnail. If someone clicks on a thumbnail, it will open up multiple images under that one thumnbnail click.


You can embed more than one image so when the thumbnail is clicked you can see several, which is what I think you are asking. Here is an example of the code.

Code: Select all
img src="http://www.pbase.com/image/117220675/medium.jpg"
repeat the code for each image address. If you want smaller use /small.jpg or original or large/jpg Be sure to use .jpg or the image will not show and also use the quotations.

Here's an example: http://www.pbase.com/cits_4_pets/image/116180232 has 4 images under the same thumbnail.
Hope this helps!