This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Zoom OpenSeadragon

Description

Zoom OpenSeadragon is an implementation of OpenSeadragon, an open-source, web-based viewer for high-resolution zoomable images, implemented in pure JavaScript, for desktop and mobile.

It allows to create zoomable galleries from standart wordpress images as well as from deepzoom images.

You can see live demo here

Zoom OpenSeadragon is released under the New BSD license

Screenshots

  • Options for Zoom OpenSeadragon galleries. First gallery links to precreated DeepZoom image, second and third use standart wordpress media files
  • Single zoomable image
  • Tiled gallery, collection mode
  • Sequence mode

Installation

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

To replace wordpress gallery with Zoom OpenSeadragon gallery you need to add openseadragon="true" to gallery shortcode. You can also use Media options to replace all galleries with Zoom OpenSeadragon gallery.

To show zoomable images, e.g. Deep Zoom images, you need to add paths of them to zoomimages attribute of shortcode, for example

[gallery openseadragon="true" zoomimages="/example.com/zoom/zoom1.dzi,/example.com/zoom/zoom2.dzi"]

Other attributes:

  • width – width of Seadragon Zoom, 600px by default
  • height – height of Seadragon Zoom, 600px by default
  • columns – number of columns in grid view
  • noattachments – do not use images, attached to post (for example, when you need to display only DeepZoom images)
  • captions – display captions

Several OpenSeadragon parameters are also supported, see http://openseadragon.github.io/docs/OpenSeadragon.html#Options for description of these parameters.

  • shownavigationcontrol – show zoom in/out/home/full buttons, true by default
  • showzoomcontrol – show zoom buttons, true by default
  • showhomecontrol – show home button, true by default
  • showfullpagecontrol – show fullscreen button, true by default
  • showrotationcontrol – show rotation buttons, false by default
  • sequencemode – display pictures in sequence mode, one by one instead of grid
  • showsequencecontrol – show next/prev buttons for sequence mode, true by default
  • shownavigator – show navigator minimap
  • navigatorid – id of navigator div, autocreated if left empty
  • navigatorposition – position of navigator minimap, TOP_RIGHT is default
  • showreferencestrip – show thumbnails of images, false by default
  • referencestripsizeratio – ratio of thumbnails sizes to deepzoom size, 0.2 by default
  • referencestripposition – position of reference strip, BOTTOM_LEFT by default
  • referencestripscroll – type of reference scroll, ‘horizontal’ by default

FAQ

Installation Instructions

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

To replace wordpress gallery with Zoom OpenSeadragon gallery you need to add openseadragon="true" to gallery shortcode. You can also use Media options to replace all galleries with Zoom OpenSeadragon gallery.

To show zoomable images, e.g. Deep Zoom images, you need to add paths of them to zoomimages attribute of shortcode, for example

[gallery openseadragon="true" zoomimages="/example.com/zoom/zoom1.dzi,/example.com/zoom/zoom2.dzi"]

Other attributes:

  • width – width of Seadragon Zoom, 600px by default
  • height – height of Seadragon Zoom, 600px by default
  • columns – number of columns in grid view
  • noattachments – do not use images, attached to post (for example, when you need to display only DeepZoom images)
  • captions – display captions

Several OpenSeadragon parameters are also supported, see http://openseadragon.github.io/docs/OpenSeadragon.html#Options for description of these parameters.

  • shownavigationcontrol – show zoom in/out/home/full buttons, true by default
  • showzoomcontrol – show zoom buttons, true by default
  • showhomecontrol – show home button, true by default
  • showfullpagecontrol – show fullscreen button, true by default
  • showrotationcontrol – show rotation buttons, false by default
  • sequencemode – display pictures in sequence mode, one by one instead of grid
  • showsequencecontrol – show next/prev buttons for sequence mode, true by default
  • shownavigator – show navigator minimap
  • navigatorid – id of navigator div, autocreated if left empty
  • navigatorposition – position of navigator minimap, TOP_RIGHT is default
  • showreferencestrip – show thumbnails of images, false by default
  • referencestripsizeratio – ratio of thumbnails sizes to deepzoom size, 0.2 by default
  • referencestripposition – position of reference strip, BOTTOM_LEFT by default
  • referencestripscroll – type of reference scroll, ‘horizontal’ by default
How to replace specific gallery with Zoom OpenSeadragon gallery?

To replace wordpress gallery with Zoom OpenSeadragon you need to add openseadragon=”true” to gallery shortcode.

How to replace all galleries with Zoom OpenSeadragon gallery?

Use Zoom OpenSeadragon Options section in Settings => Media.

How to create really big zoomable image?

See http://openseadragon.github.io/examples/creating-zooming-images/

Reviews

24 сакавіка, 2021
Easy to implement, works great, and is very fast and smooth to use on PC or mobile. There are some limitations, for example I haven't been able to get it to work responsively. I can set width="" and the width will adjust according to window size but I haven't been able to do the same for the height yet. Either way, it's free and works as expected!
28 лютага, 2018
It is simply a wonderful and extremely useful plugin. By adding a few lines of code to a post you can have zoomable images. My website features many historic photographs and the ability to zoom in and see details is simply incredible. Keep up the good work!
22 мая, 2017
Pretty easy plugin, much easier than pasting javascript into my posts. Thanks a lot, works like a charm, keep up the good work!
3 верасня, 2016
I searched for quite a while to find a 'zoom' plugin that did what I wanted with little fuss, and tried various plugins before settling on this one. I am impressed by how quickly this loads on my page, and how smooth the zooming and navigation are. I had a small issue, and Alexey the plugin developer issued a fix within a few days - good work. 🙂 I just needed a little css for my theme, with this simple shortcode (if it helps anyone) - [gallery ids="331,328" openseadragon="true" width="1076"] Use WP editor to add a gallery as normal, then edit the shortcode to add in the openseadragon parameters.
Read all 5 reviews

Contributors & Developers

“Zoom OpenSeadragon” is open source software. The following people have contributed to this plugin.

Contributors

“Zoom OpenSeadragon” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Zoom OpenSeadragon” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.4

  • Updated OpenSeadragon library to version 2.3.0 and changed script to go to photo in multiimage configuration accordingly

1.3

  • Updated OpenSeadragon library to version 2.2.0

1.2

  • Fixed reading of attachment sizes

1.1

  • Updated Russian localization

1.0

  • Initial release