diff --git a/content/components/image.md b/content/components/image.md index b99b1a5..93a44aa 100644 --- a/content/components/image.md +++ b/content/components/image.md @@ -109,6 +109,22 @@ The shortcode supports vector images of type `.svg` too. The shortcode supports {{< /example >}} +### Static assets + +Files stored in the site's `static` folder are served as-is, without any image processing or resizing. This is required for formats where processing would alter the content, such as animated GIFs. + +{{< release version="v2.1.0" >}} + +> [!NOTE] +> Place the file in your site's `static` folder and reference it by its public path (e.g. `/img/animation.gif`). Static files are detected automatically — no additional arguments are needed. + + +{{< example lang="hugo" >}} +{{}} +{{< /example >}} + + ### DAM images Hinode supports [Cloudinary](https://cloudinary.com), [ImageKit.io](https://imagekit.io), and [Imgix](https://imgix.com) as Digital Asset Manager (DAM). You can configure these managers in your site parameters. Check out the [DAM configuration](https://gethinode.com/docs/configuration/digital-asset-managers/) for more details. diff --git a/static/img/cloudcannon-visual-editing.gif b/static/img/cloudcannon-visual-editing.gif new file mode 100644 index 0000000..9294d0d Binary files /dev/null and b/static/img/cloudcannon-visual-editing.gif differ