I want to make a gallery of images with the lightbox effect but I want the thubnail to have multipe images apart from the content of the other thubnail's I mean I don't want it to show me the content of the other thubnails when I click next, I want to have other images in the same thumbnail
Hi... I am trying to get fancy box to work with my rollover code created in ImageReady while maintaining the hidden gallery images but I can not get it to work at all. I would like to add 3 more hidden images to this code. Can anyone help?
I want to make a gallery of images with the lightbox effect but
I want the thubnail to have multipe images apart from the content of the other thubnail's
I mean I don't want it to show me the content of the other thubnails when I click next, I want to have other images in the same thumbnail
is this posible?
thanks
If you used Colorbox you would do something like this:
Then add the class of 'hidden' to your CSS file and mark it as display: none; or something similar.
hey guys great thread! im also trying to get this effect to work but im having a hard time getting it. heres my code:
Body:
<
ul class="works">
js:
<
script> $(document).ready(function(){ //Examples of how to assign the ColorBox event to elements $(".group1").colorbox({rel:'group1'});
forgive me for the messy code im a newbie at this! thx! :) rei.
<
ul class="works">
cant seem to be able to paste the html code on here :(
Is this what you're looking for. I helped someone figure this out with fancybox the other day.
http://css-tricks.com/forums/discussion/21173/jquery-popup-gallery-click-image-to-open-gallery-with-other-images#Item_12
Here is a jsfiddle of what I think you're looking for.
http://jsfiddle.net/kevin11189/uZCC6/1270/
Hi... I am trying to get fancy box to work with my rollover code created in ImageReady while maintaining the hidden gallery images but I can not get it to work at all. I would like to add 3 more hidden images to this code. Can anyone help?