Open aubreywullschleger opened 6 years ago
Subtlety for errors! If using the width (or height) attribute on <video>, HTML5 only accepts the value as pixels (not percentages or auto) and does not accept unit values (px). See here for more info: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-width
width
height
<video>
auto
px
https://github.com/devrok/colmar-academy/blob/master/index.html#L198
Subtlety for errors! If using the
width
(orheight
) attribute on<video>
, HTML5 only accepts the value as pixels (not percentages orauto
) and does not accept unit values (px
). See here for more info: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-widthhttps://github.com/devrok/colmar-academy/blob/master/index.html#L198