mirror of
https://github.com/videojs/video.js.git
synced 2024-12-02 09:11:54 +02:00
51bd49f4bc
This adds a breakpoints option. By default, this option is false meaning this is an opt-in feature. When passing true, it will use a default set of breakpoints. Or custom breakpoints can be passed if users do not like our breakpoints (or previously-existing style decisions). - Add breakpoints option. - Adds some new (currently unused) classes: vjs-layout-medium, vjs-layout-large, vjs-layout-x-large, and vjs-layout-huge. - Add updateCurrentBreakpoint and currentBreakpoint methods to the player. - Update css/components/_adaptive.scss - Add sandbox/responsive.html.example Closes videojs/video.js#4371 |
||
---|---|---|
.. | ||
combined-tracks.html.example | ||
descriptions.html.example | ||
embeds.html.example | ||
flash.html.example | ||
icons.html.example | ||
index.html.example | ||
language.html.example | ||
middleware-play.html.example | ||
plugin.html.example | ||
responsive.html.example |