Is this library compatible with base64 image?
See original GitHub issueIssue Description
I’m trying to use this library in my base64 images, but when i hover the image i only have an grey square instead of a zoom.
This is my code
<Magnifier src={
data:image/png;base64,${page.images[0]}} mgShape="square" />
Any ideas?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Convert base64 String to an Image that's compatible with ...
Here an example for python 3.6 that uses imageio instead of PIL. It first loads an image and converts it to a b64_string....
Read more >Problem sending encoded image via HTTP POST? ESP32
which library do you use for base64::encode(fb->buf, fb->len)) and if it's String compatible, shouldn't that be after the "&image=" what about ...
Read more >Solved: Is there a way to convert Base64 string to image a...
Solved: Hello everyone, I am trying to create a flow that will pull employee photos from our HRIS system and upload them into...
Read more >[B4X] Library Base64 encode/decode Image and File library
I have a problem. I have a .net web Service that meets this picture. and it doesn't work compatible with its library. I...
Read more >Image as Base64 text - Jaspersoft Community
Hello. I have a feature request. It would be nice if I can place an base64 encoded image just inside the .jrxml file....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
yes, in the end they do the same thing
Looks like you a using another package. This package has name “react-image-magnifiers”: “^1.4.0”. I will try
react-magnifier
now, thanx