- Issue created by @hmdnawaz
- π¨π·Costa Rica rigoucr
I'm experiencing exactly the same issue:
drupal version: 9.5.8
module version: 2.0.0
imageapi_optimize_webp_responsive module : enabled.steps to reproduce:
- Create a imagepi pipeline (configure it as global)
- add to that Pipeline the WebP processor
- now Add the Resmush.it processor
- Save your config- Now go to any existing node with a media field, update the image (to try to regenerate the img style)
- Now go to your node FE , you should be able to see your image ,but if you inspect the markup you can noticed that the image being shown is original image uploaded by the user not the webP - π¨π·Costa Rica rigoucr
Coming back at this because this was not really my issue , I dig a little bit more I discovered that I was having some issues with crop module. So I created this issue https://www.drupal.org/project/imageapi_optimize_webp/issues/3362476 π Webp Image not being updated when the Focalpoint/crop entity is Updated Needs review , so more details there
- πΊπΈUnited States possibri
I, too, am having this issue with the 2.0 version of the module, on Drupal 10.2.3, steps I've taken:
- Enable module and _responsive submodule
- Set up the Image Pipeline, set only WebP derivative in the pipeline
- Set that pipeline as the sitewide default
- Set the default sitewide pipeline for image style I'm testing with, since nothing was generated until I did that
- Flushed the style being targeted to recreate derivatives
- Confirmed .webp files in the specific image style directory I'm focusing on
- Confirmed image style is correctly set in view's field settings for the particular images/view I'm looking at
- Run a cache rebuild for good measure
- Refresh the page with targeted image, but I'm still seeing the original .jpg file as the img src
The readme.md file doesn't provide any additional instructions, but I'm wondering if there is some other config/modification we need to do in our theme to make sure it points at the webp (when supported by the browser) instead of the jpg?
- π«π·France canardesign Montpellier
Same thing (not) happening here with Drupal 9.5.11
- πΊπΈUnited States michaellander
If you are on 10.1 and above, try the latest 2.0.x release. If you are on 10.3 and above, try the latest 2.1.x release or test the 3.0 alpha. Let me know if you are still seeing the issue!