kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

only upload small images #72

Open andrejm7 opened 3 years ago

andrejm7 commented 3 years ago

good morning,

is there any way to load only the small images before?

and when you click on the image, yes, search for the larger image?

this makes my system very slow when loading the gallery.

andrejm7 commented 3 years ago

Hello good day,

can you help me with your ngx-gallery library?

I don't want to load the medium and large images on the first load.

but when I go to do that when I click on the small image it doesn't load... but my object brings the link normally as in my example.

i need to click on the small image and it adds the medium image

my example https://stackblitz.com/edit/kolkov-ngx-gallery-ozgkdt?file=src/app/app.component.ts

@kolkov @lukasmatta please