react-lightbox-component
react-lightbox-component copied to clipboard
image not show when use base64
thank for nice component.
but i need use when my images us base64.
in this case thumbnail is work proper but in view image nothing shown.
Use source as based64imgstr instead of url { src: 'data:image/*;base64,' + base64imgstr, title: 'image title', description: 'image description' }