boratanrikulu / eternity

A minimalist Hugo theme designed for portfolio sites.
https://eternity.bora.sh
MIT License
237 stars 78 forks source link

Adding gif instead of an image #26

Closed yuvalco closed 1 year ago

yuvalco commented 1 year ago

Hi I wonder if it's possible to add gifs(to the gallery), I have tried

---
weight: 3
images:
- /images/animation.gif
title: bunny 1
date: 2022-07-23
tags:
- archive # all posts
- bunny
- nature
---

But it seems to fail

Note : it is possible to add gifs to the markdown content but in the galley it's not.

restorimo commented 1 year ago

I have no problem adding.gif files, they work as thumbnails as well.

boratanrikulu commented 1 year ago

It works for me too. I've just put a gif url. Please, re-try with the latest version of the theme.

---
weight: 1
images:
- https://compote.slate.com/images/697b023b-64a5-49a0-8059-27b963453fb1.gif
title: Test
tags:
- work
---