Skip to content
New issue

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

Blur up plugin is not compatible with IE #631

Closed
slavanga opened this issue Apr 8, 2019 · 1 comment
Closed

Blur up plugin is not compatible with IE #631

slavanga opened this issue Apr 8, 2019 · 1 comment

Comments

@slavanga
Copy link

slavanga commented Apr 8, 2019

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.

@aFarkas aFarkas closed this as completed in 19426bd Apr 8, 2019
@aFarkas
Copy link
Owner

aFarkas commented Apr 8, 2019

Thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants