Topic: CDN Issue
Speed tests show that my images are not being pulled by my CDN due to the fact that the XML file is showing the original server rather than the CDN. How do I configure Juicebox to pull the correct images from my CDN? I'd rather have it done automatically but if I have to, I'm willing to edit the PHP code in config.php to get the generated XML file to pull the correct URLs.
My webhost automatically rewrites the URLs in the HTML that link to a JPG file but when I review the source code from the gallery page, there are no JPG URLs so none of the URLs are getting rewritten to pull from the CDN. Another option would be to have the config.php file write the URLs into the HTML file instead of loading a separate XML file.
I just need a way to get Juicebox to correctly pull the JPGs from my CDN so please advice which way would be best. Thanks.