trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
125 stars 28 forks source link

Base64 images display #27

Closed sabatale closed 1 year ago

sabatale commented 1 year ago

Great package!

Is there a way to render bs5-lightbox directly with Base64 content instead of the URL?

Modern browsers don't allow Base64 sources as href values.