1.0.0 • Published 5 years ago

video-fit-polyfill v1.0.0

Weekly downloads
2
License
MIT License
Repository
github
Last release
5 years ago

Video-fit Polyfill

An object-fit polyfill for videos.

Instalation

Use npm install video-fit-polyfill

Usage

For magic: 1. import it 2. use *fit-video as class in all the videos you want. 3. 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.