• Resolved tomasgil1234

    (@tomasgil1234)


    Hey there, I can not display a presto video in mobile portrait. Do you know how can I do it?

    Check the page I linked in mobile. Notice video is displayed horizontally, but I need it to be displayed vertically.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • paulam11

    (@paulam11)

    Hello there,

    Presto Player currently only supports the 16 by 9 format. The typical video format. We will look to add other formats in 2023 for vertical videos.

    However, you can try to edit using a page builder like Elementor or try aspect ratio –

    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 });

    Hope that helps. Please let us know if you have other questions.

Viewing 1 replies (of 1 total)

The topic ‘Mobile portrait display’ is closed to new replies.