You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @zachleat, please is there an option to use functionality of eleventyImageTransformPlugin only on specific page of our website?
For example in my blog's post detail page I use class="entry-content" for content which is injected from CMS. And to this content I added some images that I want to process, but on other pages of my website I use Nunjucks reusable component for images, which doesn't need to be processed with eleventy-img.
Thank you for your response.
The text was updated successfully, but these errors were encountered:
I resolved it with attribute overrides, <img eleventy:ignore>. Now I can use eleventy-img only for blog posts without touching my other website images.
Hello @zachleat, please is there an option to use functionality of eleventyImageTransformPlugin only on specific page of our website?
For example in my blog's post detail page I use
class="entry-content"
for content which is injected from CMS. And to this content I added some images that I want to process, but on other pages of my website I use Nunjucks reusable component for images, which doesn't need to be processed with eleventy-img.Thank you for your response.
The text was updated successfully, but these errors were encountered: