We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Yep, I'm hitting this, too:
SCRIPT5007: Unable to get value of the property 'width': object is null or undefined jquery.backgroundSize.js, line 184 character 3
Sorry, something went wrong.
I was wondering why that was occurring, seeing it as well.
How is possible to fix this?
Thanks for reporting the problem, I'll investigate
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: