joeyvandijk / rimg

[DEPRECATED] A responsive image solution for browsers that support mediaqueries. Pure javascript and no server-side code.
http://joeyvandijk.github.io/rimg
MIT License
294 stars 25 forks source link

Feature request: allow to disable lazy load per image or dom container #17

Open klemens-u opened 8 years ago

klemens-u commented 8 years ago

Use case: Image slider. Its ugly if you swipe to the next image, but the image is not loaded yet. Disabling lazy load for the whole page is not desireable because there could be content below the viewport which should still lazy load.

joeyvandijk commented 8 years ago

Doesn't the .offset property help with this use case?