1
Situation:
I have a small application where the user chooses an option from <select>
and in that an image is loaded via javascript using Base64.
Problem:
The jqZoom plugin does not work properly with images Base64 because it freezes and can’t move.
Observing:
I performed tests with an image that was in the application directory using relative path and jqZoom was normal, that is, not an image Base64 works.
Goal:
I would like to know how I should proceed for the plugin to work with Base64 or would like to know some other way to get my result that would be a zoom in the image Base64 loaded via XHR on javascript, if you use another zoom plugin, I can also do.
Could you include a short, functional example for us to see the problem occurring and try to help solve it? Thank you!
– bfavaretto
Did you find a solution? Poste as an answer to help other people.
– Maniero
unfortunately I did not find any solution :(
– Paulo Roberto Rosa