forked from odoo/odoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] website: save cover images as webp
When webp support was introduced in [1], images set on covers were not handled. This commit automatically converts to webp the images that are uploaded in covers using the website builder. Steps to reproduce: - Edit a blog post page. - Upload a JPEG cover picture. - Save. => The cover picture was still a JPEG. [1]: odoo@0449fe8 task-3761728 closes odoo#169822 X-original-commit: f9c9d6c Signed-off-by: Benjamin Vray (bvr) <[email protected]>
- Loading branch information
Showing
2 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters