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
The blur up plugin is using the find method which is not supported by IE. https://github.com/aFarkas/lazysizes/blob/gh-pages/plugins/blur-up/ls.blur-up.js#L33
Error in IE:
Object doesn't support property or method 'find'
The error also occurs in the official demo for the plugin. Until this is fixed the error can be prevented by including a polyfill for the find method.
The text was updated successfully, but these errors were encountered:
19426bd
Thank you!!!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The blur up plugin is using the find method which is not supported by IE.
https://github.com/aFarkas/lazysizes/blob/gh-pages/plugins/blur-up/ls.blur-up.js#L33
Error in IE:
The error also occurs in the official demo for the plugin.
Until this is fixed the error can be prevented by including a polyfill for the find method.
The text was updated successfully, but these errors were encountered: