themyth92 / ngx-lightbox

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

Feature: download button #103

Closed aosyatnik closed 2 years ago

aosyatnik commented 2 years ago

This PR implements this feature request.

I added it as a configuration, so that users, that don't need it won't see it. I used ngx-filesaver package, as I want to be able to load images from different origins (e.g. Chome will block a href download if it's cross-origin).

Results: image image

@themyth92

themyth92 commented 2 years ago

Tks a lot @aosyatnik . Looks good !