UI Fix: Video frame does not fits the visible viewport
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
I want to work on this issue.
Hi, @Ashutosh6393. What kind of behavior are you expecting?
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
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.