mirror of
https://github.com/videojs/video.js.git
synced 2024-12-23 02:04:34 +02:00
9ceb4e4fe0
Use ResizeObserver when available for better and more performant resizing information, otherwise, fall back to a throttled resize event on an iframe that's the size of the player.
Allows a video.js user to disable this by setting resizeManager: false as an option since the component will not be initialized.
Add a debounce util.
This reverts #4800 (
|
||
---|---|---|
.. | ||
audio-track-list.test.js | ||
audio-track.test.js | ||
audio-tracks.test.js | ||
html-track-element-list.test.js | ||
html-track-element.test.js | ||
text-track-controls.test.js | ||
text-track-cue-list.test.js | ||
text-track-display.test.js | ||
text-track-list-converter.test.js | ||
text-track-list.test.js | ||
text-track-settings.test.js | ||
text-track.test.js | ||
text-tracks.test.js | ||
track-baseline.js | ||
track-list.test.js | ||
track.test.js | ||
video-track-list.test.js | ||
video-track.test.js | ||
video-tracks.test.js |