Skip to content

doesn't cycle when captions are on #15

@ghost

Description

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions