wittlock / ngx-image-zoom

Angular component for zoomable images
https://wittlock.github.io/ngx-image-zoom/
MIT License
134 stars 64 forks source link

Support of NgOptimizedImage #141

Open galek opened 1 year ago

galek commented 1 year ago

Hello, do you planned to implement NgOptimizedImage?

Will only be needed to replace 'src' directive to 'ngSrc'. It will add lazy load image.

JomaKar commented 5 months ago

also looking for some support or also a way to implement or customize loading mode adding priority option to reduce LCP (or async fetching with lazy option), as well as srcset options, and original width and height to avoid CLS.