Location:
I have a small application where the user chooses a <select>
option and in that an image is loaded via javascript using base64 .
Problem:
The jqZoom plugin does not work correctly with base64 since it freezes and can not move.
Note:
I ran tests with an image that was in the directory of the application using relative path and jqZoom was normal, ie not being an image base64 works.
Goal:
I'd like to know how I should proceed to make the plugin work with base64 or would like to know some other way to get my result that would be zoomed in on the base64 image loaded via XHR in javascript , if you use another zoom plugin, I can also do it.