Topic: AutoPlay doesn't work
Hi,
The slideShow doesn't work on my gallery ans I don't know why ...
If I look in the config.xml file
I see
enableAutoPlay="true"
autoPlayOnLoad="true"
But It seem not be used.
Where The config.xml is loaded ?
In index.html I only have
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
showAutoPlayButton: 'TRUE',
containerId: 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '100%',
backgroundColor: '#222222'
});
</script>
Sorry for my poor english, and Thanks for your help !