Daniel-KM / Omeka-plugin-UniversalViewer

Plugin for Omeka that adds the IIIF specifications in order to act like an IIPImage server, and the UniversalViewer, a unified online player for any file. It can display books, images, maps, audio, movies, pdf, 3D views, and anything else as long as the appropriate extensions are installed.
Other
24 stars 20 forks source link

Replace universalviewer_iiif_max_size #30

Closed simpsonw closed 7 years ago

simpsonw commented 7 years ago

It looks like the universalviewer_iiif_max_size options isn't being used anywhere but the configuration form. It's not being saved in the database and it doesn't appear to be taking effect anywhere. I think this should be changed to universalviewer_max_dynamic_size, which is referenced in UniversalViewerPlugin.php and controllers/ImageController.php.

Daniel-KM commented 7 years ago

Ok, thanks.