Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 360 Bytes

load-responsively.js

A jQuery plugin that uses the aspect ratio of not-yet-loaded images to reserve responsive space.

Usage

$(document).ready(function() {
  $("img").loadResponsively();
});

Browser support

Compatible with All Browsers and IE7+.

License

Unveil is licensed under the MIT license.