You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that right now, when we disable the Scale images & Lazy load option, changing image sizes in the editor returns the optimized URL to the content, which shouldn't happen - the sizes get filtered by the image_downsize filter here.
I think it would be enough to add the following condition at the top of the method the filter uses:
Description
It seems that right now, when we disable the Scale images & Lazy load option, changing image sizes in the editor returns the optimized URL to the content, which shouldn't happen - the sizes get filtered by the
image_downsize
filter here.I think it would be enough to add the following condition at the top of the method the filter uses:
@Codeinwp/optimole Let me know if you see any issues with this approach.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet or Help Scout ticket
Environment info
No response
Is the issue you are reporting a regression
No
The text was updated successfully, but these errors were encountered: