Topic: backButtonUrl with parameters do not seems to work
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '100%',
backgroundColor: 'rgba(51,51,51,1)',
backButtonUrl: '../index.html?scrollableindex=1'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
The link [../index.html?scrollableindex=1] become [../index.html] in the builded page.