Topic: Expand gallery showing only 50 photos [SOLVED]

While the home gallery displays all 162 photos, when I click "expand gallery" there are only 50.
Small screens also show only 50 photos.

I upgraded from Juicebox Lite and there is a second gallery on the same page created with Lite. Might this be the problem? The new gallery (with 162 photos) was created with the Pro version.

This is our page:
http://www.metmeetings.org/en/photos:931

Many thanks in advance,
Emma

Re: Expand gallery showing only 50 photos [SOLVED]

When embedding multiple galleries on a single page, the 'juicebox'js file should be loaded only once per page (rather than once per gallery).
Your problem is almost certainly being caused by loading both the Juicebox-Lite and Juicebox-Pro 'juicebox.js' files on the same page.
Just remove the line of code loading the Juicebox-Lite 'juicebox.js' file (below) and your problem should be resolved (the Juicebox-Pro 'juicebox.js' file will then be used for both galleries).

<script src="juicebox_gallery/2016_09_MET-APTIC_Barbera_de_la_Conca/jbcore/juicebox.js"></script>

Re: Expand gallery showing only 50 photos [SOLVED]

Thank you Steven, that solved the problem!

Re: Expand gallery showing only 50 photos [SOLVED]

That's great!
Thank you for letting me know.