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

Console: $container.imagesLoaded is not a function #14

Closed waldbach closed 9 years ago

waldbach commented 9 years ago
Uncaught TypeError: $container.imagesLoaded is not a function
$.fn.imagefill @ jquery-imagefill.js:50

Great plugin, but I immediately get this error. Do I need another plugin? I didn't read about this requirement though. Maybe I should try with http://imagesloaded.desandro.com/ ?

johnpolacek commented 9 years ago

Yes, that's the one. In the examples, I load it from a cdn. I've updated the README with a note about the requirement.