Protoshow icon indicating copy to clipboard operation
Protoshow copied to clipboard

doesn't cycle when captions are on

Open ghost opened this issue 12 years ago • 1 comments

When I put 5 pictures in a webpage and use this Javscript:

<script type="text/javascript">
Event.observe(window, "load", function() {
$('myshow1') && $('myshow1').protoShow({
    interval         : 6000,
    captions         : true
});
});
</script>

the slideshow doest go back to the beginning after the last picture. Without the captions: true, everything works fine.

ghost avatar Jun 03 '13 12:06 ghost

Thanks for the issue report @danbru1211. I will try and find time to fix this.

Alternatively please feel free to raise a pull request with your own fix.

getdave avatar Jun 11 '13 13:06 getdave