themyth92 / ngx-lightbox

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

Blob url as src for the albums, unable to download #147

Open afiqwazien opened 1 year ago

afiqwazien commented 1 year ago

Hi, i have updated to the latest, 3.0.0, but download still does not work when the url is blob url. image

From the error, seems like it will try to get the file name from the url but failed, because the url is blob url.

If theres any way that we can override this method and set the file name ourselves, should be great.