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
Our Vue component uses feature detection for the loading attribute. It would be nice to have this same feature detection provided with explorer-1. This would also let loading="eager" do its thing (if lazy loading is natively supported).
loading
loading="eager"
/src/js/
lazy
eager
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our Vue component uses feature detection for the
loading
attribute. It would be nice to have this same feature detection provided with explorer-1. This would also letloading="eager"
do its thing (if lazy loading is natively supported)./src/js/
lazy
andeager
examplesThe text was updated successfully, but these errors were encountered: