thdoan / magnify

A lightweight jQuery magnifying glass zoom plugin.
https://thdoan.github.io/magnify/
MIT License
243 stars 63 forks source link

How to make the magnifier work with base64 images? #73

Open qt2git opened 2 years ago

qt2git commented 2 years ago

Hi. Thanks for sharing your code with us.

It works well with image references by src="". But how can it be used with images from base64 data? <img src="data:image/jpg;charset=utf8;base64,........> instead of

BR. QT