themyth92 / ngx-lightbox

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

PNGs are saved as JPGs #157

Open rissom opened 1 year ago

rissom commented 1 year ago

When I use the download button in ngx-lightbox my PNG images are downloaded and saved with their original filename (ending on .png), but have been converted to JPEG format and also decreased in size. Is there a way to prevent this behavior? I would prefer to download the original file.