Created
May 13, 2014 09:32
-
-
Save tomhemsley/d9551f1269e7353ce7e8 to your computer and use it in GitHub Desktop.
This file contains 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
function metaslider_change_defaults($params) { | |
// var_dump($params); | |
$params['type'] = 'responsive'; | |
$params['width'] = 1920; | |
$params['height'] = 620; | |
// change any other parameters that need to be changed | |
return $params; | |
} | |
add_filter('metaslider_default_parameters', 'metaslider_change_defaults'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment