Duh! That was too easy. ;)  Thought it was going to be more complicated. Thanks!

Now I have to search for the fix for the "added space above the gallery" and how to cure it. I set up these four small same page galleries that show only two rows of thumbnails, no tittle, nothing other than the expand icon. But each gallery on the same page has an extra paragraph div added above each gallery. Can't tell if it's Wordpress or a Juicebox issue. It would be nice to have a global CSS fix. I remember seeing a "float left" css fix somewhere in the forum. Time to search. If I knew what Juicebox CSS element to use/call in a nested p.juciebox-elemet and make the p be 1 pixel rather than do a float left & clear. Just thinking out loud.

Thanks again!

I'm using Juicebox Pro on a hosted Wordpress site. On some pages I need to create multiple galleries on the same page/post. I understand the concept of using separate gallery folders & the Base URL for each gallery. What I don't get is how to give each a different containerID & where to do that. Any help would be appreciated. Thanks.

This is what my embeds look like:

<!--START JUICEBOX EMBED-->
<script src="http://www.mywebsite.com/_juicebox/First-Gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : "http://www.mywebsite.com/_juicebox/First-Gallery",
containerId : "juicebox-container",
galleryWidth: "560",
galleryHeight: "750",
thumbWidth: "50",
thumbHeight: "50",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Some other text here. Some other text here. Some other text here.
Some other text here. Some other text here. Some other text here.
Some other text here. Some other text here. Some other text here.

<!--START JUICEBOX EMBED-->
<script src="http://www.mywebsite.com/_juicebox/Gallery-Two/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : "http://www.mywebsite.com/_juicebox/Gallery-Two",
containerId : "juicebox-container",
galleryWidth: "560",
galleryHeight: "750",
thumbWidth: "50",
thumbHeight: "50",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Plus I discovered that all the sharing features in iOS 7 negate any of that anyway. I'm currently using SlideShowPro & I believe development has stopped on the product. So I'm looking for an alternative. Juicebox Pro should be a fine substitute.

Thanks!

I was wondering if there is a way, with Juicebox Pro or Lite, to prohibit a user from downloading or screen capturing images on any mobile device, iOS or Android?