gif

You can add .gif images to your .md pages by using the Markdown syntax for images.

Examples

Page resource

![Good Morning cat](good-morning.gif)

Good Morning cat

Rendered HTML

<img
  src="/docs/built-ins/gif/good-morning.gif"
  width="480"
  height="480"
  decoding="async"
  fetchpriority="auto"
  loading="lazy"
  alt="Good Morning cat"
  id="h-rh-i-0"
>

Global resource

![Unschuldig](gifs/unschuldig.gif)

Unschuldig

Remote resource

![Swimming duck](https://media3.giphy.com/media/T3VjdigJhgYapB9Upz/giphy.gif)

Swimming duck