Window Virtualizer dynamic item sizes and scroll jitter
So I'm using svelte with each item in the list being dynamiclly sized with pictures loaded from the web, and videos. The main issue I'm facing rn is that i can't scroll past a certain point where it just jitters and the scroll stays there, how do I deal with this?
2 Replies
wise-white•2y ago
What does your virtualizer look like?
fascinating-indigoOP•2y ago
I changed from window virtualizer to the regular one, and made each item have fixed height if there are any images or videos, that solved my problem