Problem with Aspect Ratio | WordPress.org

[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 🙂

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer