• Resolved jbuch209

    (@jbuch209)


    Hello,

    Thank you for creating such a useful plugin for displaying video thumbnails. I am currently working on a page that will be used as part of a touchscreen kiosk. I set the Player Mode to “Popup” and the Player Width to “1200”. Unfortunately, regardless of the width I enter, it seems that the player always opens at an 800px width.

    Is there another setting that I’m missing? Thank you very much for your assistance.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author yotuwp

    (@yotuwp)

    Hi jbuch209,

    Thank you for interested in my plugin.

    For the player on popup. the widt depend on your height of screen.
    Currently, I put a gap for thumbnails on modal. So the width will be 800px;

    I will change the code to apply the player width dynamic in next version.

    Hope that convenient for your plan.

    Best regards,

    Anthony

    Thread Starter jbuch209

    (@jbuch209)

    Thank you for the quick reply! I look forward to seeing the new version!

    runekjensen

    (@runekjensen)

    Any news on this?

    Thread Starter jbuch209

    (@jbuch209)

    I haven’t seen this fixed with any of the updated versions. However, with a workaround, I was able to change the player window to a custom size. I added the following to the WordPress Customizing menu, “Additional CSS”…

    .yotu-lightbox-content {
    width: 98vw !important;
    overflow-y: hidden !important;
    }

    My goal was to have the popup player play at a full-screen size. This seems to work! https://wchf.org/past_inductions/

    That worked perfectly!
    Thanks 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Player video popup being limited to 800px width’ is closed to new replies.