11ty / 11ty/image

GIF image format fails and displays a fallback 11ty image

Open
#280 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
467
Forks
65
PR merge metrics
No merged PRs in 30d

Description

11ty: v3.0
11ty-image: v6.0.1

Image definition (in markdown):

![alt](https://res.cloudinary.com/dfue3cfts/image/upload/v1738860609/Syntackle/Posts/Screen_Cast_2025-02-06_at_10.18.49_PM_nrhnla.gif)

Plugin definition:

eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
    formats: ["avif", "gif", "webp", "png", "jpeg"],
    sharpOptions: {
        animated: true,
    }
});

Output (getting a 500):

<picture>
    <source type="image/webp" srcset="/.11ty/image/?src=https%3A%2F%2Fres.cloudinary.com%2Fdfue3cfts%2Fimage%2Fupload%2Fv1738860609%2FSyntackle%2FPosts%2FScreen_Cast_2025-02-06_at_10.18.49_PM_nrhnla.gif&amp;width=680&amp;format=webp&amp;via=transform 680w">
    <img src="/.11ty/image/?src=https%3A%2F%2Fres.cloudinary.com%2Fdfue3cfts%2Fimage%2Fupload%2Fv1738860609%2FSyntackle%2FPosts%2FScreen_Cast_2025-02-06_at_10.18.49_PM_nrhnla.gif&amp;width=680&amp;format=gif&amp;via=transform" alt="deepseek model with a vscode extension named cline" width="680" height="1472">
</picture>

Image

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by reproducing the provided Markdown image and eleventyImageTransformPlugin configuration with Eleventy 3.0 and eleventy-image 6.0.1, then trace the GIF transformation request that returns HTTP 500. Done means the GIF source produces a valid transformed image instead of the fallback error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
computer-graphics
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.