You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: