fjordside
Member
Posted 7 months ago #
I need to show all the images from a gallery in a fancybox, so im guessing a good startingpoint would be to just show all the images on a page without any wordpress footer or header. So is there a way to extract the images onto a page without using wordpress. I was thinking something like this: getGallery.php?id=1 would just show all the images from the gallery with id=1 all on one page.
Thanks :-)
http://wordpress.org/extend/plugins/nextgen-gallery/
Hi,
Would that gallery be placed (or linked to from) anywhere on the blog?
Because one ting you could do is add a preview of the gallery with a couple of images in the sidebar, so when the user clicks on one of those images they would see the full gallery in the Fancybox.
fjordside
Member
Posted 7 months ago #
This is very close to what im after. I would like to start fancybox from a text or imagelink, and in the fancybox i want to be able to scroll through all the images in the gallery.
:-)
Image scrolling is already a default functionality with NextGEN.
As for the link, each gallery has an ID, so try to look in the documentation how you can link to it. I'm sure it's in there somewhere, but I can't remember the exact section.