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
@verlok as you might remember I'm needing an option to pass an element to elements_selector instead of a string. I've just made a PR for this #130
elements_selector
But unfortunately I can't use the latest version of lazyload because I can't stop supporting the IE completely plus iOS! https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver#Browser_compatibility
Thus I must stay with version 8 and need the option adjustment for this one, too.
Any chance that version can still be extended or is it completely closed?
The text was updated successfully, but these errors were encountered:
Absolutely yes, I'm maintaining both versions: 10 and 8 for the reason you mentioned. I'll evaluate and eventually merge this PR as soon as possible.
Sorry, something went wrong.
Closing this, as I'm maintaining v 8.x as well
No branches or pull requests
@verlok as you might remember I'm needing an option to pass an element to
elements_selector
instead of a string.I've just made a PR for this #130
But unfortunately I can't use the latest version of lazyload because I can't stop supporting the IE completely plus iOS!
https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver#Browser_compatibility
Thus I must stay with version 8 and need the option adjustment for this one, too.
Any chance that version can still be extended or is it completely closed?
The text was updated successfully, but these errors were encountered: