We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, How do i add multiple galleries to one page please.
I thought changing id to class would do it i.e. $('.myGallery1').galleryView();
and
should suffice? I can only get one to appear Thanks
The text was updated successfully, but these errors were encountered:
One function call can handle only single UL container. As in sample with ID's.
config js:
$('#galleryname1').galleryView({ ... }); $('#galleryname2').galleryView({ ... }); ...
But don't forget about content... images html:
<ul id="galleryname1"> <li><img src="http... <li><img src="http... ... <ul id="galleryname2"> <li><img src="http... <li><img src="http... ...
Sorry, something went wrong.
Works but hard to use with a CMS like wordpress.
No branches or pull requests
Hi,
How do i add multiple galleries to one page please.
I thought changing id to class would do it i.e. $('.myGallery1').galleryView();
and
should suffice? I can only get one to appear
Thanks
The text was updated successfully, but these errors were encountered: