View on GitHub

Jquery-object-fit

CSS3 object-fit polyfill with jQuery

Download this project as a .zip file Download this project as a tar.gz file

jquery object-fit polyfill

Simple object-fit polyfill for the CSS3 Images object-fit property.

Read about how CSS3 images works on the Opera Developer blog

Usage:

$('.selector').objectFit('contain');
$('.selector').objectFit('cover');

Test Suite

Try the test suite

to see what it all looks like

Authors:

Originally by Schmidsi and re-worked by steveworkman