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

IE8 support broken #12

Closed klemens-u closed 8 years ago

klemens-u commented 8 years ago

I just checked a site using rimg.js with IE8 and sadly no images were loaded at all. Reproduceable at http://joeyvandijk.github.io/rimg/ Error Message: 'console' not defined Line 1 Char 26

klemens-u commented 8 years ago

Proposed fix: https://github.com/joeyvandijk/rimg/pull/14

joeyvandijk commented 8 years ago

Implemented #14