Failed parsing 'srcset' attribute value since its 'w' descriptor is invalid.

Created on 15 March 2025, 20 days ago

Problem/Motivation

Currently calculating the image width from its styles/effects may lead to float/decimal values, which then results in the following messages in the browser:

Failed parsing 'srcset' attribute value since its 'w' descriptor is invalid.
Dropped srcset candidate "/path/to/image.jpg?itok=XXXXXX"

The corresponding srcset then contains values like:

/path/to/image.jpg?itok=XXXXXX 1371.2w

Steps to reproduce

  • Create an image style that calculates its scaled width by its height and use an image that would result in a float/decimal value width, when height is used as base

Proposed resolution

  • Round the width values used in srcset to integers

Remaining tasks

  • Create issue fork and MR to fix this issue

User interface changes

n/a

API changes

n/a

Data model changes

n/a

🐛 Bug report
Status

Active

Version

4.0

Component

Code

Created by

🇩🇪Germany hctom

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024