[Plugin: Gallery to Slideshow] Play slideshow only once
-
I would like the slideshow to play just once, stopping on the last slide.
I have tried setting the ‘animationLoop’ parameter to ‘false’, with no luck.
This in my functions.php file:
function my_gallery_to_slideshow_settings( $params ){ $params['animationLoop'] = false; return $params; } add_filter( 'mv_gallery_to_slideshow_js_params', 'my_gallery_to_slideshow_settings' );
Am I missing something?
Thanks!
https://www.ads-software.com/extend/plugins/gallery-to-slideshow/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Gallery to Slideshow] Play slideshow only once’ is closed to new replies.