Size
You can use/change following options in the slider setup method. For example:
<script>
jQuery(document).ready(function($) {
$("#slider-wrapper").transitionSlider({
// example of size slider options
responsive: true,
ratio: 2,
ratioTablet: 1.5,
ratioMobile: 0.8,
fullscreen: false,
lightboxMode: {
enable: true,
text: 'open slider in LIGHTBOX',
fontColor: '#6c6c6c',
hoverColor: '#333333',
fontFamily: 'Arial',
fontSize: 20
},
width: 1000,
height: 550,
heightTablet: 450,
heightMobile: 350,
mobileSize: 768,
tabletSize: 1024,
});
});
</script>Last updated
Was this helpful?