themyth92 / ngx-lightbox

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

Download separate file on preview #139

Open GeoLoren985 opened 1 year ago

GeoLoren985 commented 1 year ago

Can we download separate file after image preview download button click. i want to attach high resolution image to download and low resolution image to preview

pierresh commented 4 months ago

You can try out my PR. When the DOWNLOAD event is received, you can handle the download in whatever way you prefer.

https://github.com/themyth92/ngx-lightbox/pull/161