Topic: Gallery working in all browsers except chrome
So I love the little Juicebox and it was going good til...
I tried opening the page in Chrome.
I am running this on wordpress - I tried the plugin, but it seem to have that conflict I read about with Contact Form.
So I used the app, and set paths to my folders.
Firefox is fine, IE fine as well - Chrome shows the button for Juicebox and a space above but won't show the gallery.
I can't post a link - well I can but lets try this first.
Here is the code I have in my post
<script src="http://www.sikhfoundation.org/wp-content/uploads/week_in_pictures/09_12_12_gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "760px",
galleryHeight: "640px",
themeUrl:'http://www.sikhfoundation.org/wp-content/uploads/week_in_pictures/09_12_12_gallery/jbcore/classic/theme.css',
baseURL:'http://www.sikhfoundation.org/wp-content/uploads/week_in_pictures/09_12_12_gallery/',
configUrl: 'http://www.sikhfoundation.org/wp-conten … config.xml',
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
any ideas what I am doing wrong.
If you can't tell from just this, let me know and I will make the post visible so it can be seen.
Thanks