- Issue created by @daniel korte
- Merge request !51Flush AVIF/WEBP images with hook_image_style_flush() β (Open) created by daniel korte
If I change the crop of an image, only the image style's JPG/PNG files are regenerated, the AVIF/WEBP images remain the same.
Use a module like Focal Point β to change the crop of an image. Notice that the image appears unchanged because the AVIF/WEBP images are not regenerated.
Hook into the image flush function to regenerate the AVIF/WEBP images too.
Active
1.1
Code