Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size of the video on the screen. #229

Open
jjsarton opened this issue Jun 10, 2021 · 1 comment
Open

Size of the video on the screen. #229

jjsarton opened this issue Jun 10, 2021 · 1 comment

Comments

@jjsarton
Copy link

Describe the feature

The picture shown on the browser are placed within a container which with is 50% of the available with of the available width (2 participant). If we have a third participant, the available space in the height will be for each 50% of the available height, and the width for the third participant will be 100% of the available width.
The "Video" elements has all a width or max-width set to 100% of the container size. Du to this, only a portion of the original image will be presented.
It will be nice to calculate the height and width of each container and set the image max-width to 100% and the image max-height to the height of the container.
With this the image will always be completely seen and not only a part of them.

@jeremija
Copy link
Member

jeremija commented Jun 12, 2021

Yeah the grid could definitely use some improvements.

There is a workaround, you can click on the three dotted lines and then on Toggle Fit to disable cropping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants