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
I'm trying to create a on-demand image resizing with Wordpress and your plugin helps me a lot 👍 .
I can access to URLs like this BASE_URL/app/uploads/2020/02/food-photographer-i-david-fedulov-X92WLoaQ1_o-unsplash.jpg/?width=500&quality=80 with different widths to generate and get different images but changing quality parameter always return the same image.
I think it is because quality parameter is never used in file name creation, so the cached version is returned.
Hello @getdave,
I'm trying to create a on-demand image resizing with Wordpress and your plugin helps me a lot 👍 .
I can access to URLs like this
BASE_URL/app/uploads/2020/02/food-photographer-i-david-fedulov-X92WLoaQ1_o-unsplash.jpg/?width=500&quality=80
with different widths to generate and get different images but changingquality
parameter always return the same image.I think it is because quality parameter is never used in file name creation, so the cached version is returned.
Maybe it should be pushed to $args array here
wp-intervention/src/intervention-wrapper.php
Lines 132 to 149 in b5478fb
Someting like :
on line 135.
I can make a PR or add detailed code if you want more infos on my use case.
The text was updated successfully, but these errors were encountered: