image icon indicating copy to clipboard operation
image copied to clipboard

<nuxt-img> loading lazy not working

Open Kelvin4230 opened this issue 2 years ago • 7 comments

螢幕截圖 2023-02-06 下午3 55 42 螢幕截圖 2023-02-06 下午4 00 29 螢幕截圖 2023-02-06 下午3 55 06 what is my miss to track viewport.

Kelvin4230 avatar Feb 06 '23 08:02 Kelvin4230

Same issue. loading lazy is not working with cloudinary as provider.

nasdaq-dubai-dfm avatar Feb 17 '23 18:02 nasdaq-dubai-dfm

Same problem. I have followed docs and write the basic setup. With cloudinary loader images won't get lazy loaded. At the same time if instead of provider, I use image component with the entire URL to cloudinary resource, lazy loading works.

kwiat1990 avatar Apr 07 '23 14:04 kwiat1990

Its not working if placeholder is set.

rudykaze avatar Jan 27 '24 20:01 rudykaze

Hi, Im still having this issue on Nuxt 3.8.2 and @nuxt/image 1.3.0 No provider, just local image.

redakzter01 avatar Feb 12 '24 13:02 redakzter01

Hi, Im still having this issue on Nuxt 3.8.2 and @nuxt/image 1.3.0 No provider, just local image.

Turns out that Chrome is the problem, if the image is positioned after 3000px from top it will work.

https://stackoverflow.com/questions/57753240/native-lazy-loading-loading-lazy-not-working-even-with-flags-enabled

redakzter01 avatar Feb 12 '24 13:02 redakzter01

Not working for me as well. It is loading all the images at once

onkar-rentomojo avatar Feb 26 '24 12:02 onkar-rentomojo

Same issue with all images without using provider all images loads at page init

s1mpLyy avatar Mar 04 '24 14:03 s1mpLyy

This is browser behaviour, not related to Nuxt image.

danielroe avatar Apr 22 '24 14:04 danielroe