Skip to content

Resizer responsive exceeds maxSize boundary  #3

@kdevo

Description

@kdevo

When using the resizer responsive with responsiveSizes exceeding maxSize, one image after maxSize is included in the resulting image set.

Reproduction

Example config:

maxSize: 1000x
responsiveSizes: ["512x", "1024x", "1280x"]
  • Want images: ["512x"] (maybe it also makes sense to include the "1000x" here?)
  • Got images: ["512x", "1024x"]

Resolution

  • Ensure that no image exceeds user-defined maxSize for responsive resizer
  • Ensure consistency for other resizers, too

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions