react-lightbox-component icon indicating copy to clipboard operation
react-lightbox-component copied to clipboard

image not show when use base64

Open sajadghobadi opened this issue 5 years ago • 1 comments

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. Capture

sajadghobadi avatar Oct 13 '20 07:10 sajadghobadi

Use source as based64imgstr instead of url { src: 'data:image/*;base64,' + base64imgstr, title: 'image title', description: 'image description' }

balajiajp avatar Dec 15 '20 16:12 balajiajp