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

Fix no resizing for initial size #4

Closed HugoHeneault closed 10 years ago

HugoHeneault commented 10 years ago

If container is 100% window's width and I reduce the window's size, when I maximize the window to it's initial size, filling was not working.

mrtag23 commented 10 years ago

Awesome! Helped me very much on an iPad bug when switching from landscape to portrait. Thank you!