Topic: large screen mode on small screen transition problem
another problem please,
on my gallery page i have set screen mode to large to force this for small screens. so far only tested on android phone but it is using a slide transition instead of none?
thanks again!
see here http://www.midnightshorts.com.au/new_site/index.html
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: "juicebox-container",
configUrl: "juicebox_config_front.xml",
screenMode: "LARGE",
enableTouchZoom: "TRUE",
forceTouchMode: "TRUE",
galleryWidth: "700px",
galleryHeight: "440px",
backgroundColor: "rgba(0,0,0,0)",
showLargeThumbs: "FALSE",
showGalleryTitle: "FALSE",
showOpenButton: "FALSE",
showThumbsButton: "FALSE",
showExpandButton: "FALSE",
randomizeImages: "TRUE",
enableLooping: "TRUE",
imageTransitionType: "NONE",
imageClickMode: "NONE",
imagePreloading: "ALL",
showImageNav: "FALSE",
showNavButtons: "FALSE",
buttonBarPosition: "NONE",
captionPosition: "NONE",
enableAutoPlay: "TRUE",
autoPlayOnLoad: "TRUE",
showAutoPlayStatus: "FALSE",
displayTime: "4",
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->