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

Fixed IE8 support #14

Closed klemens-u closed 8 years ago

klemens-u commented 8 years ago

There were two problems: 1) check for console support with window.console 2) IE8 does not support window.getComputedStyle(). Added replacement function.

klemens-u commented 8 years ago

Sorry, the file extension fix crawled into this patch too..