video-fit-polyfill
v1.0.0
Published
An object-fit polyfill for videos.
Downloads
5
Readme
Video-fit Polyfill
An object-fit polyfill for videos.
Instalation
Use
npm install video-fit-polyfill
Usage
For magic:
- import it
- use *fit-video as class in all the videos you want.
- Magic
If you prefer use your own selector, import the function and added as below.
videoFitPolyfill('.mi-custom-selector')
If the browser supports object-fit it won't do anything.