Created
November 8, 2017 19:27
-
-
Save s3w47m88/b2fd0792158d8a626b6e62a53a854808 to your computer and use it in GitHub Desktop.
Metaslider - One slide at a time in carousels.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Metaslider - Flex Slider - Move the carousel only one image at a time. | |
*/ | |
function metaslider_flex_carousel_move($options, $slider_id, $settings) { | |
$options['move'] = 1; | |
return $options; | |
} | |
add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_carousel_move', 11, 3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment