omeka / Omeka

A flexible web publishing platform for the display of library, museum and scholarly collections, archives and exhibitions.
http://omeka.org
GNU General Public License v3.0
472 stars 193 forks source link

Include lightgallery media viewer in the core. #989

Closed kimisgold closed 1 year ago

kimisgold commented 1 year ago

Provides files and view helper themes can use to display media files in lightgallery. The view helper allows for output that displays either the lightgallery viewer or a list of files that cannot be displayed within lightgallery. This should support images, html5 video, youtube, and pdfs.

zerocrates commented 1 year ago

Some remaining questions:

kimisgold commented 1 year ago

on the previous: it's annoying to get a thumbnail url for an file, instead of a thumbnail image tag which we have a helper for. should we just provide a record_image_url function?

I'd love record_image_url(), I'm pretty sure I've run into many other instances of not needing the full image markup, especially with third party jquery plugins.