bbc / Imager.js

Responsive images while we wait for srcset to finish cooking
Apache License 2.0
3.84k stars 224 forks source link

Lazyload: adding `offsetTop` of each of the element's offsetParents to fix inaccuracies #60

Closed marcinwenger closed 10 years ago

marcinwenger commented 10 years ago

offsetTop gives coordinates relative to the offsetParent of the element.

The patch moves up the tree of offsetParents and adds the offsetTop each.

Integralist commented 10 years ago

Thanks for this PR @marcinwenger it really helped :-)