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
Hey got a small problem,
sometimes when I click an Img to get a selected border it reloads all images, is this a bug or can I disable it somehow?
<div class="row pictures" v-lazy-container="{ selector: 'img' }"> <div class="col-4 p-1" v-for="(filter, i) in pictures" :key="filter" :style="`--i: ${i}`"> <div @click="selected = i" class="card bg-secondary shadow-sm picture" :class="{'selected': selected === i}"> <div class="card-body"> <img class="img-fluid" :data-src="filter.src"/> </div> </div> </div>
here a small recording: https://jmp.sh/6Jrjm2O
hope someone can help me :)
The text was updated successfully, but these errors were encountered:
I got same issue, any solution?
Sorry, something went wrong.
@superdiazzz i use this https://github.com/alexjoverm/v-lazy-image works fine.
I don't see placeholder image in this libs. Or you know how to do that?
No branches or pull requests
Hey got a small problem,
sometimes when I click an Img to get a selected border it reloads all images, is this a bug or can I disable it somehow?
here a small recording: https://jmp.sh/6Jrjm2O
hope someone can help me :)
The text was updated successfully, but these errors were encountered: