Matheus Dal'Pizzol

Results 9 comments of Matheus Dal'Pizzol

> @NewNork see here: https://codesandbox.io/embed/vue-grid-layout-for-vue3-yvs1c?fontsize=14&hidenavigation=1&theme=dark vue version is v3.2.16 I have this exact setup, except for using Vite and I'm getting the following: ``` Failed to resolve component: GridItem If...

Hey folks. I'm also REALLY needing this. In my case, all I need is to have each collection in its own table. There's no need for each field to be...

I'm also facing this issue. `threshold` seems to simply be ignored, which leads to `` that are close to the fold to be loaded directly on the first page load,...

Well... it seems that the problem was `use_native`. You can see here that [browser's native thresholds are pretty high](https://web.dev/articles/browser-level-image-lazy-loading#improved_data-savings_and_distance-from-viewport_thresholds) (1250px). The solution I found was to use native loading only...

@verlok I could try that. But to be honest, I don't see how it would make LCP better. I feel like anything that needs "foreign" JS code will always perform...

By the way, to be clear: I'm using the library for both (images, and iframes), just with different configs: ```javascript import LazyLoad from 'vanilla-lazyload' export default function initLazyLoad () {...

@verlok > b) if you use native lazy loading, images that are just below the fold are loaded as soon as the page loads, meaning while the LCP image is...

@verlok > I cN tell you that my lazy load script doesn't run any long task, it just watches the elements using the IntersectionObserver API and when it's time, it...

Same problem here. Doing a little research, seems like there's a dependency that needs to be updated... just a guess...