Topic: Can themeUrl be null/ not loaded?
Hello,
I am using Juicebox embedded on a page, and would like to combine the theme.css file into another CSS file that's loaded on the page, reducing requests. However, there doesn't appear to be a way to disable the 'themeUrl' parameter, to have it NOT try to load a CSS file.
Is there a way to disable Juicebox from trying to load the theme.css file completely, and letting it simply continue without loading a file?
I could use http://0.0.0.0 for the themeUrl, as this sort of does avoid a request (takes ~2μs in the network tab, vs ~300ms for a invalid path, ~1s for 127.0.0.1), but would rather not have a 404 show up in the network/ console tabs.
Thanks,
Tony