glyzel / Colmar

0 stars 0 forks source link

don't set width on the video tag #2

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

You don't want to set width inline html here. This width is not adjustable and can't be overwritten. For example this width does not fit on my sized screen and is going over top of the aside next to it. Just handle the video like and image, with a surround div and width 100% in the css.

https://github.com/glyzel/Colmar/blob/master/index.html#L193