Hi simpsonix,
Here is my guide on your concern, on your server Open
<blockquote>modulesmod_jaslideshowlitemod_jaslideshowlite.php</blockquote>
Then check out this script:
<script type="text/javascript">
window.addEvent('domready', function(){
window.jassliteInst = window.jassliteInst || [];
window.jassliteInst.push(new JASliderCSS('ja-ss-<?php echo $module->id;?>', {
interval: 5000,
duration: <?php echo ($type != 'custom' ? '1000' : '2200'); ?>,
repeat: true,
autoplay: <?php echo $autoPlay;?>,
navigation: <?php echo $showNavigation;?>,
thumbnail: <?php echo $showThumbnail;?>,
urls:['<?php echo implode('','', $urls); ?>'],
targets:['<?php echo implode('','', $targets); ?>']
}));
});
</script>
Regards,
—
Leo