Steven, thank you for the time spent explaining to me all these details.

I created a new gallery, using the same presets like on the previously analyzed one.

The same image was saved with atow sizes: 1000 px and then with 500 px, imageScaleMode being set to SCALE_DOWN in gallery. My screen size is 2560 x 1440.

Below are two screen captures that show the image's real size and how it is rendered in JB gallery.

http://asdaroth.com/juicebox_gallery/small_500px.JPG
http://asdaroth.com/juicebox_gallery/large_1000px.JPG

When imageScaleMode is set to SCALE, both images are displayed in JB at the same size, the small one being scaled up (resolution is worse). I got this.

It is not clear to me why the JB images in the gallery are about 20% bigger than original ones (opened in Irfan View/Original Size).

Created a new galley having imageScaleMode set to NONE. Still exhibits the same behavior.

http://asdaroth.com/juicebox_gallery/config.xml

I played (in JB editor) with differrent values for imageScaleMode, but couldn't see a different outcome. I'll give it another try when I'm back home.

Full xml:
http://asdaroth.com/Teodora/Teo20200125/config.xml

Index.html:
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Teodora - Alexandra</title>
   
    <meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
    <meta name="description" content="" />

    <!-- START OPEN GRAPH TAGS-->
    <meta property="og:title" content="Juicebox Gallery" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="" />
    <meta property="og:image" content="" />
    <meta property="og:description" content="" />
    <!-- END OPEN GRAPH TAGS-->

    <style type="text/css">
    body {
        margin: 0px;
    }
    </style>
</head>
<body>
    <!--START JUICEBOX EMBED-->
    <script src="jbcore/juicebox.js"></script>
    <script>
    new juicebox({
        containerId: 'juicebox-container',
        galleryWidth: '100%',
        galleryHeight: '100%',
        backgroundColor: 'rgba(34,34,34,1)'
    });
    </script>
    <div id="juicebox-container">
            <!-- Image gallery content for non-javascript devices -->
            <noscript>
                <h1></h1>
                <p></p>
                <p><img src="images/_DSC0881.jpg" title="" alt="" /><br> </p>

Images, exported with 1000px height from Lightroom, are displayed in Juicebox gallery bigger than original size.

The gallery has the following settings (image resize not enabled):

<?xml version="1.0" encoding="UTF-8"?>

<juiceboxgallery

    showOpenButton="false"
    useFullscreenExpand="true"
    enableLooping="true"
    maxThumbColumns="7"
    thumbSelectedFrameWidth="3"
    thumbCornerRadius="1"
    showAutoPlayButton="true"
    showNavButtons="true"
    maxCaptionHeight="40"
    enableAutoPlay="true"
    backButtonUseIcon="true"
    showSmallBackButton="true"
    thumbHoverFrameWidth="3"
    backButtonPosition="OVERLAY"
    backButtonUrl="http://www.asdaroth.com"
    showImageOverlay="ALWAYS"
    resizeOnImport="false"
    maxImageHeight="1000"
    thumbWidth="75"
    thumbHeight="75"
    thumbQuality="70"
    importTitle="NONE"
    showThumbsOnLoad="false"
    shareFacebook="true"
    shareGPlus="true"
    imageTransitionType="SLIDE"
    maxImageWidth="1503"
...

Is it possible to show them at the original size ?

Hi Steven,

I have a problem with vertical alignment of the image title, which seems to be Bottom (JuiceBox Pro, 1.4.2). I'd like to have it set to Middle position.

http://asdaroth.com/misc/Title.jpg
Here is the gallery link: http://www.asdaroth.com/Zakynthos2014/index.html

I tried to add this to index.html, but it didn't work (just the font size was changed):

.jb-caption .jb-caption-title {
        font-size: 13px !important;
        vertical-align: middle;
    }

    .jb-caption p  {
        font-size: 13px !important;
        vertical-align: middle;
    }

Gallery with Caption Position set to BELOW_IMAGE: http://www.asdaroth.com/Laos012014/index.html

The same gallery, with option set to BOTTOM: http://www.asdaroth.com/Laos012014_2/index.html

Hi,

When I'm changing Caption Position to BELOW_IMAGE, links defined in caption section no longer works; instead of opening a new tab with the requested link, the previous image is displayed (in the same window, like I'd navigate between images).

Links work fine when caption position is set to BOTTOM or OVERLAY_IMAGE: designated page is opened in a new browser tab.

I'm using Juicebox-Pro, v1.3.3; tried on Chrome and Firefox.

Regards,
Dragos