jetmartin / responsive-lazy-loader

A responsive lazy loader. Load image rendition according to CSS display & breakpoint.
Other
23 stars 11 forks source link

Rewriten the code to prevent the error if Modernizr isn't available. #5

Closed janpersoons closed 10 years ago

janpersoons commented 10 years ago

While checking the plugin on Safari 5, my images wouldn't show. The JS console showed 'Modernizr is not defined'. The check was wrong and I fixed it

jetmartin commented 10 years ago

Thank you for the fix.