[REF] website: convert default images to WebP format
This commit switches the default image format from JPEG to WebP for all design-themes images. WebP offers superior compression compared to JPEG, resulting in smaller file sizes and faster website loading times. Additionally, this change helps avoid warnings from performance tools regarding image optimization. See also: odoo/odoo#168862 task-3167548 closes odoo/design-themes#805 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
@@ -14,14 +14,14 @@
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/bewise_description.jpg',
|
||||
'static/description/bewise_screenshot.jpg',
|
||||
'static/description/bewise_description.webp',
|
||||
'static/description/bewise_screenshot.webp',
|
||||
],
|
||||
'images_preview_theme': {
|
||||
'website.s_picture_default_image': '/theme_bewise/static/src/img/content/college_library.jpg',
|
||||
'website.s_media_list_default_image_1': '/theme_bewise/static/src/img/content/college_media_1.jpg',
|
||||
'website.s_media_list_default_image_2': '/theme_bewise/static/src/img/content/college_media_2.jpg',
|
||||
'website.s_masonry_block_default_image_1': '/theme_bewise/static/src/img/content/content_img_25.jpg',
|
||||
'website.s_picture_default_image': '/theme_bewise/static/src/img/content/college_library.webp',
|
||||
'website.s_media_list_default_image_1': '/theme_bewise/static/src/img/content/college_media_1.webp',
|
||||
'website.s_media_list_default_image_2': '/theme_bewise/static/src/img/content/college_media_2.webp',
|
||||
'website.s_masonry_block_default_image_1': '/theme_bewise/static/src/img/content/content_img_25.webp',
|
||||
},
|
||||
'configurator_snippets': {
|
||||
'homepage': ['s_striped_center_top', 's_title', 's_color_blocks_2', 's_faq_collapse', 's_masonry_block_default_template', 's_company_team_shapes'],
|
||||
|
||||
|
Before Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 190 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 178 KiB |
|
Before Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 213 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 236 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 982 B |
|
Before Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 32 KiB |