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

Is it better to use .children('img') instead of .find('img') for finding images inside container? #1

Closed sgtpep closed 11 years ago

johnpolacek commented 11 years ago

Depends on the situation. See http://stackoverflow.com/a/7692401/565884