Announcement

Collapse
No announcement yet.

Video player bug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Video player bug

    If on a super-wide monitor; going full screen will scale the video to full width, losing quite a lot of the bottom of the video (because aspect is kept). I ended up watching the content on my laptop.
    Last edited by AlexanderBrevig; 01-26-2022, 11:35 PM. Reason: Clean up for clarity

  • #2
    AlexanderBrevig thank you for pointing this out. It is on our TODO list to fix this. It's not super simple (the player we use doesn't have any specific options for super-wide monitors), so we have not done it yet.

    Comment


    • #3
      I completely understand. Everything else worked a treat!

      For fun I just had to look around, and I found a super simple fix!

      If you change from using 100% in .mainVideoPlayer to this it works:
      Code:
      .mainVideoPlayer {
        width: 100vw;
        height: 100vh;
        max-width: 100%;
        max-height: 100%;
      }

      Comment


      • #4
        Thank you AlexanderBrevig I am sending this to our software engineer to have a look. If it was so simple, than it would be great!

        Comment


        • #5
          Our software engineer made some changes. Please could you try?

          Comment


          • #6
            Works a treat!! Forum pull requests Who need git anyway
            Thanks for the quick response and fix, will enjoy the upcoming re-run 👍

            Comment

            Working...
            X