ngx-lightbox
ngx-lightbox copied to clipboard
Download Image Option
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
I agree, that would be very useful.
No way for that at the moment. PRs welcome.
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;