themyth92 / ngx-lightbox

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

Download Image Option #72

Open hvsharma63 opened 3 years ago

hvsharma63 commented 3 years ago

Hello, I read the documentation, but I didn't find any reference regarding "How to download the image, when image is being viewed"? I mean add a download option. Is this possible?

If anyone knows, please let me know

Thanks

pierresh commented 3 years ago

I agree, that would be very useful.

themyth92 commented 3 years ago

No way for that at the moment. PRs welcome.

h5aaimtron commented 2 years ago

There already exists a download option in the lightboxConfig, however; if the images are behind a host that requires CORS and you're not on the list, you can forget it. The property on the lightboxConfig looks something like:

this.lightboxConfig.showDownloadButton = true;