Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

watsonbox
Copy link

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.

$('.card-thumbnail').find('img[src*="pwg_representative"]').each(function() {
$(this).closest('div').append('<i class="fas fa-file-video fa-2x video-indicator" aria-hidden="true" style="position: absolute; top: 10px; left: 10px; z-index: 100; color: #fff;"></i>');
});

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant