-
Notifications
You must be signed in to change notification settings - Fork 42
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
Control size (height x width) of video playback. #47
Comments
If you are using a If you are using a |
I did this:
and it still plays very large. Is that the syntax that should work? |
This way of playing the video respects the height and width setting:
I'm not sure what the difference is in the invocations. |
The main difference between What you found is a bug. The size of the |
I thought this would work:
But it does not, it will add the css to the div, but the child video element doesn't care about it. I'm not sure what the best strategy would be for VideoStream (and Video). |
|
But it seems you cannot use flexbox, and i'm not sure why. |
Why do you want to use flexbox? I don't think it's a CSS issue, there is no CSS to add in my opinion. We just need to set the |
When I playback a video, it is very large and I have to scroll around to see all of it. Is it possible to control the size of the video using the widget? I tried setting height and width in the layout but that just changed the size of the window one could watch the video through (I hope that makes sense) not the size of the underlying video.
The text was updated successfully, but these errors were encountered: