themyth92 / ngx-lightbox

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

Convert CSS background images files to base64 encoded images #46

Closed mronus closed 4 years ago

mronus commented 4 years ago

Relative path in lightbox.css file cannot be resolved in Angular 8.2.14 because of randomly generated URLs, and also it doesn't work in multiple-context based apps because of different root URLs. Please see the following ss:

image

Therefore, I replaced URLs with base64 encoded image data in order to have full compatibility.

themyth92 commented 4 years ago

Cool, tks @mronus a lot for your PR.