Just noticed with a generic class selector on elements that may or may not have a bg it bombs hard with IE8 on line 184 ``` imgRatio = imgDim.width / imgDim.height, ``` Error: width doesn't exist. Great script btw.
Just noticed with a generic class selector on elements that may or may not have a bg it bombs hard with IE8 on line 184
Error: width doesn't exist.
Great script btw.