- Issue created by @karol haltenberger
- ππΊHungary karol haltenberger
I have a basic patch (I will try to create an issue fork) which fixes the problem for the very simple case of ON for styles with the option, OFF otherwise, but a more generic solution should be considered.
I might come back around eventually and do it, but I'm super busy for the foreseeable future, so don't hold your breath.
---
Nice module BTW - exactly what I needed for generating images of limited size for social share metatags (FB does not allow images over 8MB) - I's even say that it should be in core.
- Issue was unassigned.
- Status changed to Needs work
over 1 year ago 5:54pm 26 May 2023 - πΊπΈUnited States rlhawk Seattle, Washington, United States
Thanks for this. It makes perfect sense that the configuration override would persist. I think we should move away from overriding in this instance, especially since the method involves replacing the Image Style class. We can alter the URL to remove the itok query parameter by implementing hook_file_url_alter(), which seems like a better way to go.
- @rlhawk opened merge request.
- Status changed to Needs review
over 1 year ago 1:14am 3 June 2023 - πΊπΈUnited States rlhawk Seattle, Washington, United States
I've updated the merge request with the proposed change to the way the itok query parameter is suppressed.