Piwigo / piwigo-bootstrap-darkroom

A mobile-ready and feature-rich theme for Piwigo photo gallery, based on Bootstrap 4
Apache License 2.0
81 stars 40 forks source link

Don't show thumbnail video symbol for HEIC photos #373

Open watsonbox opened 5 months ago

watsonbox commented 5 months ago

Since Piwigo 14's HEIC support, HEIC thumbnails show a video symbol:

image

That seems to be because they have pwg_representitive files which, like videos, they require to be rendered in all browsers.

https://github.com/Piwigo/piwigo-bootstrap-darkroom/blob/012aeb692f347b942024d0e95556041437d57165/template/index.tpl#L310-L312

This PR excludes thumbnail cards with a file-ext-heic class:

image