diff --git a/src/docs/images.md b/src/docs/images.md index ddc0d76..8617288 100644 --- a/src/docs/images.md +++ b/src/docs/images.md @@ -4,6 +4,8 @@ title: Images Using the [Eleventy Image](https://www.11ty.dev/docs/plugins/image/) plugin, there are three ways to handle image optimization: HTML Transform, Markdown syntax, and a Nunjucks shortcode. [See the dedicated blog post to dive deeper.](/blog/post-with-an-image/) +Have a look at the [Attribute Overrides](https://www.11ty.dev/docs/plugins/image/#attribute-overrides) for the HTML Transform methods (1 and 2) for per instance overrides. Adding `eleventy:ignore` to an `` element for example, skips this image. + ## **1. HTML Transform** The HTML Transform automatically processes `` and `` elements in your HTML files as a post-processing step during the build.