Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomhemsley/82b54ba9aab08c9451c4 to your computer and use it in GitHub Desktop.
Save tomhemsley/82b54ba9aab08c9451c4 to your computer and use it in GitHub Desktop.
/**
* INSTALLATION: this code should be pasted into your theme's functions.php file.
*/
function metaslider_ipad_fix($options, $slider_id, $settings) {
$options['after'][] = "slider.pause(); slider.play();";
return $options;
}
add_filter('metaslider_flex_slider_parameters', 'metaslider_ipad_fix', 10, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment