swipebox
swipebox copied to clipboard
Can't swipe right to cycle through slides in reverse order
When loading slides dynamically, it does not seem possible to swipe right to load the last slide and cycle through the slides in reverse order. Currently I can only swipe left to view each slide in the specified order.
Here is my current code:
jQuery( '.images' ).click( function( e ) { e.preventDefault(); jQuery.swipebox( [ { href:'image1.jpg' }, { href:'image2.jpg' }, { href:'image3.jpg' }, { href:'image4.jpg' }, { href:'image5.jpg' }, { href:'image6.jpg' } ] ); } );
This loads image1.jpg and moves through each slide in order. It is not able to move from image1.jpg to image6.jpg in reverse. Any possible workarounds or solutions known for this issue?
Hi all, do we have some updates for this issue? Thanks.