themyth92 / ngx-lightbox

Lightbox2 use with angular >= 5
MIT License
115 stars 70 forks source link

Make IAlbum.thumb optional #4

Closed richardlnnr closed 6 years ago

richardlnnr commented 6 years ago

Hi, thanks for this great lib.

Could you make the thumb property of class IAlbum optional?

Thanks.

themyth92 commented 6 years ago

Can i have your use case here ? If no thumb, how can you click on the image ?

richardlnnr commented 6 years ago

I don't use thumb to display my image. The src do that. I need display my images with the full quality.

The change is only for prevent this compiling error image

themyth92 commented 6 years ago

Hmm if that is the case, can you make the thumb url to equal src url ? So your thumbnail is just your src image ?

themyth92 commented 6 years ago

Feel free to open if you still any issues