Topic: Multi Size Image Support
I am creating XML config files manually, and am trying to get multi-size image support working.
an example of one of my image tags in the XML file:
<image smallImageURL="../gallery/597f8b73-9234-4a27-8cbf-0f4dc0a8192d.jpg" largeImageURL="../gallery/597f8b74-d7c4-427c-8d41-0f4dc0a8192d.jpg" imageURL="../gallery/597f8b73-23b8-4903-bac0-0f4dc0a8192d.jpg" purchaseURL="293025" thumbURL="../gallery/597f8b74-319c-4f72-a8cd-0f4dc0a8192d.jpg"/>
Although I can see that screen mode SMALL is being activated, I cannot see Juicebox loading the smallImageURL path, the only image used is the one defined in imageURL.
I'm also experiencing this behavior when creating XML files using the gallery builder. The docs aren't 100% clear when it comes to creating XMLs manually, should I be defining any additional properties, particularly in my config options (i.e. JSON object passed to JuiceBox()) ?
Thanks for any help