Video scaling for screen on add-on page (goes beyond the browser) #150

Closed
opened 2024-05-26 10:17:02 +02:00 by mnnxp · 2 comments

Hi all!

The videos I uploaded are displayed outside of the user's browser window. First I uploaded in 4k, then I tried to upload in 1920p, but the display problem remains.

Add-on https://extensions.blender.org/approval-queue/cadbase-library/

The bug occurs in Chromium (125.0.6422.60), Firefox (126.0) and Firefox Dev. (127.0b2)

I created the issue, as this problem occurs not only with me, videos in 2-3 add-ons have the same display problem.

Update:
I apologize, there's already this issue here #137.

Hi all! The videos I uploaded are displayed outside of the user's browser window. First I uploaded in 4k, then I tried to upload in 1920p, but the display problem remains. Add-on https://extensions.blender.org/approval-queue/cadbase-library/ The bug occurs in Chromium (125.0.6422.60), Firefox (126.0) and Firefox Dev. (127.0b2) I created the issue, as this problem occurs not only with me, videos in 2-3 add-ons have the same display problem. Update: I apologize, there's already this issue here https://projects.blender.org/infrastructure/extensions-website/issues/137.
mnnxp changed title from Problem with video scaling for screen on add-on page to Video scaling for screen on add-on page 2024-05-26 10:21:28 +02:00
mnnxp changed title from Video scaling for screen on add-on page to Video scaling for screen on add-on page (goes beyond the browser) 2024-05-26 10:23:04 +02:00
Author

After adding max-width: 80vw; or max-width: 80%; to the style (css) it works. This might be a good option, but I'm not an expert in this, just as a tip.

After adding `max-width: 80vw;` or `max-width: 80%;` to the style (css) it works. This might be a good option, but I'm not an expert in this, just as a tip.

Fixed in 125fde26db .

This might be a good option, but I'm not an expert in this, just as a tip.

Thanks for the tip. I've taken this into account and applied it as part of 0780d1b76d. Cheers!

Fixed in 125fde26db . > This might be a good option, but I'm not an expert in this, just as a tip. Thanks for the tip. I've taken this into account and applied it as part of 0780d1b76d. Cheers!
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/extensions-website#150
No description provided.