thanks for the info. That is helpful.

Thanks for your quick response.  I'm viewing over 3G, and just get a blank screen.  However, most other websites that use javascript display fine on my iphone 4s.  I tried a very small photoset in flickr (3 small images) and it still comes up blank.  I'm not sure what this means:
Most networks add an option to 'Request desktop site' which bypasses the issue.  Is that something that Sprint would do on their network, or a workaround that I'd need to impliment?  THe site is running on IIS, so I can't modify an htaccess file.  If loaded in the images locally, from the server instead of from Flickr, is there a way to do lazy loading or configure the slideshow to load images in quicker?

My juicebox gallery doesn't work on cellular data/slower internet connections.  Is there a way to configure Flickr galleries to lazy load images, or is there any other way to optimize loading for slower internet connections?  thanks,

4

(4 replies, posted in Juicebox-Pro Support)

I would like to know if this is possible also, so I can implement it into my CMS.  I see that I can specify another config file w/ a js parameter:

configUrl: 'config2.xml'

but I'd like to put the content from the config.xml file within the html page containing the embed code.

  <image imageURL="images/IMG_4543.JPG"
    thumbURL="images/IMG_4543.JPG"
    linkURL="images/IMG_4543.JPG"
    linkTarget="_blank"
    sourcePath="C:\Users\...\Pictures\Ath...\IMG_4543.JPG">
    <title><![CDATA[IMG_4543]]></title>
    <caption><![CDATA[]]></caption>
  </image>

This will probably be a deal breaker, if I can't do this. 

thanks,