-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
{{# collections.projects }}
<div class="project {{^ isFirst }}project--hidden{{/ isFirst }} js-project">
<img class="project__image js-project-thumbnail" src="{{ thumbnail }}" alt="">
{{# image }}
{{# isFirst }}
<img class="project__image js-project-image" src="{{ image }}" alt="">
{{/ isFirst }}
{{^ isFirst }}
<img class="project__image js-project-image" data-src="{{ image }}" alt="">
{{/ isFirst }}
{{/ image }}
{{# video }}
<video class="project__image js-project-video" src="{{ video }}" autoplay muted loop></video>
{{/ video }}
</div>
{{/ collections.projects }}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request