Your suggestion made the album not to auto-expand to full screen. That's nice.

But meantime...

the Splash Button Text, Splash Title and Image Count disappeared from the first image. I would prefer to keep these infos displayed. Any way to do that and still not auto-expand?

Any option to include one or more videos in the photo album? For example, having  45 images and 5 videos? All of them at the same dimensions.

How I can configure so a unique URL for each image is displayed in the browser URL bar as the album is being viewed?  This is a critical feature.

I had an older php album, and it had a unique URL for every image - it was very much present and indexed in all image search engines.

I switched to JB, the gallery is very nice, but nothing shows up in the search engines (while other images from the same site/page that are not in the JB album, do show up in search engines).

Thank you! Problem solved.

On desktop screen, if I click on the album, it automatically expands to full screen and says "Press ESC to exit full screen".

What is the setting I need to change to make this expand-to-full-screen on desktop optional by the user and not automatic?

(Meantime, I 'd like to keep this auto-expand feature on mobile devices.)

How to switch back and forth between two computers to maintain one gallery?

The filles (images, jbcore, etc.) are all located on an external drive so that is easy to plug into anywhere, but the JuiceBoxBuilder Pro located on one computer.

I am updating the website manually by FTP.

If I make a change to an already on-the-website album on the local computer (without adding or deleting images), what files I have to upload by FTP?

That is, what files are storing the specs I select when customizing?

Mobile use: It would be nice if the album, after touching the thumbs, auto-rotate to horizontal, full-screen display if all images in the album are uniformly horizontal (eg, 16:9).

Full screen viewing is always better experience, yet often missed.

Of course, the best would be the ability for the webmaster to switch on or off this function.

Suggestion: option to skip thumbs and go directly to full image swipes.

Would be nice to have a custom option for this.

It would be a nicer user experience if upon the appearance of new image, the caption bar would fade in (quickly, but not instantly appear) over a fraction of a second. It would give a smooth, polished feeling to the album.

If this could be custom adjusted in pro, that would even be better.

I made a number of libraries in the free Lite version.

Would like to upgrade to Pro to eliminate the juicebox logo.

Is the upgrade smooth and seamless, or I need to rebuild part/all of the work I already have done for the albums?

12

(1 replies, posted in Juicebox-Lite Support)

Al of the images in the gallery are horizontal 16:9 aspect ratio, jpg.

Yet, the image that is displayed as a "main image" for the album (the one which is displayed before reaching the thumbnails under the overlay of 99 images, VIEW GALLERY)  is vertical, the two sises are cropped. Is there any way this could be fixed, so the main image has the 16:9 layout?

When I view the actual gallery, all images are displayed fine.

OK, solved! 3 album works, see the scheme below. script is called once per page in the header.

<h2>album_1</h2>
<!--START JUICEBOX EMBED-->
    <script>
    new juicebox({
        containerId: 'juicebox-container-album_1',
        baseURL: 'jb/album_1/',
        galleryWidth: '80%',
        galleryHeight: '80%',
        backgroundColor: '#222222'
    });
    </script>
    <div id="juicebox-container-album_1" style="margin: 0 auto"></div>
    <!--END JUICEBOX EMBED-->


<h2>album_2</h2>
<!--START JUICEBOX EMBED-->
    <script>
    new juicebox({
        containerId: 'juicebox-container-album_2',
        baseURL: 'jb/album_2/',
        galleryWidth: '80%',
        galleryHeight: '80%',
        backgroundColor: '#222222'
    });
    </script>
    <div id="juicebox-container-album_2" style="margin: 0 auto"></div>
    <!--END JUICEBOX EMBED-->


<h2>album_3</h2>
<!--START JUICEBOX EMBED-->
    <script>
    new juicebox({
        containerId: 'juicebox-container-album_3',
        baseURL: 'jb/album_3/',
        galleryWidth: '80%',
        galleryHeight: '80%',
        backgroundColor: '#222222'
    });
    </script>
    <div id="juicebox-container-album_3" style="margin: 0 auto"></div>
    <!--END JUICEBOX EMBED-->

Is there a built-in limitation of the number of albums per one page?
I am unable to past 2 working albums per one page.