You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your plugin to show some SVGs. But when i open my site in IE the plugin can't show properly the image.
Debugging i see that when the image is loaded the width and height both are 0.
You can reproduce this issue using the test page, just change the src of the img tag to point to a svg.
This is my JS
var iv = $("#svgViewer").iviewer(
{
//Hidden input that has the file Url
src: $("#imageUrl").val(),
zoom_min: 1,
update_on_resize: false,
ui_disabled: true,
zoom_animation: false
});
The text was updated successfully, but these errors were encountered:
Hi,
I'm using your plugin to show some SVGs. But when i open my site in IE the plugin can't show properly the image.
Debugging i see that when the image is loaded the width and height both are 0.
You can reproduce this issue using the test page, just change the src of the img tag to point to a svg.
This is my JS
var iv = $("#svgViewer").iviewer(
{
//Hidden input that has the file Url
src: $("#imageUrl").val(),
zoom_min: 1,
update_on_resize: false,
ui_disabled: true,
zoom_animation: false
});
The text was updated successfully, but these errors were encountered: