eleventy-img icon indicating copy to clipboard operation
eleventy-img copied to clipboard

Utility to perform build-time image transformations.

Results 60 eleventy-img issues
Sort by recently updated
recently updated
newest added

Here are 2 profiles of building the same website, first [without the PR](https://share.firefox.dev/4bhBtP6), and then [with the PR](https://share.firefox.dev/3Wlxqgd). With the PR, `getHash` takes 3.1% (30.7ms) of the total build time....

Hello there, I have this setup: - node `18.17.1` - eleventy `2.0.1` - eleventy-img `4.0.2` And I'm currently using eleventy-img with that config: ```js imgOptions: { widths: [400, 812, 1400,...

## Current The eleventy-img Eleventy Transform transforms `img` `src`s but not `img` `srcset`s. ## Desired The eleventy-img Eleventy Transform transforms `img` `src`s and `img` `srcset`s. ## Motivation Currently, the transform...

I’m doing everything I can to avoid `` tags around my images. So, I only have one format output for vectors (SVG, `svgShortCircuit: true`) and one for rasters (AVIF). Vectors...

On my personal blog, I have a few posts that use [my company's image comparison web component](https://cloudfour.com/thinks/building-an-accessible-image-comparison-web-component/). Here's some simplified markup for that: ```html ``` When the Image Transform plugin...

Vote from @eaton https://phire.place/@eaton/112933092208311738

enhancement

I’m trying to prefix the `src`/`srcset` attributes of the markup generated by `Image.generateHTML` with the base URL for a CDN (.e.g. `https://mycdn.com/`). However, sending that value to `parseUrl` results in...

@zachleat, recently I test `"@11ty/eleventy-img": "5.0.0-beta.9"` images with base64 and encodeURIComponent(svg), and its return me error like this: ```log [11ty] Original error stack trace: Error: ENAMETOOLONG: name too long, stat...

Repro here: https://github.com/nathonius/11ty-demo/tree/main/4-images [Discord thread about this issue](https://discord.com/channels/741017160297611315/1264710294622568448) When a `urlPath` option is NOT provided to the transform plugin, but the template including the image has a `permalink` attribute that...