Thank you for the information and links.
I have run the page through the W3C HTML5 validator and no errors were reported.
I will surely keep that info about the height in mind!
Several people have now viewed the page on their iPhones following a Facebook link and from what I have heard, it works fine now.

By the way Steven, this is the page concerned:

http://www.theosolberg.net/fotografie/L … on/131104/

Thank you Steven for your reply.
I had been experimenting a bit myself and found that this works:

<div id="pagecontent" name="pagecontent" style="visibility:hidden;display:none;padding-left:10px;padding-right:10px;">
    <script src="/jbcore/juicebox.js"></script>
    <script>
        new juicebox({
            containerId : 'juicebox-container',
            configUrl : '/fotografie/LarryCarlton/131104/jbfotos.xml',
            galleryWidth : '100%',
        });
    </script>
    <div id="juicebox-container"></div>
</div id="pagecontent">
<script type="text/javascript">
  $(document).ready(function(){
    $('#pagecontent').css('display', 'block');
    $('#pagecontent').css('visibility', 'visible');
  });
</script>

Why this "delayed display" works, beats me. But it does.

There appears to be an issue with Juicebox when the page with Juicebox is opened on an iPad or iPhone inside the Facebook app.
I have posted a link on Facebook to a page using Juicebox to display photos. People using iPhones and iPads reported problems when clicking on that link using the Facebook app. The page showed no pictures. One person reported further that when the page was opened in Safari on an iPad without using the Facebook app, it worked fine and the photos were displayed.
Probably not a quick fix available...(?)

Yep, works! Thanks!

I am testing Juicebox and I have set the languageList to Dutch:

languageList : 'Toon miniaturen|Verberg miniaturen|Expandeer galerie|Sluit galerie|Open foto in nieuw venster'

When the gallery is expanded, the language is back to English. Am I missing something or is this a "bug"?