Forum Replies Created

Viewing 1 replies (of 1 total)
  • Did you manage to get it working? If not, you probably need a direct link to the DZI file (i.e. ending in “.dzi”) as Google Drive’s link probably won’t work. The best thing is probably to host the .dzi file on your WordPress server – you can use a tool like FileZilla to get access to it so you can transfer files across easily from your computer.

    That’s what I do and then when it comes to the shortcode, you include the dzi file like this: zoomimages=”/wp-content/OpenSeaDragon/my_dzi_file.dzi”.

    That’s assuming you put your DZI files in a folder called “OpenSeaDragon” within the wp-content directory, you’ll need to create the OpenSeaDragon folder so you can call it whatever you like. Replace “my_dzi_file” with the actual name of the dzi file of course.

    I think you also need to set at least a height parameter for the container, at least it didn’t work for me without one. You can include “width=” height=’800′” in the shortcode or whatever height/width values you like.

Viewing 1 replies (of 1 total)