b-card-img-lazy
See original GitHub issueCould <b-card-img>
add lazy load support?
Thanks.
I use <b-img-lazy class="card-img">
now.
But have some bug on mobile device.
Some image won’t load when scroll.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Card | Components - BootstrapVue
Lazy loaded images ... Use the <b-card-img-lazy> sub-component to lazy load images as they scroll into view. <b-card-img-lazy> supports the same props as...
Read more >How to use <b-img-lazy> in bootstrap vue card - Stack Overflow
Use the new b-card-img-lazy sub-component. You will still need to manually place the sub-component inside <b-card no-body> and palce any ...
Read more >Image in b-card-img-lazy component has invalid height
Hello, In my vue/cli 4/vuex / bootstrap-vue app I use b-card-img-lazy component
Read more >[Solved]-How to use <b-img-lazy> in bootstrap vue card-Vue.js
Use the new b-card-img-lazy sub-component. You will still need to manually place the sub-component inside <b-card no-body> and palce any additional sub ...
Read more >bootstrap-vue | Yarn - Package Manager
Use props label-cols{-{breakpoint}} instead. b-img-lazy , b-card-img-lazy : now rely only on IntersectionObserver support (native or via a polyfill) to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You would need to create the card structure as follows:
How do we add the image as top? Adding the lazy component to <b-card add the image to the card body, not the outer element?