lochmueller / html5videoplayer

TYPO3 CMS Extension - html5videoplayer
http://typo3.org/extensions/repository/view/html5videoplayer
7 stars 21 forks source link

Template is not responsive #12

Closed dvoigt closed 7 years ago

dvoigt commented 8 years ago

Editors can set a static width and height for the player, but there's no easy way to make the player work well with RWD. There is a guide how to do it. It would be cool to have a switch for the container class (vjs-16-9 or vjs-4-3), have max-width set to 100% and width (used as min-width) be set by the editor. That way more people could use the extension out-of-the-box.

saitho commented 8 years ago

HTML5Videoplayer uses an old version of Video.js, the latest version supports responsiveness (also the video controller was changed a bit).

lochmueller commented 7 years ago

Git master and next release was updated to current VideoJS version. Please recreate a new issue if there are still problems with responsive HTML output