johnpolacek / imagefill.js

The jQuery plugin for making images fill their containers (and be centered)
http://johnpolacek.github.io/imagefill.js/
609 stars 89 forks source link

Use outerWidth/outerHeight #12

Closed reddo closed 10 years ago

reddo commented 10 years ago

Change calculation of image size based on outerWidth/outerHeight to ignore the container's padding. See issue #11.