cms icon indicating copy to clipboard operation
cms copied to clipboard

UI Fix: Video frame does not fits the visible viewport

Open Ashutosh6393 opened this issue 8 months ago • 4 comments

Video frame does not fits the visible viewport

User need to scroll up and down to see the full video frame at normal zoom level of 100

Video

https://github.com/user-attachments/assets/b3f363dc-2872-4b21-b17a-3726e3873b8e

Ashutosh6393 avatar Apr 11 '25 01:04 Ashutosh6393

I want to work on this issue.

Mackhack0705 avatar Apr 14 '25 14:04 Mackhack0705

Hi, @Ashutosh6393. What kind of behavior are you expecting?

Mackhack0705 avatar Apr 14 '25 15:04 Mackhack0705

Image

I think the height of the video frame is set to 100vh, which is why it gets cropped and the full video frame is not visible to user,

solution:

  • height of the video frame should be 100vh - (height marked in red color)
  • aspect ratio of the video should persist as it is

Ashutosh6393 avatar Apr 15 '25 07:04 Ashutosh6393

Hi @Ashutosh6393, I tried the height variations, but the result remains unchanged. We can hide the breadcrumb line, navbar and show it on cursor movement and hover to resolve this. What do you think about this.

Mackhack0705 avatar Apr 17 '25 12:04 Mackhack0705