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

Select video size with css #1159

Closed
BrassWorld opened this issue Apr 23, 2014 · 1 comment
Closed

Select video size with css #1159

BrassWorld opened this issue Apr 23, 2014 · 1 comment
Labels

Comments

@BrassWorld
Copy link

The video width and height are given within the video tag. Is it possible to do this inside of css instead so I can select the appropriate size using media queries?

@heff heff added the question label Apr 23, 2014
@heff
Copy link
Member

heff commented Apr 23, 2014

At the moment the way you do this is by setting the width/height attributes on the tag to auto and then using the CSS to change the size. In #982 we're planning a better way to go about this.

@heff heff closed this as completed Apr 23, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants