This guide explains how to add optimized, lazy-loaded GIF images to content pages using standard Markdown image syntax.
Examples
Page resource


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


Remote resource

