Posted - 03/30/2015 : 01:08:54
includes.php
For a responsive design using 16:9 HD res 1920x1080 ratio photos, you need to have an entry something like this. The critical settings are highlighted in red.
======================================== $magictooloptionsjs="<script type=\"text/javascript\"> MagicSlideshow.options = {'width': '100%', 'height': '56.25%', 'autoplay': true, 'loop': true, 'keyboard': true, 'effect': 'dissolve', 'effect-speed': '1200', 'slide-duration': '6000', 'arrows': true, 'pause': 'hover', 'selectors': 'bottom', 'selectors-style': 'thumbnails', 'selectors-size': '40', 'selectors-eye': true, 'caption': true, 'fullscreen': true, 'preload': false, 'loader': true} </script>"; ========================================
For 4x3 ratio photos, you would make the 'height': '75%' The width of the slideshow is determined by div.detailimage in your CSS file.
Edited by - ITZAP on 03/30/2015 03:15:08
|