-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
<b-img-lazy> with srcset #4348
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
<b-img-lazy> with srcset #4348
Comments
Since As a work around one could specify multiple |
One other thing to note is that IE 11 does not support The other issue to deal with is project relative asset URLs, which is easy for single image |
We might be able to get it to work, although one can only specify a single blank/placeholder image to load by default (which may or may not have the same expected aspect ratio as the final image chosen by the browser) |
BootstrapVue |
not support srcset, if you add srcset value vuejs load all images without using lazyload
I tried to add it in the img-lazy.js code
The text was updated successfully, but these errors were encountered: