-
Notifications
You must be signed in to change notification settings - Fork 142
ERROR Error: Error: Annotorious does not support this media type in the current version or build configuration. #205
Comments
Well, I've had the same problem with openseadragon.
|
hi @rajashekarreddy2222 @aaaxiu maybe you should call the makeAnnotatable after the image loaded. <img src="THE_IMAGE_URL" onload="init(this)"> function init(image) {
anno.makeAnnotatable(image); // if it is vue.js, you can use $refs
} |
how about dynamic images will it work for that ?. in my case also same issue i am getting Error: Annotorious does not support this media type in the current version or build configuration. var viewer = OpenSeadragon({
|
Hello, have you solved your problem |
1 similar comment
Hello, have you solved your problem |
Hello, have you solved your problem |
please help me out
i am using jpg image serving from firebase
and i am using latest version of annotorious plugin
the error is caused due to this this.anno.makeAnnotatable(this.myAnnotation);
The text was updated successfully, but these errors were encountered: