Is there a way to add base64 data: URLs to react-image-lightbox

1.1k Views Asked by At

I would like to know is there a way to add base64 data URL (instead of image URL) to react-image-lightbox

OR should I convert the base64 string to the image first and then add to react-image-lightbox? If so how can I convert to the image, please?

1

There are 1 best solutions below

1
On BEST ANSWER

https://codesandbox.io/s/react-image-lightbox-sandbox-rzfuh

Works for me.

When you want to use base64 you just have to replace the image url with the base64 string most of the time.