[ad_1]
Hello James,
Thank you for choosing Presto and for reaching out to us!
Our player matches the YouTube video to standard aspect ratios (1:1, 4:3, 16:9, etc.). It seems this video is non-standard. You can use this snippet to add a new aspect ratio to match what they are using:
add_action(‘wp_footer’, function () { ?> <script> jQuery(function() { if (!wp || !wp.hooks) return; wp.hooks.addFilter(‘presto.playerSettings’, ‘pp-set-aspect-ratio’, function(settings) { settings.ratio = ‘9:16’; return settings; }); }); </script> <?php });
If there’s anything else, please let me know.
Have a great day ahead 🙂
