Announcement

Collapse
No announcement yet.

Video player bug

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

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

    Leave a comment:


  • robertferanec
    replied
    Our software engineer made some changes. Please could you try?

    Leave a comment:


  • robertferanec
    replied
    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!

    Leave a comment:


  • AlexanderBrevig
    replied
    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%;
    }

    Leave a comment:


  • robertferanec
    replied
    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.

    Leave a comment:


  • AlexanderBrevig
    started a topic Video player bug

    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
Working...
X