Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #54648, comment 17


Ignore:
Timestamp:
07/02/2022 12:39:06 PM (3 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54648, comment 17

    v1 v2  
    11Thanks for links @codekraft
    22
    3 Yes I agree, the main reason for my comment was to point out a possible limitation on the current quality filter (because of the line that checks if the quality has been not set) that might not be obvious from the docs when testing it out.
     3Yes I agree, the main reason for my comment was to point out a possible limitation on the current quality filter (because of the line that checks if the quality is unmodified) that might not be obvious from the docs when testing it out.
    44
    55Probably another filter would be needed here to avoid the current limitations and allow it to target different intermediate sizes and formats. Also to avoid changing current behavior of the existing filter.