Problem/Motivation

There are two issues related to WebP support:

  1. The drupal/imageapi_optimize_webp module is not compatible with Drupal 11.3 (see issue #3504713).
  2. .webp image derivatives are not being rendered.

Proposed resolution

  • Apply the patch provided in issue #3504713 to restore compatibility.
  • Extend the Twig include implementation and ResponsiveImageStylesTwigExtension to ensure that WebP derivatives are properly rendered.
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

danielwirz created an issue. See original summary.

elgandoz made their first commit to this issue’s fork.

elgandoz’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

elgandoz’s picture

Status: Fixed » Closed (outdated)
Related issues: +#3582456: WebP srcset incomplete when base JPEG derivatives already exist on disk