Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Last active August 29, 2015 14:03
Show Gist options
  • Save tomhemsley/0f4dee7c0c90bc9983de to your computer and use it in GitHub Desktop.
Save tomhemsley/0f4dee7c0c90bc9983de to your computer and use it in GitHub Desktop.
/**
* INSTALLATION: this code should be pasted into your theme's functions.php file.
*
* Compatibility: Flex Slider.
*/
function metaslider_variable_heights($options, $slider_id, $settings) {
$options['start'][] = "setTimeout( function() { slider.trigger('resize') } , 500 );";
return $options;
}
add_filter('metaslider_flex_slider_parameters', 'metaslider_variable_heights', 11, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment