diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index 6782dee8c..5d9934e9e 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -67,21 +67,21 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/anelusia_description.jpg', - 'static/description/anelusia_screenshot.jpg', + 'static/description/anelusia_description.webp', + 'static/description/anelusia_screenshot.webp', ], 'images_preview_theme': { - 'website.library_image_10': '/theme_anelusia/static/src/img/snippets/library_image_03.jpg', - 'website.library_image_05': '/theme_anelusia/static/src/img/snippets/library_image_13.jpg', - 'website.library_image_08': '/theme_anelusia/static/src/img/snippets/library_image_14.jpg', - 'website.library_image_13': '/theme_anelusia/static/src/img/snippets/library_image_10.jpg', - 'website.library_image_03': '/theme_anelusia/static/src/img/snippets/library_image_05.jpg', - 'website.library_image_02': '/theme_anelusia/static/src/img/snippets/library_image_16.jpg', - 'website.s_cover_default_image': '/theme_anelusia/static/src/img/snippets/s_cover.jpg', - 'website.s_media_list_default_image_1': '/theme_anelusia/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_image_text_default_image': '/theme_anelusia/static/src/img/snippets/s_image_text.jpg', - 'website.s_media_list_default_image_2': '/theme_anelusia/static/src/img/snippets/s_media_list_2.jpg', - 'website.s_text_image_default_image': '/theme_anelusia/static/src/img/snippets/s_text_image.jpg', + 'website.library_image_10': '/theme_anelusia/static/src/img/snippets/library_image_03.webp', + 'website.library_image_05': '/theme_anelusia/static/src/img/snippets/library_image_13.webp', + 'website.library_image_08': '/theme_anelusia/static/src/img/snippets/library_image_14.webp', + 'website.library_image_13': '/theme_anelusia/static/src/img/snippets/library_image_10.webp', + 'website.library_image_03': '/theme_anelusia/static/src/img/snippets/library_image_05.webp', + 'website.library_image_02': '/theme_anelusia/static/src/img/snippets/library_image_16.webp', + 'website.s_cover_default_image': '/theme_anelusia/static/src/img/snippets/s_cover.webp', + 'website.s_media_list_default_image_1': '/theme_anelusia/static/src/img/snippets/s_media_list_1.webp', + 'website.s_image_text_default_image': '/theme_anelusia/static/src/img/snippets/s_image_text.webp', + 'website.s_media_list_default_image_2': '/theme_anelusia/static/src/img/snippets/s_media_list_2.webp', + 'website.s_text_image_default_image': '/theme_anelusia/static/src/img/snippets/s_text_image.webp', }, 'configurator_snippets': { 'homepage': ['s_text_cover', 's_images_wall', 's_color_blocks_2', 's_references', 's_media_list','s_key_images', 's_call_to_action'], diff --git a/theme_anelusia/static/description/anelusia_description.jpg b/theme_anelusia/static/description/anelusia_description.jpg deleted file mode 100644 index d373f13b7..000000000 Binary files a/theme_anelusia/static/description/anelusia_description.jpg and /dev/null differ diff --git a/theme_anelusia/static/description/anelusia_description.webp b/theme_anelusia/static/description/anelusia_description.webp new file mode 100644 index 000000000..45e127d5e Binary files /dev/null and b/theme_anelusia/static/description/anelusia_description.webp differ diff --git a/theme_anelusia/static/description/anelusia_screenshot.jpg b/theme_anelusia/static/description/anelusia_screenshot.jpg deleted file mode 100644 index f0ddd9ca2..000000000 Binary files a/theme_anelusia/static/description/anelusia_screenshot.jpg and /dev/null differ diff --git a/theme_anelusia/static/description/anelusia_screenshot.webp b/theme_anelusia/static/description/anelusia_screenshot.webp new file mode 100644 index 000000000..603d3658d Binary files /dev/null and b/theme_anelusia/static/description/anelusia_screenshot.webp differ diff --git a/theme_anelusia/static/src/img/content/content_img_02.jpg b/theme_anelusia/static/src/img/content/content_img_02.jpg deleted file mode 100755 index a4389baf4..000000000 Binary files a/theme_anelusia/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/content/content_img_02.webp b/theme_anelusia/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..dec367441 Binary files /dev/null and b/theme_anelusia/static/src/img/content/content_img_02.webp differ diff --git a/theme_anelusia/static/src/img/content/content_img_03.jpg b/theme_anelusia/static/src/img/content/content_img_03.jpg deleted file mode 100755 index 4fb97a8f7..000000000 Binary files a/theme_anelusia/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/content/content_img_03.webp b/theme_anelusia/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..25e2fadf5 Binary files /dev/null and b/theme_anelusia/static/src/img/content/content_img_03.webp differ diff --git a/theme_anelusia/static/src/img/content/content_img_07.jpg b/theme_anelusia/static/src/img/content/content_img_07.jpg deleted file mode 100755 index 6dad4de4a..000000000 Binary files a/theme_anelusia/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/content/content_img_07.webp b/theme_anelusia/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..09f53871c Binary files /dev/null and b/theme_anelusia/static/src/img/content/content_img_07.webp differ diff --git a/theme_anelusia/static/src/img/content/content_img_09.jpg b/theme_anelusia/static/src/img/content/content_img_09.jpg deleted file mode 100755 index 793f498e7..000000000 Binary files a/theme_anelusia/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/content/content_img_09.webp b/theme_anelusia/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..59b72cb92 Binary files /dev/null and b/theme_anelusia/static/src/img/content/content_img_09.webp differ diff --git a/theme_anelusia/static/src/img/content/content_img_10.jpg b/theme_anelusia/static/src/img/content/content_img_10.jpg deleted file mode 100755 index dec0ef788..000000000 Binary files a/theme_anelusia/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/content/content_img_10.webp b/theme_anelusia/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..a81329595 Binary files /dev/null and b/theme_anelusia/static/src/img/content/content_img_10.webp differ diff --git a/theme_anelusia/static/src/img/content/content_img_11.jpg b/theme_anelusia/static/src/img/content/content_img_11.jpg deleted file mode 100755 index e304e380b..000000000 Binary files a/theme_anelusia/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/content/content_img_11.webp b/theme_anelusia/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..d9b21fc44 Binary files /dev/null and b/theme_anelusia/static/src/img/content/content_img_11.webp differ diff --git a/theme_anelusia/static/src/img/content/content_img_12.jpg b/theme_anelusia/static/src/img/content/content_img_12.jpg deleted file mode 100755 index c59a43409..000000000 Binary files a/theme_anelusia/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/content/content_img_12.webp b/theme_anelusia/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..ede837913 Binary files /dev/null and b/theme_anelusia/static/src/img/content/content_img_12.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_02.jpg b/theme_anelusia/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 9034ad9f1..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_02.webp b/theme_anelusia/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..319e3f840 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_03.jpg b/theme_anelusia/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index c92b18e94..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_03.webp b/theme_anelusia/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..0f72804e0 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_05.jpg b/theme_anelusia/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index 59eed2652..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_05.webp b/theme_anelusia/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..9771bbeac Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_07.jpg b/theme_anelusia/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 96bbe3d31..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_07.webp b/theme_anelusia/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..ec753ae72 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_08.jpg b/theme_anelusia/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index 3fb4cb213..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_08.webp b/theme_anelusia/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..8bd89164d Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_10.jpg b/theme_anelusia/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index f62bfb15d..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_10.webp b/theme_anelusia/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..ed3903f62 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_11.jpg b/theme_anelusia/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 8891c73ec..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_11.webp b/theme_anelusia/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..e047b9d7f Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_13.jpg b/theme_anelusia/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index 66815bf77..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_13.webp b/theme_anelusia/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..b00222f26 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_14.jpg b/theme_anelusia/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 74fb51019..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_14.webp b/theme_anelusia/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..5e358a8ee Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_16.jpg b/theme_anelusia/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index 7b78150fb..000000000 Binary files a/theme_anelusia/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/library_image_16.webp b/theme_anelusia/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..fdd1d6178 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_banner.jpg b/theme_anelusia/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index b49843b81..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_banner.webp b/theme_anelusia/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..f821e7aa1 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_banner.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_banner_2.jpg b/theme_anelusia/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 4c8ed4771..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_banner_2.webp b/theme_anelusia/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..a19f60735 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_banner_3.jpg b/theme_anelusia/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 7c316aa01..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_banner_3.webp b/theme_anelusia/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..a23c87b31 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_carousel_1.jpg b/theme_anelusia/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 11b68bcb4..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_carousel_1.webp b/theme_anelusia/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..1a05a7f58 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_carousel_2.jpg b/theme_anelusia/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 7380a6ca9..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_carousel_2.webp b/theme_anelusia/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..08a8b7e8c Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_carousel_3.jpg b/theme_anelusia/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 81a1731ea..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_carousel_3.webp b/theme_anelusia/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..e5135b201 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_cover.jpg b/theme_anelusia/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index e2995f63e..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_cover.webp b/theme_anelusia/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..462198c82 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_cover.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_cta_box_default_image.jpg b/theme_anelusia/static/src/img/snippets/s_cta_box_default_image.jpg deleted file mode 100644 index 8bc424e1e..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_cta_box_default_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_cta_box_default_image.webp b/theme_anelusia/static/src/img/snippets/s_cta_box_default_image.webp new file mode 100644 index 000000000..a5b6b003d Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_cta_box_default_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_anelusia/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 974f318a4..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_empowerment_default_image.webp b/theme_anelusia/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..a9a9c9568 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.jpg b/theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.jpg deleted file mode 100644 index f4f56614a..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.webp b/theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.webp new file mode 100644 index 000000000..34eab6a31 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_image_text.jpg b/theme_anelusia/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 8aac9a7d8..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_image_text.webp b/theme_anelusia/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..c8bf177e5 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 71a308439..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..76cd92e34 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 7bf3944d6..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..bb478c327 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index eecfdcf84..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..104a3086e Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 9b03d230a..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..c0b68eeb9 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 1bbef8d8d..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..a845bda0d Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 4e2ff19cd..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..cb59e182d Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 869b0e13f..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..a173909ea Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 55c60cf2f..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..525b6f62c Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index f794a9208..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..8ea4bda18 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 3b6e4843c..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..921a494b0 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.jpg b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.jpg deleted file mode 100644 index 94522808a..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.webp b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.webp new file mode 100644 index 000000000..b28cc4d24 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.jpg b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.jpg deleted file mode 100644 index 9e2b70c58..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.webp b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.webp new file mode 100644 index 000000000..9949cb662 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.jpg b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.jpg deleted file mode 100644 index f2e245233..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.webp b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.webp new file mode 100644 index 000000000..fcc6c152c Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.jpg b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.jpg deleted file mode 100644 index b5dc1ba86..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.webp b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.webp new file mode 100644 index 000000000..93e07465d Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_anelusia/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index b297e1414..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_kickoff_default_image.webp b/theme_anelusia/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..3589bb0af Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_masonry_block.jpg b/theme_anelusia/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index de273d741..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_masonry_block.webp b/theme_anelusia/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..ba160b46b Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_media_list_1.jpg b/theme_anelusia/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 6ef3e4b97..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_media_list_1.webp b/theme_anelusia/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..068dd6138 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_media_list_2.jpg b/theme_anelusia/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 5186d0268..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_media_list_2.webp b/theme_anelusia/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..ae7512e20 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_media_list_3.jpg b/theme_anelusia/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 5e9c99c83..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_media_list_3.webp b/theme_anelusia/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..b8a2ecabd Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_newsletter_block.jpg b/theme_anelusia/static/src/img/snippets/s_newsletter_block.jpg deleted file mode 100644 index a3391e8c6..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_newsletter_block.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_newsletter_block.webp b/theme_anelusia/static/src/img/snippets/s_newsletter_block.webp new file mode 100644 index 000000000..946d3a4b8 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_newsletter_block.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_parallax.jpg b/theme_anelusia/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index d35366bc5..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_parallax.webp b/theme_anelusia/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..7859f18ff Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_picture.jpg b/theme_anelusia/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 108ef3b40..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_picture.webp b/theme_anelusia/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..eb15f3a70 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_picture.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_popup.jpg b/theme_anelusia/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index d6584d64f..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_popup.webp b/theme_anelusia/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..9add2d4f9 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_popup.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_1.jpg b/theme_anelusia/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 9b5f5b03a..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_1.webp b/theme_anelusia/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..5fc9fffb5 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_2.jpg b/theme_anelusia/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index 72f65c286..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_2.webp b/theme_anelusia/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..17627a634 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_3.jpg b/theme_anelusia/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 683adc1fc..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_3.webp b/theme_anelusia/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..f9763973a Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_4.jpg b/theme_anelusia/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index 868b69899..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_4.webp b/theme_anelusia/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..7a551f2ce Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_5.jpg b/theme_anelusia/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index a0dcc9a7f..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_5.webp b/theme_anelusia/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..743612f2e Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_6.jpg b/theme_anelusia/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 1fe42e3fe..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_6.webp b/theme_anelusia/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..c90b82c50 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_catalog.jpg b/theme_anelusia/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index cb905650e..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_product_catalog.webp b/theme_anelusia/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..d04d52e0e Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.jpg b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.jpg deleted file mode 100644 index 91e7d988a..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.webp b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.webp new file mode 100644 index 000000000..a09880ff8 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 32b07e796..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..a2e64864c Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index 35bb63431..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..b74c2fbf3 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_anelusia/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index b08a8c264..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_shape_image_default_image.webp b/theme_anelusia/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..b20082147 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 3527a6b82..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.webp b/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..e74dc11d0 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/s_text_image.jpg b/theme_anelusia/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index a31532af4..000000000 Binary files a/theme_anelusia/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/s_text_image.webp b/theme_anelusia/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..37c3ad252 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_1.jpg b/theme_anelusia/static/src/img/snippets/uiface_1.jpg deleted file mode 100644 index 5eda54d34..000000000 Binary files a/theme_anelusia/static/src/img/snippets/uiface_1.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_1.webp b/theme_anelusia/static/src/img/snippets/uiface_1.webp new file mode 100644 index 000000000..11d97c7d6 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/uiface_1.webp differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_2.jpg b/theme_anelusia/static/src/img/snippets/uiface_2.jpg deleted file mode 100644 index c7a47f79a..000000000 Binary files a/theme_anelusia/static/src/img/snippets/uiface_2.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_2.webp b/theme_anelusia/static/src/img/snippets/uiface_2.webp new file mode 100644 index 000000000..80f931204 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/uiface_2.webp differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_3.jpg b/theme_anelusia/static/src/img/snippets/uiface_3.jpg deleted file mode 100644 index f67528e80..000000000 Binary files a/theme_anelusia/static/src/img/snippets/uiface_3.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_3.webp b/theme_anelusia/static/src/img/snippets/uiface_3.webp new file mode 100644 index 000000000..ac747382f Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/uiface_3.webp differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_4.jpg b/theme_anelusia/static/src/img/snippets/uiface_4.jpg deleted file mode 100644 index 213ad75a2..000000000 Binary files a/theme_anelusia/static/src/img/snippets/uiface_4.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_4.webp b/theme_anelusia/static/src/img/snippets/uiface_4.webp new file mode 100644 index 000000000..e81de6a52 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/uiface_4.webp differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_5.jpg b/theme_anelusia/static/src/img/snippets/uiface_5.jpg deleted file mode 100644 index bceae2932..000000000 Binary files a/theme_anelusia/static/src/img/snippets/uiface_5.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_5.webp b/theme_anelusia/static/src/img/snippets/uiface_5.webp new file mode 100644 index 000000000..029ba39ad Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/uiface_5.webp differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_6.jpg b/theme_anelusia/static/src/img/snippets/uiface_6.jpg deleted file mode 100644 index 709390305..000000000 Binary files a/theme_anelusia/static/src/img/snippets/uiface_6.jpg and /dev/null differ diff --git a/theme_anelusia/static/src/img/snippets/uiface_6.webp b/theme_anelusia/static/src/img/snippets/uiface_6.webp new file mode 100644 index 000000000..51d926531 Binary files /dev/null and b/theme_anelusia/static/src/img/snippets/uiface_6.webp differ diff --git a/theme_anelusia/views/images_content.xml b/theme_anelusia/views/images_content.xml index 0e3a2423c..3f718389c 100644 --- a/theme_anelusia/views/images_content.xml +++ b/theme_anelusia/views/images_content.xml @@ -6,37 +6,37 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_anelusia/static/src/img/content/content_img_02.jpg + /theme_anelusia/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_anelusia/static/src/img/content/content_img_03.jpg + /theme_anelusia/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_anelusia/static/src/img/content/content_img_07.jpg + /theme_anelusia/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_anelusia/static/src/img/content/content_img_09.jpg + /theme_anelusia/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_anelusia/static/src/img/content/content_img_10.jpg + /theme_anelusia/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_anelusia/static/src/img/content/content_img_11.jpg + /theme_anelusia/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_anelusia/static/src/img/content/content_img_12.jpg + /theme_anelusia/static/src/img/content/content_img_12.webp diff --git a/theme_anelusia/views/images_library.xml b/theme_anelusia/views/images_library.xml index 2bab3c377..99b174444 100644 --- a/theme_anelusia/views/images_library.xml +++ b/theme_anelusia/views/images_library.xml @@ -5,457 +5,457 @@ website.s_banner_default_image website.s_banner_default_image - /theme_anelusia/static/src/img/snippets/s_banner.jpg + /theme_anelusia/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_anelusia/static/src/img/snippets/s_banner_2.jpg + /theme_anelusia/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_anelusia/static/src/img/snippets/s_banner_3.jpg + /theme_anelusia/static/src/img/snippets/s_banner_3.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_anelusia/static/src/img/snippets/s_banner.jpg + /theme_anelusia/static/src/img/snippets/s_banner.webp website.s_popup_default_image website.s_popup_default_image - /theme_anelusia/static/src/img/snippets/s_popup.jpg + /theme_anelusia/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_anelusia/static/src/img/snippets/s_cover.jpg + /theme_anelusia/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_anelusia/static/src/img/snippets/s_text_image.jpg + /theme_anelusia/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_anelusia/static/src/img/snippets/s_image_text.jpg + /theme_anelusia/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_anelusia/static/src/img/snippets/s_picture.jpg + /theme_anelusia/static/src/img/snippets/s_picture.webp website.library_image_02 website.library_image_02 - /theme_anelusia/static/src/img/snippets/library_image_02.jpg + /theme_anelusia/static/src/img/snippets/library_image_02.webp website.library_image_03 website.library_image_03 - /theme_anelusia/static/src/img/snippets/library_image_03.jpg + /theme_anelusia/static/src/img/snippets/library_image_03.webp website.library_image_05 website.library_image_05 - /theme_anelusia/static/src/img/snippets/library_image_05.jpg + /theme_anelusia/static/src/img/snippets/library_image_05.webp website.library_image_07 website.library_image_07 - /theme_anelusia/static/src/img/snippets/library_image_07.jpg + /theme_anelusia/static/src/img/snippets/library_image_07.webp website.library_image_08 website.library_image_08 - /theme_anelusia/static/src/img/snippets/library_image_08.jpg + /theme_anelusia/static/src/img/snippets/library_image_08.webp website.library_image_10 website.library_image_10 - /theme_anelusia/static/src/img/snippets/library_image_10.jpg + /theme_anelusia/static/src/img/snippets/library_image_10.webp website.library_image_11 website.library_image_11 - /theme_anelusia/static/src/img/snippets/library_image_11.jpg + /theme_anelusia/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_anelusia/static/src/img/snippets/library_image_13.jpg + /theme_anelusia/static/src/img/snippets/library_image_13.webp website.library_image_14 website.library_image_14 - /theme_anelusia/static/src/img/snippets/library_image_14.jpg + /theme_anelusia/static/src/img/snippets/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_anelusia/static/src/img/snippets/library_image_16.jpg + /theme_anelusia/static/src/img/snippets/library_image_16.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_anelusia/static/src/img/snippets/s_masonry_block.jpg + /theme_anelusia/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_anelusia/static/src/img/snippets/s_carousel_1.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_anelusia/static/src/img/snippets/s_carousel_2.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_anelusia/static/src/img/snippets/s_carousel_1.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_anelusia/static/src/img/snippets/s_carousel_2.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_anelusia/static/src/img/snippets/s_media_list_1.jpg + /theme_anelusia/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_anelusia/static/src/img/snippets/s_media_list_2.jpg + /theme_anelusia/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_anelusia/static/src/img/snippets/s_media_list_3.jpg + /theme_anelusia/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_anelusia/static/src/img/snippets/s_parallax.jpg + /theme_anelusia/static/src/img/snippets/s_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_anelusia/static/src/img/snippets/uiface_1.jpg + /theme_anelusia/static/src/img/snippets/uiface_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_anelusia/static/src/img/snippets/uiface_2.jpg + /theme_anelusia/static/src/img/snippets/uiface_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_anelusia/static/src/img/snippets/uiface_3.jpg + /theme_anelusia/static/src/img/snippets/uiface_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_anelusia/static/src/img/snippets/uiface_4.jpg + /theme_anelusia/static/src/img/snippets/uiface_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_anelusia/static/src/img/snippets/uiface_5.jpg + /theme_anelusia/static/src/img/snippets/uiface_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_anelusia/static/src/img/snippets/uiface_6.jpg + /theme_anelusia/static/src/img/snippets/uiface_6.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_anelusia/static/src/img/snippets/s_product_catalog.jpg + /theme_anelusia/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_anelusia/static/src/img/snippets/s_product_1.jpg + /theme_anelusia/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_anelusia/static/src/img/snippets/s_product_2.jpg + /theme_anelusia/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_anelusia/static/src/img/snippets/s_product_3.jpg + /theme_anelusia/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_anelusia/static/src/img/snippets/s_product_4.jpg + /theme_anelusia/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_anelusia/static/src/img/snippets/s_product_5.jpg + /theme_anelusia/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_anelusia/static/src/img/snippets/s_product_6.jpg + /theme_anelusia/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_anelusia/static/src/img/snippets/uiface_3.jpg + /theme_anelusia/static/src/img/snippets/uiface_3.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_anelusia/static/src/img/snippets/uiface_1.jpg + /theme_anelusia/static/src/img/snippets/uiface_1.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_anelusia/static/src/img/snippets/uiface_4.jpg + /theme_anelusia/static/src/img/snippets/uiface_4.webp website.library_image_17 website.library_image_17 - /theme_anelusia/static/src/img/snippets/s_newsletter_block.jpg + /theme_anelusia/static/src/img/snippets/s_newsletter_block.webp website.s_blockquote_default_image website.s_blockquote_default_image - /theme_anelusia/static/src/img/snippets/uiface_1.jpg + /theme_anelusia/static/src/img/snippets/uiface_1.webp website.s_cta_box_default_image website.s_cta_box_default_image - /theme_anelusia/static/src/img/snippets/s_cta_box_default_image.jpg + /theme_anelusia/static/src/img/snippets/s_cta_box_default_image.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_anelusia/static/src/img/snippets/s_picture.jpg + /theme_anelusia/static/src/img/snippets/s_picture.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_3.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.jpg + /theme_anelusia/static/src/img/snippets/s_key_images_default_image_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.jpg + /theme_anelusia/static/src/img/snippets/s_key_images_default_image_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.jpg + /theme_anelusia/static/src/img/snippets/s_key_images_default_image_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.jpg + /theme_anelusia/static/src/img/snippets/s_key_images_default_image_4.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_anelusia/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_anelusia/static/src/img/snippets/s_kickoff_default_image.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_3.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_anelusia/static/src/img/snippets/library_image_10.jpg + /theme_anelusia/static/src/img/snippets/library_image_10.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_anelusia/static/src/img/snippets/library_image_08.jpg + /theme_anelusia/static/src/img/snippets/library_image_08.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_anelusia/static/src/img/snippets/library_image_02.jpg + /theme_anelusia/static/src/img/snippets/library_image_02.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_anelusia/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_anelusia/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_anelusia/static/src/img/snippets/library_image_05.jpg + /theme_anelusia/static/src/img/snippets/library_image_05.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_anelusia/static/src/img/snippets/library_image_03.jpg + /theme_anelusia/static/src/img/snippets/library_image_03.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_anelusia/static/src/img/snippets/library_image_14.jpg + /theme_anelusia/static/src/img/snippets/library_image_14.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_anelusia/static/src/img/snippets/library_image_16.jpg + /theme_anelusia/static/src/img/snippets/library_image_16.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_anelusia/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_anelusia/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_anelusia/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_anelusia/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_anelusia/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_anelusia/static/src/img/snippets/s_empowerment_default_image.webp website.s_image_hexagonal_default_image website.s_image_hexagonal_default_image - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.jpg + /theme_anelusia/static/src/img/snippets/s_image_hexagonal_default_image_1.webp website.s_image_punchy_default_image website.s_image_punchy_default_image - /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_3.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_anelusia/static/src/img/snippets/s_parallax.jpg + /theme_anelusia/static/src/img/snippets/s_parallax.webp website.s_framed_intro_default_image website.s_framed_intro_default_image - /theme_anelusia/static/src/img/snippets/s_image_text.jpg + /theme_anelusia/static/src/img/snippets/s_image_text.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + /theme_anelusia/static/src/img/snippets/s_carousel_3.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_anelusia/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_anelusia/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_anelusia/views/snippets/s_accordion_image.xml b/theme_anelusia/views/snippets/s_accordion_image.xml index b31317ec2..0c9145696 100644 --- a/theme_anelusia/views/snippets/s_accordion_image.xml +++ b/theme_anelusia/views/snippets/s_accordion_image.xml @@ -8,7 +8,7 @@ /web_editor/image_shape/website.s_accordion_image_default_image/web_editor/solid/solid_square_1.svg?c2=o-color-1 web_editor/solid/solid_square_1 - image/jpeg + image/webp s_accordion_image_default_image.svg ;o-color-1;;; diff --git a/theme_anelusia/views/snippets/s_company_team.xml b/theme_anelusia/views/snippets/s_company_team.xml index 1745903f6..0c60ec448 100644 --- a/theme_anelusia/views/snippets/s_company_team.xml +++ b/theme_anelusia/views/snippets/s_company_team.xml @@ -27,7 +27,7 @@ /web_editor/image_shape/website.s_company_team_image_1/web_editor/geometric/geo_square_1.svg web_editor/geometric/geo_square_1 - image/jpeg + image/webp uiface_1.svg ;;;; @@ -53,7 +53,7 @@ /web_editor/image_shape/website.s_company_team_image_2/web_editor/geometric/geo_square_2.svg web_editor/geometric/geo_square_2 - image/jpeg + image/webp uiface_2.svg ;;;; @@ -78,7 +78,7 @@ /web_editor/image_shape/website.s_company_team_image_3/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp uiface_3.svg ;;;; @@ -103,7 +103,7 @@ /web_editor/image_shape/website.s_company_team_image_4/web_editor/geometric/geo_square_1.svg web_editor/geometric/geo_square_1 - image/jpeg + image/webp uiface_4.svg ;;;; diff --git a/theme_anelusia/views/snippets/s_company_team_basic.xml b/theme_anelusia/views/snippets/s_company_team_basic.xml index 7a0ff8777..12a5dcaed 100644 --- a/theme_anelusia/views/snippets/s_company_team_basic.xml +++ b/theme_anelusia/views/snippets/s_company_team_basic.xml @@ -15,7 +15,7 @@ /web_editor/image_shape/website.s_company_team_image_1/web_editor/geometric/geo_square_6.svg web_editor/geometric/geo_square_6 - image/jpeg + image/webp uiface_1.svg ;;;; @@ -33,7 +33,7 @@ /web_editor/image_shape/website.s_company_team_image_2/web_editor/geometric/geo_square_4.svg web_editor/geometric/geo_square_4 - image/jpeg + image/webp uiface_2.svg ;;;; @@ -51,7 +51,7 @@ /web_editor/image_shape/website.s_company_team_image_3/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp uiface_3.svg ;;;; @@ -69,7 +69,7 @@ /web_editor/image_shape/website.s_company_team_image_4/web_editor/geometric/geo_square_5.svg web_editor/geometric/geo_square_5 - image/jpeg + image/webp uiface_4.svg ;;;; diff --git a/theme_anelusia/views/snippets/s_company_team_grid.xml b/theme_anelusia/views/snippets/s_company_team_grid.xml index 322f34f7f..da670dee1 100644 --- a/theme_anelusia/views/snippets/s_company_team_grid.xml +++ b/theme_anelusia/views/snippets/s_company_team_grid.xml @@ -13,7 +13,7 @@ /web_editor/image_shape/website.s_company_team_image_1/web_editor/composition/composition_square_4.svg?c2=o-color-2&c5=o-color-3 web_editor/composition/composition_square_4 - image/jpeg + image/webp uiface_1.svg ;o-color-2;;;o-color-3 @@ -24,7 +24,7 @@ /web_editor/image_shape/website.s_company_team_image_2/web_editor/solid/solid_square_2.svg?c1=o-color-1 web_editor/solid/solid_square_2 - image/jpeg + image/webp uiface_2.svg o-color-1;;;; @@ -35,7 +35,7 @@ /web_editor/image_shape/website.s_company_team_image_3/web_editor/composition/composition_square_2.svg?c2=o-color-3&c5=o-color-2 web_editor/composition/composition_square_2 - image/jpeg + image/webp uiface_3.svg ;o-color-3;;;o-color-2 @@ -46,7 +46,7 @@ /web_editor/image_shape/website.s_company_team_image_4/web_editor/composition/composition_square_1.svg?c1=o-color-3&c2=o-color-1 web_editor/composition/composition_square_1 - image/jpeg + image/webp uiface_4.svg o-color-3;o-color-1;;; @@ -57,7 +57,7 @@ /web_editor/image_shape/website.s_company_team_image_5/web_editor/solid/solid_square_1.svg?c2=o-color-2 web_editor/solid/solid_square_1 - image/jpeg + image/webp uiface_5.svg ;o-color-2;;; @@ -68,7 +68,7 @@ /web_editor/image_shape/website.s_company_team_image_6/web_editor/composition/composition_square_3.svg?c1=o-color-1&c5=o-color-3 web_editor/composition/composition_square_3 - image/jpeg + image/webp uiface_6.svg o-color-1;;;;o-color-3 diff --git a/theme_anelusia/views/snippets/s_image_text.xml b/theme_anelusia/views/snippets/s_image_text.xml index 56df6b648..b7522c753 100644 --- a/theme_anelusia/views/snippets/s_image_text.xml +++ b/theme_anelusia/views/snippets/s_image_text.xml @@ -6,7 +6,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/composition/composition_square_1.svg?c1=o-color-1&c2=o-color-3 web_editor/composition/composition_square_1 - image/jpeg + image/webp s_image_text.svg o-color-1;o-color-3;;; diff --git a/theme_anelusia/views/snippets/s_key_images.xml b/theme_anelusia/views/snippets/s_key_images.xml index b3148e44f..f0a1cfcaa 100644 --- a/theme_anelusia/views/snippets/s_key_images.xml +++ b/theme_anelusia/views/snippets/s_key_images.xml @@ -9,14 +9,14 @@ /web_editor/image_shape/website.s_key_images_default_image_1/web_editor/geometric/geo_square_6.svg web_editor/geometric/geo_square_6 - image/jpeg + image/webp s_key_images_default_image_1.svg ;;;; /web_editor/image_shape/website.s_key_images_default_image_4/web_editor/geometric/geo_square_5.svg web_editor/geometric/geo_square_5 - image/jpeg + image/webp s_key_images_default_image_4.svg ;;;; diff --git a/theme_anelusia/views/snippets/s_media_list.xml b/theme_anelusia/views/snippets/s_media_list.xml index c130d8cc7..28838e945 100644 --- a/theme_anelusia/views/snippets/s_media_list.xml +++ b/theme_anelusia/views/snippets/s_media_list.xml @@ -19,7 +19,7 @@ /web_editor/image_shape/website.s_media_list_default_image_1/web_editor/composition/composition_square_1.svg?c1=o-color-4&c2=o-color-2 web_editor/composition/composition_square_1 - image/jpeg + image/webp s_media_list_1.svg o-color-4;o-color-2;;; @@ -48,7 +48,7 @@ /web_editor/image_shape/website.s_media_list_default_image_2/web_editor/composition/composition_square_3.svg?c1=o-color-1&c5=o-color-2 web_editor/composition/composition_square_3 - image/jpeg + image/webp s_media_list_2.svg o-color-1;;;;o-color-2 diff --git a/theme_anelusia/views/snippets/s_product_list.xml b/theme_anelusia/views/snippets/s_product_list.xml index 81450e878..3f34bed32 100644 --- a/theme_anelusia/views/snippets/s_product_list.xml +++ b/theme_anelusia/views/snippets/s_product_list.xml @@ -29,7 +29,7 @@ /web_editor/image_shape/website.s_product_list_default_image_1/web_editor/geometric/geo_square_1.svg web_editor/geometric/geo_square_1 - image/jpeg + image/webp s_product_1.svg ;;;; @@ -37,7 +37,7 @@ /web_editor/image_shape/website.s_product_list_default_image_2/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp s_product_2.svg ;;;; @@ -45,7 +45,7 @@ /web_editor/image_shape/website.s_product_list_default_image_3/web_editor/geometric/geo_square_2.svg web_editor/geometric/geo_square_2 - image/jpeg + image/webp s_product_3.svg ;;;; @@ -53,7 +53,7 @@ /web_editor/image_shape/website.s_product_list_default_image_4/web_editor/geometric/geo_square_1.svg web_editor/geometric/geo_square_1 - image/jpeg + image/webp s_product_4.svg ;;;; @@ -61,7 +61,7 @@ /web_editor/image_shape/website.s_product_list_default_image_5/web_editor/geometric/geo_square_2.svg web_editor/geometric/geo_square_2 - image/jpeg + image/webp s_product_5.svg ;;;; @@ -69,7 +69,7 @@ /web_editor/image_shape/website.s_product_list_default_image_6/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp s_product_6.svg ;;;; diff --git a/theme_anelusia/views/snippets/s_text_image.xml b/theme_anelusia/views/snippets/s_text_image.xml index 3089ac8b6..c73605e5d 100644 --- a/theme_anelusia/views/snippets/s_text_image.xml +++ b/theme_anelusia/views/snippets/s_text_image.xml @@ -10,7 +10,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/composition/composition_square_3.svg?c1=o-color-2&c5=o-color-1 web_editor/composition/composition_square_3 - image/jpeg + image/webp s_text_image.svg o-color-2;;;;o-color-1 diff --git a/theme_anelusia/views/snippets/s_wavy_grid.xml b/theme_anelusia/views/snippets/s_wavy_grid.xml index b9d074802..9116b132e 100644 --- a/theme_anelusia/views/snippets/s_wavy_grid.xml +++ b/theme_anelusia/views/snippets/s_wavy_grid.xml @@ -11,14 +11,14 @@ /web_editor/image_shape/website.s_wavy_grid_default_image_1/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp s_wavy_grid_default_image_1.svg ;;;; /web_editor/image_shape/website.s_wavy_grid_default_image_4/web_editor/geometric/geo_square_6.svg web_editor/geometric/geo_square_6 - image/jpeg + image/webp s_wavy_grid_default_image_4.svg ;;;; diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index fa65d6844..dbcd53471 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -115,19 +115,19 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/artists_description.jpg', - 'static/description/artists_screenshot.jpg', + 'static/description/artists_description.webp', + 'static/description/artists_screenshot.webp', ], 'images_preview_theme': { - 'website.library_image_02': '/theme_artists/static/src/img/snippets/library_image_02.jpg', - 'website.library_image_03': '/theme_artists/static/src/img/snippets/s_text_image.jpg', - 'website.library_image_05': '/theme_artists/static/src/img/snippets/library_image_08.jpg', - 'website.library_image_10': '/theme_artists/static/src/img/snippets/s_banner_2.jpg', - 'website.library_image_13': '/theme_artists/static/src/img/snippets/s_banner.jpg', - 'website.s_carousel_default_image_2': '/theme_artists/static/src/img/snippets/s_cover.jpg', - 'website.library_image_14': '/theme_artists/static/src/img/snippets/library_image_14.jpg', - 'website.library_image_16': '/theme_artists/static/src/img/snippets/library_image_16.jpg', - 'website.s_image_text_default_image': '/theme_artists/static/src/img/snippets/s_shape_image_default_image.jpg', + 'website.library_image_02': '/theme_artists/static/src/img/snippets/library_image_02.webp', + 'website.library_image_03': '/theme_artists/static/src/img/snippets/s_text_image.webp', + 'website.library_image_05': '/theme_artists/static/src/img/snippets/library_image_08.webp', + 'website.library_image_10': '/theme_artists/static/src/img/snippets/s_banner_2.webp', + 'website.library_image_13': '/theme_artists/static/src/img/snippets/s_banner.webp', + 'website.s_carousel_default_image_2': '/theme_artists/static/src/img/snippets/s_cover.webp', + 'website.library_image_14': '/theme_artists/static/src/img/snippets/library_image_14.webp', + 'website.library_image_16': '/theme_artists/static/src/img/snippets/library_image_16.webp', + 'website.s_image_text_default_image': '/theme_artists/static/src/img/snippets/s_shape_image_default_image.webp', }, 'configurator_snippets': { 'homepage': ['s_sidegrid', 's_product_catalog', 's_cta_box', 's_title', 's_image_frame', 's_images_wall', 's_shape_image'], diff --git a/theme_artists/static/description/artists_description.jpg b/theme_artists/static/description/artists_description.jpg deleted file mode 100644 index 77d76e30b..000000000 Binary files a/theme_artists/static/description/artists_description.jpg and /dev/null differ diff --git a/theme_artists/static/description/artists_description.webp b/theme_artists/static/description/artists_description.webp new file mode 100644 index 000000000..e3c625ea4 Binary files /dev/null and b/theme_artists/static/description/artists_description.webp differ diff --git a/theme_artists/static/description/artists_screenshot.jpg b/theme_artists/static/description/artists_screenshot.jpg deleted file mode 100644 index 1dbb66451..000000000 Binary files a/theme_artists/static/description/artists_screenshot.jpg and /dev/null differ diff --git a/theme_artists/static/description/artists_screenshot.webp b/theme_artists/static/description/artists_screenshot.webp new file mode 100644 index 000000000..25564379f Binary files /dev/null and b/theme_artists/static/description/artists_screenshot.webp differ diff --git a/theme_artists/static/src/img/content/content_img_02.jpg b/theme_artists/static/src/img/content/content_img_02.jpg deleted file mode 100644 index aa8cee5e5..000000000 Binary files a/theme_artists/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/content/content_img_02.webp b/theme_artists/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..e52581ff1 Binary files /dev/null and b/theme_artists/static/src/img/content/content_img_02.webp differ diff --git a/theme_artists/static/src/img/content/content_img_03.jpg b/theme_artists/static/src/img/content/content_img_03.jpg deleted file mode 100644 index 48589c110..000000000 Binary files a/theme_artists/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/content/content_img_03.webp b/theme_artists/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..a057fc9ba Binary files /dev/null and b/theme_artists/static/src/img/content/content_img_03.webp differ diff --git a/theme_artists/static/src/img/content/content_img_07.jpg b/theme_artists/static/src/img/content/content_img_07.jpg deleted file mode 100644 index 76a6bf0af..000000000 Binary files a/theme_artists/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/content/content_img_07.webp b/theme_artists/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..03f482498 Binary files /dev/null and b/theme_artists/static/src/img/content/content_img_07.webp differ diff --git a/theme_artists/static/src/img/content/content_img_09.jpg b/theme_artists/static/src/img/content/content_img_09.jpg deleted file mode 100644 index 40ea80513..000000000 Binary files a/theme_artists/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/content/content_img_09.webp b/theme_artists/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..a134debde Binary files /dev/null and b/theme_artists/static/src/img/content/content_img_09.webp differ diff --git a/theme_artists/static/src/img/content/content_img_10.jpg b/theme_artists/static/src/img/content/content_img_10.jpg deleted file mode 100644 index 880695038..000000000 Binary files a/theme_artists/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/content/content_img_10.webp b/theme_artists/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..7c7e27b0e Binary files /dev/null and b/theme_artists/static/src/img/content/content_img_10.webp differ diff --git a/theme_artists/static/src/img/content/content_img_11.jpg b/theme_artists/static/src/img/content/content_img_11.jpg deleted file mode 100644 index 5212a0baf..000000000 Binary files a/theme_artists/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/content/content_img_11.webp b/theme_artists/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..3fc566f3d Binary files /dev/null and b/theme_artists/static/src/img/content/content_img_11.webp differ diff --git a/theme_artists/static/src/img/content/content_img_12.jpg b/theme_artists/static/src/img/content/content_img_12.jpg deleted file mode 100644 index a2911d419..000000000 Binary files a/theme_artists/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/content/content_img_12.webp b/theme_artists/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..f5d0420f7 Binary files /dev/null and b/theme_artists/static/src/img/content/content_img_12.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_02.jpg b/theme_artists/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 917ee2ba8..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_02.webp b/theme_artists/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..7926ebb4c Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_03.jpg b/theme_artists/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index dae34c7ac..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_03.webp b/theme_artists/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..7e264cc3a Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_05.jpg b/theme_artists/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index 705ea88cb..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_05.webp b/theme_artists/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..10b014ba6 Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_07.jpg b/theme_artists/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 2a4da09b6..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_07.webp b/theme_artists/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..dc266288e Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_08.jpg b/theme_artists/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index f53df4282..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_08.webp b/theme_artists/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..535d85906 Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_10.jpg b/theme_artists/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index 417686290..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_10.webp b/theme_artists/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..a270adbd2 Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_11.jpg b/theme_artists/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index fb1eb325d..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_11.webp b/theme_artists/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..89790950d Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_13.jpg b/theme_artists/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index e12e5d63b..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_13.webp b/theme_artists/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..53c618701 Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_14.jpg b/theme_artists/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 76dc61e89..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_14.webp b/theme_artists/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..202e4dccf Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_16.jpg b/theme_artists/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index bccc37fec..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_16.webp b/theme_artists/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..9663c8c21 Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_artists/static/src/img/snippets/library_image_19.jpg b/theme_artists/static/src/img/snippets/library_image_19.jpg deleted file mode 100644 index 4b0324f4c..000000000 Binary files a/theme_artists/static/src/img/snippets/library_image_19.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/library_image_19.webp b/theme_artists/static/src/img/snippets/library_image_19.webp new file mode 100644 index 000000000..fe35e511b Binary files /dev/null and b/theme_artists/static/src/img/snippets/library_image_19.webp differ diff --git a/theme_artists/static/src/img/snippets/s_banner.jpg b/theme_artists/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 90d50e1e7..000000000 Binary files a/theme_artists/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_banner.webp b/theme_artists/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..53afaa786 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_banner.webp differ diff --git a/theme_artists/static/src/img/snippets/s_banner_2.jpg b/theme_artists/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index ed792734f..000000000 Binary files a/theme_artists/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_banner_2.webp b/theme_artists/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..4e12b3b16 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_banner_3.jpg b/theme_artists/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index c166258ba..000000000 Binary files a/theme_artists/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_banner_3.webp b/theme_artists/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..63de3166b Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_artists/static/src/img/snippets/s_carousel_1.jpg b/theme_artists/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 8036ed74a..000000000 Binary files a/theme_artists/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_carousel_1.webp b/theme_artists/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..892e6644e Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_artists/static/src/img/snippets/s_carousel_2.jpg b/theme_artists/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 8ac8d414c..000000000 Binary files a/theme_artists/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_carousel_2.webp b/theme_artists/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..24902346b Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_carousel_3.jpg b/theme_artists/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 5eb94ea19..000000000 Binary files a/theme_artists/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_carousel_3.webp b/theme_artists/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..2b52694b0 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_artists/static/src/img/snippets/s_cover.jpg b/theme_artists/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index d825933fb..000000000 Binary files a/theme_artists/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_cover.webp b/theme_artists/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..3c6593188 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_cover.webp differ diff --git a/theme_artists/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_artists/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 6640eec6c..000000000 Binary files a/theme_artists/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_empowerment_default_image.webp b/theme_artists/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..883542d08 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_artists/static/src/img/snippets/s_image_hexagonal_1.jpg b/theme_artists/static/src/img/snippets/s_image_hexagonal_1.jpg deleted file mode 100644 index 79246bdec..000000000 Binary files a/theme_artists/static/src/img/snippets/s_image_hexagonal_1.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_image_hexagonal_1.webp b/theme_artists/static/src/img/snippets/s_image_hexagonal_1.webp new file mode 100644 index 000000000..69b0133f3 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_image_hexagonal_1.webp differ diff --git a/theme_artists/static/src/img/snippets/s_image_text.jpg b/theme_artists/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 80d0cdd4d..000000000 Binary files a/theme_artists/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_image_text.webp b/theme_artists/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..eb7ec52a3 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_artists/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index b16c4ca5b..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_artists/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..741af087e Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 1c6d2f37f..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..d471ec17e Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index e03d26688..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..69010795d Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 2d6685d86..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..0eaf6d372 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index bf5e2e7e4..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..a0757f223 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 26f270add..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..de66a5199 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 9ccae5e36..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..5898d1109 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 8c83d7e7b..000000000 Binary files a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..72e9db7db Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_artists/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_artists/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 90ccdcc19..000000000 Binary files a/theme_artists/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_artists/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..34663631f Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 02a8b92ed..000000000 Binary files a/theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..175c4b732 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_artists/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index c60cae44b..000000000 Binary files a/theme_artists/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_kickoff_default_image.webp b/theme_artists/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..3a24a25c3 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_artists/static/src/img/snippets/s_masonry_block.jpg b/theme_artists/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 0d6deb1ed..000000000 Binary files a/theme_artists/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_masonry_block.webp b/theme_artists/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..0416fd618 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_artists/static/src/img/snippets/s_media_list_1.jpg b/theme_artists/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index dbef9f2e7..000000000 Binary files a/theme_artists/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_media_list_1.webp b/theme_artists/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..35a3070df Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_artists/static/src/img/snippets/s_media_list_2.jpg b/theme_artists/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 8495ded1c..000000000 Binary files a/theme_artists/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_media_list_2.webp b/theme_artists/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..629a555be Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_media_list_3.jpg b/theme_artists/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 59e251773..000000000 Binary files a/theme_artists/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_media_list_3.webp b/theme_artists/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..e6b88539c Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_artists/static/src/img/snippets/s_newsletter.jpg b/theme_artists/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index d8c52a759..000000000 Binary files a/theme_artists/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_newsletter.webp b/theme_artists/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..c0a23a097 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_artists/static/src/img/snippets/s_parallax.jpg b/theme_artists/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index 0c584b207..000000000 Binary files a/theme_artists/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_parallax.webp b/theme_artists/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..1fa26ac61 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_artists/static/src/img/snippets/s_picture.jpg b/theme_artists/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 9276edab4..000000000 Binary files a/theme_artists/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_picture.webp b/theme_artists/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..84985e731 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_picture.webp differ diff --git a/theme_artists/static/src/img/snippets/s_popup.jpg b/theme_artists/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 7c9ec50f7..000000000 Binary files a/theme_artists/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_popup.webp b/theme_artists/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..fd10365f9 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_popup.webp differ diff --git a/theme_artists/static/src/img/snippets/s_product_1.jpg b/theme_artists/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 7678a3bcd..000000000 Binary files a/theme_artists/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_product_1.webp b/theme_artists/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..ad399e20f Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_artists/static/src/img/snippets/s_product_2.jpg b/theme_artists/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index c44ef7286..000000000 Binary files a/theme_artists/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_product_2.webp b/theme_artists/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..cab1d553a Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_product_3.jpg b/theme_artists/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 77948718b..000000000 Binary files a/theme_artists/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_product_3.webp b/theme_artists/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..ec218fdb7 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_artists/static/src/img/snippets/s_product_4.jpg b/theme_artists/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index 449d084e2..000000000 Binary files a/theme_artists/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_product_4.webp b/theme_artists/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..b55bfa0b1 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_artists/static/src/img/snippets/s_product_5.jpg b/theme_artists/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index b9ca0c0b7..000000000 Binary files a/theme_artists/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_product_5.webp b/theme_artists/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..bf7ed9494 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_artists/static/src/img/snippets/s_product_6.jpg b/theme_artists/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 98460f24a..000000000 Binary files a/theme_artists/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_product_6.webp b/theme_artists/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..56bdb521c Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_artists/static/src/img/snippets/s_product_catalog.jpg b/theme_artists/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index c08ee3612..000000000 Binary files a/theme_artists/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_product_catalog.webp b/theme_artists/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..1564724c6 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_artists/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_artists/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 552f5f975..000000000 Binary files a/theme_artists/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_artists/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..3d23b1ce8 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_artists/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_artists/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index 78c7c9347..000000000 Binary files a/theme_artists/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_artists/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..1fc5b51cc Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_artists/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_artists/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index d8f5c3fbd..000000000 Binary files a/theme_artists/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_shape_image_default_image.webp b/theme_artists/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..2ab45dfa7 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_artists/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_artists/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 7f311e84a..000000000 Binary files a/theme_artists/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_split_intro_default_image.webp b/theme_artists/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..a8325de72 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_artists/static/src/img/snippets/s_text_cover.jpg b/theme_artists/static/src/img/snippets/s_text_cover.jpg deleted file mode 100644 index 4602ce363..000000000 Binary files a/theme_artists/static/src/img/snippets/s_text_cover.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_text_cover.webp b/theme_artists/static/src/img/snippets/s_text_cover.webp new file mode 100644 index 000000000..b426c5fb1 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_text_cover.webp differ diff --git a/theme_artists/static/src/img/snippets/s_text_image.jpg b/theme_artists/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index 93f69eb61..000000000 Binary files a/theme_artists/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_artists/static/src/img/snippets/s_text_image.webp b/theme_artists/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..fa1d35478 Binary files /dev/null and b/theme_artists/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_artists/views/images.xml b/theme_artists/views/images.xml index 86cb44154..c01b3200c 100644 --- a/theme_artists/views/images.xml +++ b/theme_artists/views/images.xml @@ -6,449 +6,449 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m theme_common.image_content_02 theme_common.image_content_02 - /theme_artists/static/src/img/content/content_img_02.jpg + /theme_artists/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_artists/static/src/img/content/content_img_03.jpg + /theme_artists/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_artists/static/src/img/content/content_img_07.jpg + /theme_artists/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_artists/static/src/img/content/content_img_09.jpg + /theme_artists/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_artists/static/src/img/content/content_img_10.jpg + /theme_artists/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_artists/static/src/img/content/content_img_11.jpg + /theme_artists/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_artists/static/src/img/content/content_img_12.jpg + /theme_artists/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_artists/static/src/img/snippets/s_banner.jpg + /theme_artists/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_artists/static/src/img/snippets/s_banner_2.jpg + /theme_artists/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_artists/static/src/img/snippets/s_banner_3.jpg + /theme_artists/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_artists/static/src/img/snippets/s_popup.jpg + /theme_artists/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_artists/static/src/img/snippets/s_cover.jpg + /theme_artists/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_artists/static/src/img/snippets/s_text_image.jpg + /theme_artists/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_artists/static/src/img/snippets/s_image_text.jpg + /theme_artists/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_artists/static/src/img/snippets/s_picture.jpg + /theme_artists/static/src/img/snippets/s_picture.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_artists/static/src/img/snippets/library_image_13.jpg + /theme_artists/static/src/img/snippets/library_image_13.webp website.library_image_11 website.library_image_11 - /theme_artists/static/src/img/snippets/library_image_11.jpg + /theme_artists/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_artists/static/src/img/snippets/library_image_19.jpg + /theme_artists/static/src/img/snippets/library_image_19.webp website.library_image_07 website.library_image_07 - /theme_artists/static/src/img/snippets/library_image_07.jpg + /theme_artists/static/src/img/snippets/library_image_07.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_artists/static/src/img/snippets/s_masonry_block.jpg + /theme_artists/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_artists/static/src/img/snippets/s_carousel_1.jpg + /theme_artists/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_artists/static/src/img/snippets/s_carousel_2.jpg + /theme_artists/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_artists/static/src/img/snippets/s_carousel_3.jpg + /theme_artists/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_artists/static/src/img/snippets/s_picture.jpg + /theme_artists/static/src/img/snippets/s_picture.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_artists/static/src/img/snippets/s_cover.jpg + /theme_artists/static/src/img/snippets/s_cover.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_artists/static/src/img/snippets/library_image_05.jpg + /theme_artists/static/src/img/snippets/library_image_05.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_artists/static/src/img/snippets/s_carousel_1.jpg + /theme_artists/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_artists/static/src/img/snippets/s_carousel_2.jpg + /theme_artists/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_artists/static/src/img/snippets/s_carousel_3.jpg + /theme_artists/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_artists/static/src/img/snippets/s_media_list_1.jpg + /theme_artists/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_artists/static/src/img/snippets/s_media_list_2.jpg + /theme_artists/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_artists/static/src/img/snippets/s_media_list_3.jpg + /theme_artists/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_artists/static/src/img/snippets/s_parallax.jpg + /theme_artists/static/src/img/snippets/s_parallax.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_artists/static/src/img/snippets/s_product_catalog.jpg + /theme_artists/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_artists/static/src/img/snippets/s_product_1.jpg + /theme_artists/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_artists/static/src/img/snippets/s_product_2.jpg + /theme_artists/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_artists/static/src/img/snippets/s_product_3.jpg + /theme_artists/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_artists/static/src/img/snippets/s_product_4.jpg + /theme_artists/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_artists/static/src/img/snippets/s_product_5.jpg + /theme_artists/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_artists/static/src/img/snippets/s_product_6.jpg + /theme_artists/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_artists/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_artists/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_artists/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_artists/static/src/img/snippets/s_quotes_carousel_2.webp website.library_image_17 website.library_image_17 - /theme_artists/static/src/img/snippets/s_newsletter.jpg + /theme_artists/static/src/img/snippets/s_newsletter.webp website.library_image_02 website.library_image_02 - /theme_artists/static/src/img/snippets/library_image_02.jpg + /theme_artists/static/src/img/snippets/library_image_02.webp website.library_image_08 website.library_image_08 - /theme_artists/static/src/img/snippets/library_image_08.jpg + /theme_artists/static/src/img/snippets/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_artists/static/src/img/snippets/library_image_03.jpg + /theme_artists/static/src/img/snippets/library_image_03.webp website.library_image_10 website.library_image_10 - /theme_artists/static/src/img/snippets/library_image_10.jpg + /theme_artists/static/src/img/snippets/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_artists/static/src/img/snippets/library_image_05.jpg + /theme_artists/static/src/img/snippets/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_artists/static/src/img/snippets/library_image_14.jpg + /theme_artists/static/src/img/snippets/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_artists/static/src/img/snippets/library_image_16.jpg + /theme_artists/static/src/img/snippets/library_image_16.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_artists/static/src/img/snippets/library_image_08.jpg + /theme_artists/static/src/img/snippets/library_image_08.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_artists/static/src/img/snippets/library_image_10.jpg + /theme_artists/static/src/img/snippets/library_image_10.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_artists/static/src/img/snippets/library_image_14.jpg + /theme_artists/static/src/img/snippets/library_image_14.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_artists/static/src/img/snippets/s_picture.jpg + /theme_artists/static/src/img/snippets/s_picture.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_artists/static/src/img/snippets/library_image_10.jpg + /theme_artists/static/src/img/snippets/library_image_10.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_artists/static/src/img/snippets/s_image_hexagonal_1.jpg + /theme_artists/static/src/img/snippets/s_image_hexagonal_1.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_artists/static/src/img/snippets/s_carousel_1.jpg + /theme_artists/static/src/img/snippets/s_carousel_1.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_artists/static/src/img/snippets/s_product_1.jpg + /theme_artists/static/src/img/snippets/s_product_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_artists/static/src/img/snippets/s_product_2.jpg + /theme_artists/static/src/img/snippets/s_product_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_artists/static/src/img/snippets/s_product_3.jpg + /theme_artists/static/src/img/snippets/s_product_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_artists/static/src/img/snippets/s_product_4.jpg + /theme_artists/static/src/img/snippets/s_product_4.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_artists/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_artists/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_artists/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_artists/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_artists/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_artists/static/src/img/snippets/library_image_08.jpg + /theme_artists/static/src/img/snippets/library_image_08.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_artists/static/src/img/snippets/library_image_10.jpg + /theme_artists/static/src/img/snippets/library_image_10.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_artists/static/src/img/snippets/library_image_14.jpg + /theme_artists/static/src/img/snippets/library_image_14.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_artists/static/src/img/snippets/library_image_16.jpg + /theme_artists/static/src/img/snippets/library_image_16.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_artists/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_artists/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_artists/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_artists/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_artists/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_artists/static/src/img/snippets/s_text_cover.jpg + /theme_artists/static/src/img/snippets/s_text_cover.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_artists/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_artists/static/src/img/snippets/s_empowerment_default_image.webp website.s_sidegrid_default_image_1 website.s_sidegrid_default_image_1 - /theme_artists/static/src/img/snippets/s_text_image.jpg + /theme_artists/static/src/img/snippets/s_text_image.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_artists/static/src/img/snippets/s_banner_2.jpg + /theme_artists/static/src/img/snippets/s_banner_2.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_artists/static/src/img/snippets/s_banner_3.jpg + /theme_artists/static/src/img/snippets/s_banner_3.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_artists/static/src/img/snippets/library_image_08.jpg + /theme_artists/static/src/img/snippets/library_image_08.webp website.s_image_frame_default_image website.s_image_frame_default_image - /theme_artists/static/src/img/snippets/s_cover.jpg + /theme_artists/static/src/img/snippets/s_cover.webp website.s_cta_box_default_image website.s_cta_box_default_image - /theme_artists/static/src/img/snippets/library_image_02.jpg + /theme_artists/static/src/img/snippets/library_image_02.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_artists/static/src/img/snippets/s_product_4.jpg + /theme_artists/static/src/img/snippets/s_product_4.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_artists/static/src/img/snippets/s_cover.jpg + /theme_artists/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_artists/static/src/img/snippets/s_image_hexagonal_1.jpg + /theme_artists/static/src/img/snippets/s_image_hexagonal_1.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_artists/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_artists/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_artists/views/snippets/s_accordion_image.xml b/theme_artists/views/snippets/s_accordion_image.xml index 08d1cf1e9..3b3384acb 100644 --- a/theme_artists/views/snippets/s_accordion_image.xml +++ b/theme_artists/views/snippets/s_accordion_image.xml @@ -8,7 +8,7 @@ /web_editor/image_shape/website.s_accordion_image_default_image/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp s_accordion_image_default_image.svg ;;;; diff --git a/theme_artists/views/snippets/s_image_text.xml b/theme_artists/views/snippets/s_image_text.xml index 9ccd66799..16391e802 100644 --- a/theme_artists/views/snippets/s_image_text.xml +++ b/theme_artists/views/snippets/s_image_text.xml @@ -17,7 +17,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp s_image_text.svg ;;;; diff --git a/theme_artists/views/snippets/s_text_image.xml b/theme_artists/views/snippets/s_text_image.xml index 6d25305f4..d055f974e 100644 --- a/theme_artists/views/snippets/s_text_image.xml +++ b/theme_artists/views/snippets/s_text_image.xml @@ -24,7 +24,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/geometric/geo_square_2.svg web_editor/geometric/geo_square_2 - image/jpeg + image/webp s_text_image.svg ;;;; diff --git a/theme_avantgarde/__manifest__.py b/theme_avantgarde/__manifest__.py index 0fec6be86..ad60c62d9 100644 --- a/theme_avantgarde/__manifest__.py +++ b/theme_avantgarde/__manifest__.py @@ -13,14 +13,14 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/poster.jpg', - 'static/description/avantgarde_screenshot.jpg', + 'static/description/poster.webp', + 'static/description/avantgarde_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_avantgarde/static/src/img/pictures/bg_image_08.jpg', - 'website.library_image_13': '/theme_avantgarde/static/src/img/pictures/library_image_13.jpg', - 'website.library_image_03': '/theme_avantgarde/static/src/img/pictures/library_image_03.jpg', - 'website.library_image_16': '/theme_avantgarde/static/src/img/pictures/library_image_16.jpg', + 'website.s_cover_default_image': '/theme_avantgarde/static/src/img/pictures/bg_image_08.webp', + 'website.library_image_13': '/theme_avantgarde/static/src/img/pictures/library_image_13.webp', + 'website.library_image_03': '/theme_avantgarde/static/src/img/pictures/library_image_03.webp', + 'website.library_image_16': '/theme_avantgarde/static/src/img/pictures/library_image_16.webp', }, 'configurator_snippets': { 'homepage': ['s_sidegrid', 's_features_wall', 's_carousel', 's_timeline', 's_quadrant'], diff --git a/theme_avantgarde/static/description/avantgarde_screenshot.jpg b/theme_avantgarde/static/description/avantgarde_screenshot.jpg deleted file mode 100644 index 1b5574704..000000000 Binary files a/theme_avantgarde/static/description/avantgarde_screenshot.jpg and /dev/null differ diff --git a/theme_avantgarde/static/description/avantgarde_screenshot.webp b/theme_avantgarde/static/description/avantgarde_screenshot.webp new file mode 100644 index 000000000..3cbffe4cb Binary files /dev/null and b/theme_avantgarde/static/description/avantgarde_screenshot.webp differ diff --git a/theme_avantgarde/static/description/poster.jpg b/theme_avantgarde/static/description/poster.jpg deleted file mode 100644 index 4e8909780..000000000 Binary files a/theme_avantgarde/static/description/poster.jpg and /dev/null differ diff --git a/theme_avantgarde/static/description/poster.webp b/theme_avantgarde/static/description/poster.webp new file mode 100644 index 000000000..fa7b0473a Binary files /dev/null and b/theme_avantgarde/static/description/poster.webp differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_01.jpg b/theme_avantgarde/static/src/img/patterns/bg_pattern_01.jpg deleted file mode 100755 index 0787d58a8..000000000 Binary files a/theme_avantgarde/static/src/img/patterns/bg_pattern_01.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_01.webp b/theme_avantgarde/static/src/img/patterns/bg_pattern_01.webp new file mode 100644 index 000000000..0d1ab42de Binary files /dev/null and b/theme_avantgarde/static/src/img/patterns/bg_pattern_01.webp differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_02.jpg b/theme_avantgarde/static/src/img/patterns/bg_pattern_02.jpg deleted file mode 100755 index c2f1a1e97..000000000 Binary files a/theme_avantgarde/static/src/img/patterns/bg_pattern_02.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_02.webp b/theme_avantgarde/static/src/img/patterns/bg_pattern_02.webp new file mode 100644 index 000000000..557cd7411 Binary files /dev/null and b/theme_avantgarde/static/src/img/patterns/bg_pattern_02.webp differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_03.jpg b/theme_avantgarde/static/src/img/patterns/bg_pattern_03.jpg deleted file mode 100755 index b96a511af..000000000 Binary files a/theme_avantgarde/static/src/img/patterns/bg_pattern_03.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_03.webp b/theme_avantgarde/static/src/img/patterns/bg_pattern_03.webp new file mode 100644 index 000000000..64a7b2cab Binary files /dev/null and b/theme_avantgarde/static/src/img/patterns/bg_pattern_03.webp differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_04.jpg b/theme_avantgarde/static/src/img/patterns/bg_pattern_04.jpg deleted file mode 100755 index 08fe32f29..000000000 Binary files a/theme_avantgarde/static/src/img/patterns/bg_pattern_04.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_04.webp b/theme_avantgarde/static/src/img/patterns/bg_pattern_04.webp new file mode 100644 index 000000000..8862f1601 Binary files /dev/null and b/theme_avantgarde/static/src/img/patterns/bg_pattern_04.webp differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_05.jpg b/theme_avantgarde/static/src/img/patterns/bg_pattern_05.jpg deleted file mode 100755 index e67e5f2ae..000000000 Binary files a/theme_avantgarde/static/src/img/patterns/bg_pattern_05.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_05.webp b/theme_avantgarde/static/src/img/patterns/bg_pattern_05.webp new file mode 100644 index 000000000..b4def17b5 Binary files /dev/null and b/theme_avantgarde/static/src/img/patterns/bg_pattern_05.webp differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_06.jpg b/theme_avantgarde/static/src/img/patterns/bg_pattern_06.jpg deleted file mode 100755 index 1b7287355..000000000 Binary files a/theme_avantgarde/static/src/img/patterns/bg_pattern_06.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/patterns/bg_pattern_06.webp b/theme_avantgarde/static/src/img/patterns/bg_pattern_06.webp new file mode 100644 index 000000000..751128bc2 Binary files /dev/null and b/theme_avantgarde/static/src/img/patterns/bg_pattern_06.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_01.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_01.jpg deleted file mode 100755 index 8c74bb27e..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_01.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_01.webp b/theme_avantgarde/static/src/img/pictures/bg_image_01.webp new file mode 100644 index 000000000..1d7e2a44b Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_01.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_02.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_02.jpg deleted file mode 100755 index c151fbfa6..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_02.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_02.webp b/theme_avantgarde/static/src/img/pictures/bg_image_02.webp new file mode 100644 index 000000000..8e5031e3f Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_02.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_03.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_03.jpg deleted file mode 100755 index 2f3b11028..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_03.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_03.webp b/theme_avantgarde/static/src/img/pictures/bg_image_03.webp new file mode 100644 index 000000000..2a2d7b639 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_03.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_04.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_04.jpg deleted file mode 100644 index cde11112f..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_04.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_04.webp b/theme_avantgarde/static/src/img/pictures/bg_image_04.webp new file mode 100644 index 000000000..a7f3f2b6a Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_04.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_05.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_05.jpg deleted file mode 100755 index f7faf5408..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_05.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_05.webp b/theme_avantgarde/static/src/img/pictures/bg_image_05.webp new file mode 100644 index 000000000..6249585a7 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_05.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_06.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_06.jpg deleted file mode 100755 index a5b31ff07..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_06.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_06.webp b/theme_avantgarde/static/src/img/pictures/bg_image_06.webp new file mode 100644 index 000000000..a72975b72 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_06.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_07.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_07.jpg deleted file mode 100755 index 0bf80351f..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_07.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_07.webp b/theme_avantgarde/static/src/img/pictures/bg_image_07.webp new file mode 100644 index 000000000..646fd140b Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_07.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_08.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_08.jpg deleted file mode 100644 index 7f0cb31e2..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_08.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_08.webp b/theme_avantgarde/static/src/img/pictures/bg_image_08.webp new file mode 100644 index 000000000..302722104 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_08.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_09.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_09.jpg deleted file mode 100644 index 64cd319cf..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_09.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_09.webp b/theme_avantgarde/static/src/img/pictures/bg_image_09.webp new file mode 100644 index 000000000..db7325e50 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_09.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_10.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_10.jpg deleted file mode 100755 index a422aab26..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_10.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_10.webp b/theme_avantgarde/static/src/img/pictures/bg_image_10.webp new file mode 100644 index 000000000..6da22da04 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_10.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_11.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_11.jpg deleted file mode 100755 index a1c899797..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_11.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_11.webp b/theme_avantgarde/static/src/img/pictures/bg_image_11.webp new file mode 100644 index 000000000..ad303959e Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_11.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_12.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_12.jpg deleted file mode 100755 index fbbaa4915..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_12.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_12.webp b/theme_avantgarde/static/src/img/pictures/bg_image_12.webp new file mode 100644 index 000000000..d65b3c2a5 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_12.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_13.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_13.jpg deleted file mode 100644 index c84cfbf86..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_13.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_13.webp b/theme_avantgarde/static/src/img/pictures/bg_image_13.webp new file mode 100644 index 000000000..db615adb9 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_13.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_14.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_14.jpg deleted file mode 100644 index 33463d44e..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_14.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_14.webp b/theme_avantgarde/static/src/img/pictures/bg_image_14.webp new file mode 100644 index 000000000..34f0235de Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_14.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_15.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_15.jpg deleted file mode 100644 index 6ac4c7c30..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_15.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_15.webp b/theme_avantgarde/static/src/img/pictures/bg_image_15.webp new file mode 100644 index 000000000..863da3129 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_15.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_16.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_16.jpg deleted file mode 100644 index ef352e119..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_16.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_16.webp b/theme_avantgarde/static/src/img/pictures/bg_image_16.webp new file mode 100644 index 000000000..1bf8b4d80 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_16.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_17.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_17.jpg deleted file mode 100644 index f9df07c3d..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_17.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_17.webp b/theme_avantgarde/static/src/img/pictures/bg_image_17.webp new file mode 100644 index 000000000..83caac5c2 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_17.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_18.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_18.jpg deleted file mode 100644 index 302ddfa51..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_18.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_18.webp b/theme_avantgarde/static/src/img/pictures/bg_image_18.webp new file mode 100644 index 000000000..24d42546c Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_18.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_19.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_19.jpg deleted file mode 100644 index 7a46f2e56..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_19.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_19.webp b/theme_avantgarde/static/src/img/pictures/bg_image_19.webp new file mode 100644 index 000000000..4ab322a5c Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_19.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_20.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_20.jpg deleted file mode 100644 index 3f457e572..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_20.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_20.webp b/theme_avantgarde/static/src/img/pictures/bg_image_20.webp new file mode 100644 index 000000000..406ba7338 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_20.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_21.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_21.jpg deleted file mode 100644 index 32218eb6b..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_21.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_21.webp b/theme_avantgarde/static/src/img/pictures/bg_image_21.webp new file mode 100644 index 000000000..8e66949ab Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_21.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_22.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_22.jpg deleted file mode 100644 index f2bc7766b..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_22.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_22.webp b/theme_avantgarde/static/src/img/pictures/bg_image_22.webp new file mode 100644 index 000000000..a9d39cf90 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_22.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_27.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_27.jpg deleted file mode 100644 index 9ce57bc8b..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_27.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_27.webp b/theme_avantgarde/static/src/img/pictures/bg_image_27.webp new file mode 100644 index 000000000..6a70e07ce Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_27.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_28.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_28.jpg deleted file mode 100644 index 62ba4d7f8..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_28.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_28.webp b/theme_avantgarde/static/src/img/pictures/bg_image_28.webp new file mode 100644 index 000000000..89c1b4d57 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_28.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_29.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_29.jpg deleted file mode 100644 index 459b1e1ed..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_29.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_29.webp b/theme_avantgarde/static/src/img/pictures/bg_image_29.webp new file mode 100644 index 000000000..64b2bddc8 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_29.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_30.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_30.jpg deleted file mode 100644 index 64ed380e1..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_30.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_30.webp b/theme_avantgarde/static/src/img/pictures/bg_image_30.webp new file mode 100644 index 000000000..74ee5ac50 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_30.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_31.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_31.jpg deleted file mode 100644 index 0eb31549e..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_31.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_31.webp b/theme_avantgarde/static/src/img/pictures/bg_image_31.webp new file mode 100644 index 000000000..5dd6f4cfc Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_31.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_32.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_32.jpg deleted file mode 100644 index 303925ad7..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_32.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_32.webp b/theme_avantgarde/static/src/img/pictures/bg_image_32.webp new file mode 100644 index 000000000..528d4ad58 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_32.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_33.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_33.jpg deleted file mode 100644 index 1ef3fbc32..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_33.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_33.webp b/theme_avantgarde/static/src/img/pictures/bg_image_33.webp new file mode 100644 index 000000000..c0e3ee75b Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_33.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_34.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_34.jpg deleted file mode 100644 index b06f017dd..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_34.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_34.webp b/theme_avantgarde/static/src/img/pictures/bg_image_34.webp new file mode 100644 index 000000000..ae27ccf29 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_34.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_35.jpg b/theme_avantgarde/static/src/img/pictures/bg_image_35.jpg deleted file mode 100644 index 6e0276650..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/bg_image_35.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/bg_image_35.webp b/theme_avantgarde/static/src/img/pictures/bg_image_35.webp new file mode 100644 index 000000000..04c34dd7b Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/bg_image_35.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/item_01.jpg b/theme_avantgarde/static/src/img/pictures/item_01.jpg deleted file mode 100644 index 60ccd0807..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/item_01.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/item_01.webp b/theme_avantgarde/static/src/img/pictures/item_01.webp new file mode 100644 index 000000000..681f9daa5 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/item_01.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/item_02.jpg b/theme_avantgarde/static/src/img/pictures/item_02.jpg deleted file mode 100644 index 102335c32..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/item_02.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/item_02.webp b/theme_avantgarde/static/src/img/pictures/item_02.webp new file mode 100644 index 000000000..b0eb3c459 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/item_02.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/item_03.jpg b/theme_avantgarde/static/src/img/pictures/item_03.jpg deleted file mode 100644 index 5ecf9b530..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/item_03.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/item_03.webp b/theme_avantgarde/static/src/img/pictures/item_03.webp new file mode 100644 index 000000000..58e7d1a9a Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/item_03.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/item_04.jpg b/theme_avantgarde/static/src/img/pictures/item_04.jpg deleted file mode 100644 index 30a4c5656..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/item_04.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/item_04.webp b/theme_avantgarde/static/src/img/pictures/item_04.webp new file mode 100644 index 000000000..c33f201c6 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/item_04.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/item_05.jpg b/theme_avantgarde/static/src/img/pictures/item_05.jpg deleted file mode 100644 index e71ed652a..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/item_05.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/item_05.webp b/theme_avantgarde/static/src/img/pictures/item_05.webp new file mode 100644 index 000000000..331a9f092 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/item_05.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/item_06.jpg b/theme_avantgarde/static/src/img/pictures/item_06.jpg deleted file mode 100644 index 2554dc9f0..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/item_06.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/item_06.webp b/theme_avantgarde/static/src/img/pictures/item_06.webp new file mode 100644 index 000000000..065e52435 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/item_06.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_02.jpg b/theme_avantgarde/static/src/img/pictures/library_image_02.jpg deleted file mode 100644 index ca4c6a578..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/library_image_02.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_02.webp b/theme_avantgarde/static/src/img/pictures/library_image_02.webp new file mode 100644 index 000000000..4c5703319 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/library_image_02.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_03.jpg b/theme_avantgarde/static/src/img/pictures/library_image_03.jpg deleted file mode 100644 index e98580459..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/library_image_03.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_03.webp b/theme_avantgarde/static/src/img/pictures/library_image_03.webp new file mode 100644 index 000000000..9ada59a63 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/library_image_03.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_08.jpg b/theme_avantgarde/static/src/img/pictures/library_image_08.jpg deleted file mode 100644 index 01fb8204d..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/library_image_08.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_08.webp b/theme_avantgarde/static/src/img/pictures/library_image_08.webp new file mode 100644 index 000000000..66e2a0ef2 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/library_image_08.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_13.jpg b/theme_avantgarde/static/src/img/pictures/library_image_13.jpg deleted file mode 100644 index a8ac42ca4..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/library_image_13.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_13.webp b/theme_avantgarde/static/src/img/pictures/library_image_13.webp new file mode 100644 index 000000000..7c372ca77 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/library_image_13.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_16.jpg b/theme_avantgarde/static/src/img/pictures/library_image_16.jpg deleted file mode 100644 index db0430a9f..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/library_image_16.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/library_image_16.webp b/theme_avantgarde/static/src/img/pictures/library_image_16.webp new file mode 100644 index 000000000..c6f08bd2f Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/library_image_16.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.jpg b/theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.jpg deleted file mode 100644 index 4916c5f16..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.webp b/theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.webp new file mode 100644 index 000000000..a95ef7a9a Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.jpg b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.jpg deleted file mode 100644 index 7d1161051..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.webp b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.webp new file mode 100644 index 000000000..4d822f4a4 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.jpg b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 69aa53ab0..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.webp b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..113837604 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.jpg b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 044270862..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.webp b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..dea7df236 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.jpg b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 8294f1aa4..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.webp b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..4352bc9b0 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.jpg b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index da79d455f..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.webp b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..2ace1fb91 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.jpg b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 75d5b9abd..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.webp b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..fc377723d Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.jpg b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 289be1c05..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.webp b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..965fab6f7 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.jpg b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index edccdc2c6..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.webp b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..a281c2cec Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.jpg b/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.jpg deleted file mode 100644 index a6b47afa8..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.webp b/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.webp new file mode 100644 index 000000000..802de6d04 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.jpg b/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 366a05de6..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.webp b/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..bb2d54128 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_popup.jpg b/theme_avantgarde/static/src/img/pictures/s_popup.jpg deleted file mode 100644 index 979dc0d30..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_popup.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_popup.webp b/theme_avantgarde/static/src/img/pictures/s_popup.webp new file mode 100644 index 000000000..57cf4ff4a Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_popup.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.jpg b/theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index 309bcb404..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.webp b/theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..d2d0556a6 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.jpg b/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.jpg deleted file mode 100644 index 182523ebe..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.webp b/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.webp new file mode 100644 index 000000000..03284eae5 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.jpg b/theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.jpg deleted file mode 100644 index 1bb43edc9..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.webp b/theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.webp new file mode 100644 index 000000000..a353418ae Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.webp differ diff --git a/theme_avantgarde/static/src/img/pictures/s_text_cover.jpg b/theme_avantgarde/static/src/img/pictures/s_text_cover.jpg deleted file mode 100644 index c4c171413..000000000 Binary files a/theme_avantgarde/static/src/img/pictures/s_text_cover.jpg and /dev/null differ diff --git a/theme_avantgarde/static/src/img/pictures/s_text_cover.webp b/theme_avantgarde/static/src/img/pictures/s_text_cover.webp new file mode 100644 index 000000000..6081eb289 Binary files /dev/null and b/theme_avantgarde/static/src/img/pictures/s_text_cover.webp differ diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml index b0121668e..37badeed0 100644 --- a/theme_avantgarde/views/customizations.xml +++ b/theme_avantgarde/views/customizations.xml @@ -126,7 +126,7 @@ /web_editor/image_shape/website.s_picture_default_image/web_editor/panel/panel_duo_step.svg web_editor/panel/panel_duo_step - image/jpeg + image/webp bg_image_14.svg @@ -211,7 +211,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/panel/panel_trio_out_r.svg web_editor/panel/panel_trio_out_r - image/jpeg + image/webp bg_image_13.svg @@ -267,7 +267,7 @@ - /theme_avantgarde/static/src/img/pictures/bg_image_07.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_07.webp diff --git a/theme_avantgarde/views/images_library.xml b/theme_avantgarde/views/images_library.xml index 301aeff79..3588603d3 100644 --- a/theme_avantgarde/views/images_library.xml +++ b/theme_avantgarde/views/images_library.xml @@ -6,506 +6,506 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin theme_common.image_content_01 theme_common.image_content_01 - /theme_avantgarde/static/src/img/pictures/bg_image_01.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_01.webp theme_common.image_content_02 theme_common.image_content_02 - /theme_avantgarde/static/src/img/pictures/bg_image_02.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_avantgarde/static/src/img/pictures/bg_image_03.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_03.webp theme_common.image_content_04 theme_common.image_content_04 - /theme_avantgarde/static/src/img/pictures/bg_image_04.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_04.webp theme_common.image_content_05 theme_common.image_content_05 - /theme_avantgarde/static/src/img/pictures/bg_image_05.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_05.webp theme_common.image_content_06 theme_common.image_content_06 - /theme_avantgarde/static/src/img/pictures/bg_image_06.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_06.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_avantgarde/static/src/img/pictures/bg_image_07.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_07.webp theme_common.image_content_08 theme_common.image_content_08 - /theme_avantgarde/static/src/img/pictures/bg_image_08.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_08.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_avantgarde/static/src/img/pictures/bg_image_09.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_avantgarde/static/src/img/pictures/bg_image_10.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_avantgarde/static/src/img/pictures/bg_image_11.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_avantgarde/static/src/img/pictures/bg_image_12.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_12.webp theme_common.image_content_20 theme_common.image_content_20 - /theme_avantgarde/static/src/img/pictures/bg_image_01.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_01.webp theme_common.image_content_21 theme_common.image_content_21 - /theme_avantgarde/static/src/img/pictures/bg_image_02.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_02.webp theme_common.image_content_22 theme_common.image_content_22 - /theme_avantgarde/static/src/img/pictures/bg_image_03.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_03.webp website.library_image_11 website.library_image_11 - /theme_avantgarde/static/src/img/pictures/bg_image_15.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_15.webp website.library_image_13 website.library_image_13 - /theme_avantgarde/static/src/img/pictures/bg_image_16.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_16.webp website.library_image_07 website.library_image_07 - /theme_avantgarde/static/src/img/pictures/bg_image_17.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_17.webp website.s_background_image_01 Background Image 01 - /theme_avantgarde/static/src/img/patterns/bg_pattern_01.jpg + /theme_avantgarde/static/src/img/patterns/bg_pattern_01.webp website.s_background_image_02 Background Image 02 - /theme_avantgarde/static/src/img/patterns/bg_pattern_02.jpg + /theme_avantgarde/static/src/img/patterns/bg_pattern_02.webp website.s_background_image_03 Background Image 03 - /theme_avantgarde/static/src/img/patterns/bg_pattern_03.jpg + /theme_avantgarde/static/src/img/patterns/bg_pattern_03.webp website.s_background_image_04 Background Image 04 - /theme_avantgarde/static/src/img/patterns/bg_pattern_04.jpg + /theme_avantgarde/static/src/img/patterns/bg_pattern_04.webp website.s_background_image_05 Background Image 05 - /theme_avantgarde/static/src/img/patterns/bg_pattern_05.jpg + /theme_avantgarde/static/src/img/patterns/bg_pattern_05.webp website.s_background_image_06 Background Image 06 - /theme_avantgarde/static/src/img/patterns/bg_pattern_06.jpg + /theme_avantgarde/static/src/img/patterns/bg_pattern_06.webp website.s_cover_default_image website.s_cover_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_08.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_08.webp website.s_banner_default_image website.s_banner_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_04.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_04.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_34.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_34.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_35.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_35.webp website.s_popup_default_image website.s_popup_default_image - /theme_avantgarde/static/src/img/pictures/s_popup.jpg + /theme_avantgarde/static/src/img/pictures/s_popup.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_20.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_20.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_09.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_09.webp website.s_picture_default_image website.s_picture_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_14.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_14.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_15.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_15.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_16.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_16.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_17.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_17.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_19.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_19.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_28.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_28.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_29.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_29.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_30.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_30.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_19.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_19.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.jpg + /theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_08.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_08.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_28.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_28.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_29.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_29.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_30.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_30.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_31.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_31.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_32.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_32.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_33.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_33.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_18.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_18.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_27.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_27.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_18.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_18.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_04.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_04.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_avantgarde/static/src/img/pictures/item_01.jpg + /theme_avantgarde/static/src/img/pictures/item_01.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_avantgarde/static/src/img/pictures/item_02.jpg + /theme_avantgarde/static/src/img/pictures/item_02.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_avantgarde/static/src/img/pictures/item_03.jpg + /theme_avantgarde/static/src/img/pictures/item_03.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_avantgarde/static/src/img/pictures/item_04.jpg + /theme_avantgarde/static/src/img/pictures/item_04.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_avantgarde/static/src/img/pictures/item_05.jpg + /theme_avantgarde/static/src/img/pictures/item_05.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_avantgarde/static/src/img/pictures/item_06.jpg + /theme_avantgarde/static/src/img/pictures/item_06.webp website.library_image_17 website.library_image_17 - /theme_avantgarde/static/src/img/pictures/bg_image_33.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_33.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_20.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_20.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_08.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_08.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_04.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_04.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_avantgarde/static/src/img/pictures/bg_image_30.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_30.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_28.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_28.webp website.library_image_02 website.library_image_02 - /theme_avantgarde/static/src/img/pictures/library_image_02.jpg + /theme_avantgarde/static/src/img/pictures/library_image_02.webp website.library_image_03 website.library_image_03 - /theme_avantgarde/static/src/img/pictures/library_image_03.jpg + /theme_avantgarde/static/src/img/pictures/library_image_03.webp website.library_image_08 website.library_image_08 - /theme_avantgarde/static/src/img/pictures/library_image_08.jpg + /theme_avantgarde/static/src/img/pictures/library_image_08.webp website.library_image_13 website.library_image_13 - /theme_avantgarde/static/src/img/pictures/library_image_13.jpg + /theme_avantgarde/static/src/img/pictures/library_image_13.webp website.library_image_16 website.library_image_16 - /theme_avantgarde/static/src/img/pictures/library_image_16.jpg + /theme_avantgarde/static/src/img/pictures/library_image_16.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.jpg + /theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_30.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_30.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_avantgarde/static/src/img/pictures/item_01.jpg + /theme_avantgarde/static/src/img/pictures/item_01.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_avantgarde/static/src/img/pictures/item_02.jpg + /theme_avantgarde/static/src/img/pictures/item_02.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_avantgarde/static/src/img/pictures/item_03.jpg + /theme_avantgarde/static/src/img/pictures/item_03.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_avantgarde/static/src/img/pictures/item_04.jpg + /theme_avantgarde/static/src/img/pictures/item_04.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.jpg + /theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.jpg + /theme_avantgarde/static/src/img/pictures/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_19.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_19.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_20.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_20.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_avantgarde/static/src/img/pictures/bg_image_21.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_21.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_avantgarde/static/src/img/pictures/bg_image_18.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_18.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.jpg + /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.jpg + /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.jpg + /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.jpg + /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.jpg + /theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.jpg + /theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.jpg + /theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.jpg + /theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.jpg + /theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_avantgarde/static/src/img/pictures/s_text_cover.jpg + /theme_avantgarde/static/src/img/pictures/s_text_cover.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.jpg + /theme_avantgarde/static/src/img/pictures/s_empowerment_default_image.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_avantgarde/static/src/img/pictures/bg_image_35.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_35.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_avantgarde/static/src/img/pictures/bg_image_34.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_34.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_avantgarde/static/src/img/pictures/bg_image_14.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_14.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_30.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_30.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_avantgarde/static/src/img/pictures/bg_image_07.jpg + /theme_avantgarde/static/src/img/pictures/bg_image_07.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.jpg + /theme_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_avantgarde/static/src/img/content/s_cover.jpg + /theme_avantgarde/static/src/img/content/s_cover.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.jpg + /theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.webp diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index a8ef16986..c732d3fc7 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -63,19 +63,19 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/aviato_cover.jpg', - 'static/description/aviato_screenshot.jpg', + 'static/description/aviato_cover.webp', + 'static/description/aviato_screenshot.webp', ], 'images_preview_theme': { - 'website.s_image_text_default_image': '/theme_aviato/static/src/img/content/s_banner_2.jpg', - 'website.s_product_list_default_image_1': '/theme_aviato/static/src/img/content/s_banner_3.jpg', - 'website.s_picture_default_image': '/theme_aviato/static/src/img/content/s_popup.jpg', - 'website.s_media_list_default_image_1': '/theme_aviato/static/src/img/content/s_wall_01.jpg', - 'website.s_carousel_default_image_1': '/theme_aviato/static/src/img/content/s_carousel_1.jpg', - 'website.s_quotes_carousel_demo_image_2': '/theme_aviato/static/src/img/content/s_quote_bg_3.jpg', - 'website.s_text_image_default_image': '/theme_aviato/static/src/img/content/s_wall_05.jpg', - 'website.s_three_columns_default_image_1': '/theme_aviato/static/src/img/content/s_three_columns_1.jpg', - 'website.s_quotes_carousel_demo_image_0': '/theme_aviato/static/src/img/content/s_quote_bg_1.jpg', + 'website.s_image_text_default_image': '/theme_aviato/static/src/img/content/s_banner_2.webp', + 'website.s_product_list_default_image_1': '/theme_aviato/static/src/img/content/s_banner_3.webp', + 'website.s_picture_default_image': '/theme_aviato/static/src/img/content/s_popup.webp', + 'website.s_media_list_default_image_1': '/theme_aviato/static/src/img/content/s_wall_01.webp', + 'website.s_carousel_default_image_1': '/theme_aviato/static/src/img/content/s_carousel_1.webp', + 'website.s_quotes_carousel_demo_image_2': '/theme_aviato/static/src/img/content/s_quote_bg_3.webp', + 'website.s_text_image_default_image': '/theme_aviato/static/src/img/content/s_wall_05.webp', + 'website.s_three_columns_default_image_1': '/theme_aviato/static/src/img/content/s_three_columns_1.webp', + 'website.s_quotes_carousel_demo_image_0': '/theme_aviato/static/src/img/content/s_quote_bg_1.webp', }, 'configurator_snippets': { 'homepage': ['s_banner', 's_text_image', 's_image_text', 's_picture', 's_title', 's_masonry_block_default_template', 's_company_team', 's_showcase', 's_quotes_carousel'], diff --git a/theme_aviato/static/description/aviato_cover.jpg b/theme_aviato/static/description/aviato_cover.jpg deleted file mode 100644 index 25c01ddee..000000000 Binary files a/theme_aviato/static/description/aviato_cover.jpg and /dev/null differ diff --git a/theme_aviato/static/description/aviato_cover.webp b/theme_aviato/static/description/aviato_cover.webp new file mode 100644 index 000000000..bd172dcb9 Binary files /dev/null and b/theme_aviato/static/description/aviato_cover.webp differ diff --git a/theme_aviato/static/description/aviato_screenshot.jpg b/theme_aviato/static/description/aviato_screenshot.jpg deleted file mode 100644 index cb3356ac0..000000000 Binary files a/theme_aviato/static/description/aviato_screenshot.jpg and /dev/null differ diff --git a/theme_aviato/static/description/aviato_screenshot.webp b/theme_aviato/static/description/aviato_screenshot.webp new file mode 100644 index 000000000..3e87a6ae8 Binary files /dev/null and b/theme_aviato/static/description/aviato_screenshot.webp differ diff --git a/theme_aviato/static/src/img/content/media_01.jpg b/theme_aviato/static/src/img/content/media_01.jpg deleted file mode 100644 index a5eae442b..000000000 Binary files a/theme_aviato/static/src/img/content/media_01.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/media_01.webp b/theme_aviato/static/src/img/content/media_01.webp new file mode 100644 index 000000000..9f92acec8 Binary files /dev/null and b/theme_aviato/static/src/img/content/media_01.webp differ diff --git a/theme_aviato/static/src/img/content/media_02.jpg b/theme_aviato/static/src/img/content/media_02.jpg deleted file mode 100644 index 0cb3cec5c..000000000 Binary files a/theme_aviato/static/src/img/content/media_02.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/media_02.webp b/theme_aviato/static/src/img/content/media_02.webp new file mode 100644 index 000000000..4440454fe Binary files /dev/null and b/theme_aviato/static/src/img/content/media_02.webp differ diff --git a/theme_aviato/static/src/img/content/media_03.jpg b/theme_aviato/static/src/img/content/media_03.jpg deleted file mode 100644 index f12a8273d..000000000 Binary files a/theme_aviato/static/src/img/content/media_03.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/media_03.webp b/theme_aviato/static/src/img/content/media_03.webp new file mode 100644 index 000000000..45b5e180d Binary files /dev/null and b/theme_aviato/static/src/img/content/media_03.webp differ diff --git a/theme_aviato/static/src/img/content/s_banner.jpg b/theme_aviato/static/src/img/content/s_banner.jpg deleted file mode 100644 index 1887cbd3d..000000000 Binary files a/theme_aviato/static/src/img/content/s_banner.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_banner.webp b/theme_aviato/static/src/img/content/s_banner.webp new file mode 100644 index 000000000..467fd76da Binary files /dev/null and b/theme_aviato/static/src/img/content/s_banner.webp differ diff --git a/theme_aviato/static/src/img/content/s_banner_2.jpg b/theme_aviato/static/src/img/content/s_banner_2.jpg deleted file mode 100644 index 1ee6cf243..000000000 Binary files a/theme_aviato/static/src/img/content/s_banner_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_banner_2.webp b/theme_aviato/static/src/img/content/s_banner_2.webp new file mode 100644 index 000000000..c6bc9b8a3 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_banner_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_banner_3.jpg b/theme_aviato/static/src/img/content/s_banner_3.jpg deleted file mode 100644 index 6aee1024c..000000000 Binary files a/theme_aviato/static/src/img/content/s_banner_3.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_banner_3.webp b/theme_aviato/static/src/img/content/s_banner_3.webp new file mode 100644 index 000000000..91e1304a8 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_banner_3.webp differ diff --git a/theme_aviato/static/src/img/content/s_carousel_1.jpg b/theme_aviato/static/src/img/content/s_carousel_1.jpg deleted file mode 100644 index cbfb4337a..000000000 Binary files a/theme_aviato/static/src/img/content/s_carousel_1.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_carousel_1.webp b/theme_aviato/static/src/img/content/s_carousel_1.webp new file mode 100644 index 000000000..a433897f3 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_carousel_1.webp differ diff --git a/theme_aviato/static/src/img/content/s_carousel_2.jpg b/theme_aviato/static/src/img/content/s_carousel_2.jpg deleted file mode 100644 index 01e6e61a6..000000000 Binary files a/theme_aviato/static/src/img/content/s_carousel_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_carousel_2.webp b/theme_aviato/static/src/img/content/s_carousel_2.webp new file mode 100644 index 000000000..cd4642cc4 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_carousel_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_carousel_3.jpg b/theme_aviato/static/src/img/content/s_carousel_3.jpg deleted file mode 100644 index 3c57f2442..000000000 Binary files a/theme_aviato/static/src/img/content/s_carousel_3.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_carousel_3.webp b/theme_aviato/static/src/img/content/s_carousel_3.webp new file mode 100644 index 000000000..dda1facf8 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_carousel_3.webp differ diff --git a/theme_aviato/static/src/img/content/s_cover.jpg b/theme_aviato/static/src/img/content/s_cover.jpg deleted file mode 100644 index ad99e5df1..000000000 Binary files a/theme_aviato/static/src/img/content/s_cover.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_cover.webp b/theme_aviato/static/src/img/content/s_cover.webp new file mode 100644 index 000000000..894eb8b10 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_cover.webp differ diff --git a/theme_aviato/static/src/img/content/s_empowerment_default_image.jpg b/theme_aviato/static/src/img/content/s_empowerment_default_image.jpg deleted file mode 100644 index 0fc173780..000000000 Binary files a/theme_aviato/static/src/img/content/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_empowerment_default_image.webp b/theme_aviato/static/src/img/content/s_empowerment_default_image.webp new file mode 100644 index 000000000..c323146f8 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_empowerment_default_image.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_constellation_default_image.jpg b/theme_aviato/static/src/img/content/s_images_constellation_default_image.jpg deleted file mode 100644 index 1cbfdb109..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_constellation_default_image.webp b/theme_aviato/static/src/img/content/s_images_constellation_default_image.webp new file mode 100644 index 000000000..acf7daffd Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_constellation_default_image.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_constellation_default_image_1.jpg b/theme_aviato/static/src/img/content/s_images_constellation_default_image_1.jpg deleted file mode 100644 index ee9e7e09f..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_constellation_default_image_1.webp b/theme_aviato/static/src/img/content/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..5aff41008 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_constellation_default_image_1.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_constellation_default_image_2.jpg b/theme_aviato/static/src/img/content/s_images_constellation_default_image_2.jpg deleted file mode 100644 index d6eb50368..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_constellation_default_image_2.webp b/theme_aviato/static/src/img/content/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..06d70e488 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_constellation_default_image_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.jpg b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 5b9106a78..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.webp b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..840a37ff3 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.jpg b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 37ad3d654..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.webp b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..204ac9fa9 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.jpg b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 8fd480d63..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.webp b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..aab6a7a51 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.jpg b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 5c2c25cee..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.webp b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..c8230a036 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.webp differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.jpg b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 486d93b9c..000000000 Binary files a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.webp b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..cee834f60 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.webp differ diff --git a/theme_aviato/static/src/img/content/s_intro_pill_default_image.jpg b/theme_aviato/static/src/img/content/s_intro_pill_default_image.jpg deleted file mode 100644 index bc44cb12a..000000000 Binary files a/theme_aviato/static/src/img/content/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_intro_pill_default_image.webp b/theme_aviato/static/src/img/content/s_intro_pill_default_image.webp new file mode 100644 index 000000000..113226909 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_intro_pill_default_image.webp differ diff --git a/theme_aviato/static/src/img/content/s_intro_pill_default_image_2.jpg b/theme_aviato/static/src/img/content/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 7d8bc821f..000000000 Binary files a/theme_aviato/static/src/img/content/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_intro_pill_default_image_2.webp b/theme_aviato/static/src/img/content/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..3cdd4600a Binary files /dev/null and b/theme_aviato/static/src/img/content/s_intro_pill_default_image_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_kickoff_default_image.jpg b/theme_aviato/static/src/img/content/s_kickoff_default_image.jpg deleted file mode 100644 index c3cedf0a5..000000000 Binary files a/theme_aviato/static/src/img/content/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_kickoff_default_image.webp b/theme_aviato/static/src/img/content/s_kickoff_default_image.webp new file mode 100644 index 000000000..ed99ec089 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_kickoff_default_image.webp differ diff --git a/theme_aviato/static/src/img/content/s_masonry_block.jpg b/theme_aviato/static/src/img/content/s_masonry_block.jpg deleted file mode 100644 index 613931732..000000000 Binary files a/theme_aviato/static/src/img/content/s_masonry_block.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_masonry_block.webp b/theme_aviato/static/src/img/content/s_masonry_block.webp new file mode 100644 index 000000000..fdb1e39dc Binary files /dev/null and b/theme_aviato/static/src/img/content/s_masonry_block.webp differ diff --git a/theme_aviato/static/src/img/content/s_picture.jpg b/theme_aviato/static/src/img/content/s_picture.jpg deleted file mode 100644 index 93b25a2c2..000000000 Binary files a/theme_aviato/static/src/img/content/s_picture.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_picture.webp b/theme_aviato/static/src/img/content/s_picture.webp new file mode 100644 index 000000000..ee179ea0a Binary files /dev/null and b/theme_aviato/static/src/img/content/s_picture.webp differ diff --git a/theme_aviato/static/src/img/content/s_popup.jpg b/theme_aviato/static/src/img/content/s_popup.jpg deleted file mode 100644 index 346a7acc8..000000000 Binary files a/theme_aviato/static/src/img/content/s_popup.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_popup.webp b/theme_aviato/static/src/img/content/s_popup.webp new file mode 100644 index 000000000..2036276cf Binary files /dev/null and b/theme_aviato/static/src/img/content/s_popup.webp differ diff --git a/theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.jpg b/theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index 9239eacf0..000000000 Binary files a/theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.webp b/theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..4452f4a2d Binary files /dev/null and b/theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.webp differ diff --git a/theme_aviato/static/src/img/content/s_quote_1.jpg b/theme_aviato/static/src/img/content/s_quote_1.jpg deleted file mode 100644 index 412103544..000000000 Binary files a/theme_aviato/static/src/img/content/s_quote_1.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_quote_1.webp b/theme_aviato/static/src/img/content/s_quote_1.webp new file mode 100644 index 000000000..d667cd827 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_quote_1.webp differ diff --git a/theme_aviato/static/src/img/content/s_quote_2.jpg b/theme_aviato/static/src/img/content/s_quote_2.jpg deleted file mode 100644 index 3b7b21f7f..000000000 Binary files a/theme_aviato/static/src/img/content/s_quote_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_quote_2.webp b/theme_aviato/static/src/img/content/s_quote_2.webp new file mode 100644 index 000000000..bfe47879e Binary files /dev/null and b/theme_aviato/static/src/img/content/s_quote_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_quote_3.jpg b/theme_aviato/static/src/img/content/s_quote_3.jpg deleted file mode 100644 index ff09d73c0..000000000 Binary files a/theme_aviato/static/src/img/content/s_quote_3.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_quote_3.webp b/theme_aviato/static/src/img/content/s_quote_3.webp new file mode 100644 index 000000000..35d6f9c93 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_quote_3.webp differ diff --git a/theme_aviato/static/src/img/content/s_quote_bg_1.jpg b/theme_aviato/static/src/img/content/s_quote_bg_1.jpg deleted file mode 100644 index 21e2253bd..000000000 Binary files a/theme_aviato/static/src/img/content/s_quote_bg_1.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_quote_bg_1.webp b/theme_aviato/static/src/img/content/s_quote_bg_1.webp new file mode 100644 index 000000000..2a34da10c Binary files /dev/null and b/theme_aviato/static/src/img/content/s_quote_bg_1.webp differ diff --git a/theme_aviato/static/src/img/content/s_quote_bg_2.jpg b/theme_aviato/static/src/img/content/s_quote_bg_2.jpg deleted file mode 100644 index 841875864..000000000 Binary files a/theme_aviato/static/src/img/content/s_quote_bg_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_quote_bg_2.webp b/theme_aviato/static/src/img/content/s_quote_bg_2.webp new file mode 100644 index 000000000..b65bf45a2 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_quote_bg_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_quote_bg_3.jpg b/theme_aviato/static/src/img/content/s_quote_bg_3.jpg deleted file mode 100644 index 30baff1f3..000000000 Binary files a/theme_aviato/static/src/img/content/s_quote_bg_3.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_quote_bg_3.webp b/theme_aviato/static/src/img/content/s_quote_bg_3.webp new file mode 100644 index 000000000..4071f80cc Binary files /dev/null and b/theme_aviato/static/src/img/content/s_quote_bg_3.webp differ diff --git a/theme_aviato/static/src/img/content/s_quotes_carousel.jpg b/theme_aviato/static/src/img/content/s_quotes_carousel.jpg deleted file mode 100644 index 91b31c84b..000000000 Binary files a/theme_aviato/static/src/img/content/s_quotes_carousel.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_quotes_carousel.webp b/theme_aviato/static/src/img/content/s_quotes_carousel.webp new file mode 100644 index 000000000..bc432a877 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_quotes_carousel.webp differ diff --git a/theme_aviato/static/src/img/content/s_shape_image_default_image.jpg b/theme_aviato/static/src/img/content/s_shape_image_default_image.jpg deleted file mode 100644 index 3d102ee7e..000000000 Binary files a/theme_aviato/static/src/img/content/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_shape_image_default_image.webp b/theme_aviato/static/src/img/content/s_shape_image_default_image.webp new file mode 100644 index 000000000..4eb7e2289 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_shape_image_default_image.webp differ diff --git a/theme_aviato/static/src/img/content/s_split_intro_default_image.jpg b/theme_aviato/static/src/img/content/s_split_intro_default_image.jpg deleted file mode 100644 index 1dd6457be..000000000 Binary files a/theme_aviato/static/src/img/content/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_split_intro_default_image.webp b/theme_aviato/static/src/img/content/s_split_intro_default_image.webp new file mode 100644 index 000000000..acd03f8e8 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_split_intro_default_image.webp differ diff --git a/theme_aviato/static/src/img/content/s_team_1.jpg b/theme_aviato/static/src/img/content/s_team_1.jpg deleted file mode 100644 index 382c70cee..000000000 Binary files a/theme_aviato/static/src/img/content/s_team_1.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_team_1.webp b/theme_aviato/static/src/img/content/s_team_1.webp new file mode 100644 index 000000000..a639ef6b3 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_team_1.webp differ diff --git a/theme_aviato/static/src/img/content/s_team_2.jpg b/theme_aviato/static/src/img/content/s_team_2.jpg deleted file mode 100644 index b0aa6fe83..000000000 Binary files a/theme_aviato/static/src/img/content/s_team_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_team_2.webp b/theme_aviato/static/src/img/content/s_team_2.webp new file mode 100644 index 000000000..55a9bf4af Binary files /dev/null and b/theme_aviato/static/src/img/content/s_team_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_team_3.jpg b/theme_aviato/static/src/img/content/s_team_3.jpg deleted file mode 100644 index b775f0c8e..000000000 Binary files a/theme_aviato/static/src/img/content/s_team_3.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_team_3.webp b/theme_aviato/static/src/img/content/s_team_3.webp new file mode 100644 index 000000000..5dea31f58 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_team_3.webp differ diff --git a/theme_aviato/static/src/img/content/s_team_4.jpg b/theme_aviato/static/src/img/content/s_team_4.jpg deleted file mode 100644 index 6e4c05418..000000000 Binary files a/theme_aviato/static/src/img/content/s_team_4.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_team_4.webp b/theme_aviato/static/src/img/content/s_team_4.webp new file mode 100644 index 000000000..fd9a01e2a Binary files /dev/null and b/theme_aviato/static/src/img/content/s_team_4.webp differ diff --git a/theme_aviato/static/src/img/content/s_team_5.jpg b/theme_aviato/static/src/img/content/s_team_5.jpg deleted file mode 100644 index 7220056c5..000000000 Binary files a/theme_aviato/static/src/img/content/s_team_5.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_team_5.webp b/theme_aviato/static/src/img/content/s_team_5.webp new file mode 100644 index 000000000..f5fe6ceff Binary files /dev/null and b/theme_aviato/static/src/img/content/s_team_5.webp differ diff --git a/theme_aviato/static/src/img/content/s_team_6.jpg b/theme_aviato/static/src/img/content/s_team_6.jpg deleted file mode 100644 index b3280cf94..000000000 Binary files a/theme_aviato/static/src/img/content/s_team_6.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_team_6.webp b/theme_aviato/static/src/img/content/s_team_6.webp new file mode 100644 index 000000000..8f438a9ec Binary files /dev/null and b/theme_aviato/static/src/img/content/s_team_6.webp differ diff --git a/theme_aviato/static/src/img/content/s_text_cover.jpg b/theme_aviato/static/src/img/content/s_text_cover.jpg deleted file mode 100644 index 991c628a0..000000000 Binary files a/theme_aviato/static/src/img/content/s_text_cover.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_text_cover.webp b/theme_aviato/static/src/img/content/s_text_cover.webp new file mode 100644 index 000000000..c0571f4de Binary files /dev/null and b/theme_aviato/static/src/img/content/s_text_cover.webp differ diff --git a/theme_aviato/static/src/img/content/s_three_columns_1.jpg b/theme_aviato/static/src/img/content/s_three_columns_1.jpg deleted file mode 100644 index 298de9f55..000000000 Binary files a/theme_aviato/static/src/img/content/s_three_columns_1.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_three_columns_1.webp b/theme_aviato/static/src/img/content/s_three_columns_1.webp new file mode 100644 index 000000000..b13f3c1ad Binary files /dev/null and b/theme_aviato/static/src/img/content/s_three_columns_1.webp differ diff --git a/theme_aviato/static/src/img/content/s_three_columns_2.jpg b/theme_aviato/static/src/img/content/s_three_columns_2.jpg deleted file mode 100644 index e8fbe8239..000000000 Binary files a/theme_aviato/static/src/img/content/s_three_columns_2.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_three_columns_2.webp b/theme_aviato/static/src/img/content/s_three_columns_2.webp new file mode 100644 index 000000000..2ceab9a83 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_three_columns_2.webp differ diff --git a/theme_aviato/static/src/img/content/s_three_columns_3.jpg b/theme_aviato/static/src/img/content/s_three_columns_3.jpg deleted file mode 100644 index 8dfb3c742..000000000 Binary files a/theme_aviato/static/src/img/content/s_three_columns_3.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_three_columns_3.webp b/theme_aviato/static/src/img/content/s_three_columns_3.webp new file mode 100644 index 000000000..28088e7c5 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_three_columns_3.webp differ diff --git a/theme_aviato/static/src/img/content/s_wall_01.jpg b/theme_aviato/static/src/img/content/s_wall_01.jpg deleted file mode 100644 index 5b1fb2681..000000000 Binary files a/theme_aviato/static/src/img/content/s_wall_01.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_wall_01.webp b/theme_aviato/static/src/img/content/s_wall_01.webp new file mode 100644 index 000000000..db8a633a4 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_wall_01.webp differ diff --git a/theme_aviato/static/src/img/content/s_wall_02.jpg b/theme_aviato/static/src/img/content/s_wall_02.jpg deleted file mode 100644 index b5f1ab7ae..000000000 Binary files a/theme_aviato/static/src/img/content/s_wall_02.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_wall_02.webp b/theme_aviato/static/src/img/content/s_wall_02.webp new file mode 100644 index 000000000..71abe3484 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_wall_02.webp differ diff --git a/theme_aviato/static/src/img/content/s_wall_03.jpg b/theme_aviato/static/src/img/content/s_wall_03.jpg deleted file mode 100644 index 667cb974b..000000000 Binary files a/theme_aviato/static/src/img/content/s_wall_03.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_wall_03.webp b/theme_aviato/static/src/img/content/s_wall_03.webp new file mode 100644 index 000000000..c7c9db051 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_wall_03.webp differ diff --git a/theme_aviato/static/src/img/content/s_wall_04.jpg b/theme_aviato/static/src/img/content/s_wall_04.jpg deleted file mode 100644 index 498e28dc9..000000000 Binary files a/theme_aviato/static/src/img/content/s_wall_04.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_wall_04.webp b/theme_aviato/static/src/img/content/s_wall_04.webp new file mode 100644 index 000000000..6bfcc0d22 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_wall_04.webp differ diff --git a/theme_aviato/static/src/img/content/s_wall_05.jpg b/theme_aviato/static/src/img/content/s_wall_05.jpg deleted file mode 100644 index f55615081..000000000 Binary files a/theme_aviato/static/src/img/content/s_wall_05.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_wall_05.webp b/theme_aviato/static/src/img/content/s_wall_05.webp new file mode 100644 index 000000000..be17190eb Binary files /dev/null and b/theme_aviato/static/src/img/content/s_wall_05.webp differ diff --git a/theme_aviato/static/src/img/content/s_wall_06.jpg b/theme_aviato/static/src/img/content/s_wall_06.jpg deleted file mode 100644 index 56bb2c61e..000000000 Binary files a/theme_aviato/static/src/img/content/s_wall_06.jpg and /dev/null differ diff --git a/theme_aviato/static/src/img/content/s_wall_06.webp b/theme_aviato/static/src/img/content/s_wall_06.webp new file mode 100644 index 000000000..c56e8a2ab Binary files /dev/null and b/theme_aviato/static/src/img/content/s_wall_06.webp differ diff --git a/theme_aviato/views/images_library.xml b/theme_aviato/views/images_library.xml index 379479098..7ddeb7aef 100644 --- a/theme_aviato/views/images_library.xml +++ b/theme_aviato/views/images_library.xml @@ -5,418 +5,418 @@ website.s_cover_default_image website.s_cover_default_image - /theme_aviato/static/src/img/content/s_cover.jpg + /theme_aviato/static/src/img/content/s_cover.webp website.s_banner_default_image website.s_banner_default_image - /theme_aviato/static/src/img/content/s_banner.jpg + /theme_aviato/static/src/img/content/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_aviato/static/src/img/content/s_banner_2.jpg + /theme_aviato/static/src/img/content/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_aviato/static/src/img/content/s_banner_3.jpg + /theme_aviato/static/src/img/content/s_banner_3.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_aviato/static/src/img/content/s_three_columns_1.jpg + /theme_aviato/static/src/img/content/s_three_columns_1.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_aviato/static/src/img/content/s_three_columns_2.jpg + /theme_aviato/static/src/img/content/s_three_columns_2.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_aviato/static/src/img/content/s_three_columns_3.jpg + /theme_aviato/static/src/img/content/s_three_columns_3.webp website.s_picture_default_image website.s_picture_default_image - /theme_aviato/static/src/img/content/s_popup.jpg + /theme_aviato/static/src/img/content/s_popup.webp website.s_popup_default_image website.s_popup_default_image - /theme_aviato/static/src/img/content/s_popup.jpg + /theme_aviato/static/src/img/content/s_popup.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_aviato/static/src/img/content/s_masonry_block.jpg + /theme_aviato/static/src/img/content/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_aviato/static/src/img/content/s_carousel_1.jpg + /theme_aviato/static/src/img/content/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_aviato/static/src/img/content/s_carousel_2.jpg + /theme_aviato/static/src/img/content/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_aviato/static/src/img/content/s_carousel_3.jpg + /theme_aviato/static/src/img/content/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_aviato/static/src/img/content/s_banner.jpg + /theme_aviato/static/src/img/content/s_banner.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_aviato/static/src/img/content/s_quote_bg_1.jpg + /theme_aviato/static/src/img/content/s_quote_bg_1.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_aviato/static/src/img/content/s_quote_bg_3.jpg + /theme_aviato/static/src/img/content/s_quote_bg_3.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_aviato/static/src/img/content/s_carousel_1.jpg + /theme_aviato/static/src/img/content/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_aviato/static/src/img/content/s_carousel_2.jpg + /theme_aviato/static/src/img/content/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_aviato/static/src/img/content/s_carousel_3.jpg + /theme_aviato/static/src/img/content/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_aviato/static/src/img/content/media_01.jpg + /theme_aviato/static/src/img/content/media_01.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_aviato/static/src/img/content/media_02.jpg + /theme_aviato/static/src/img/content/media_02.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_aviato/static/src/img/content/media_03.jpg + /theme_aviato/static/src/img/content/media_03.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_aviato/static/src/img/content/s_banner.jpg + /theme_aviato/static/src/img/content/s_banner.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_aviato/static/src/img/content/s_carousel_2.jpg + /theme_aviato/static/src/img/content/s_carousel_2.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_aviato/static/src/img/content/s_quote_bg_2.jpg + /theme_aviato/static/src/img/content/s_quote_bg_2.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_aviato/static/src/img/content/s_quote_bg_1.jpg + /theme_aviato/static/src/img/content/s_quote_bg_1.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_aviato/static/src/img/content/s_team_1.jpg + /theme_aviato/static/src/img/content/s_team_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_aviato/static/src/img/content/s_team_2.jpg + /theme_aviato/static/src/img/content/s_team_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_aviato/static/src/img/content/s_team_3.jpg + /theme_aviato/static/src/img/content/s_team_3.webp website.s_company_team_image_4 website.s_company_team_default_image_4 - /theme_aviato/static/src/img/content/s_team_4.jpg + /theme_aviato/static/src/img/content/s_team_4.webp website.s_company_team_image_5 website.s_company_team_default_image_5 - /theme_aviato/static/src/img/content/s_team_5.jpg + /theme_aviato/static/src/img/content/s_team_5.webp website.s_company_team_image_6 website.s_company_team_default_image_6 - /theme_aviato/static/src/img/content/s_team_6.jpg + /theme_aviato/static/src/img/content/s_team_6.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_aviato/static/src/img/content/s_quote_bg_1.jpg + /theme_aviato/static/src/img/content/s_quote_bg_1.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_aviato/static/src/img/content/s_quote_bg_2.jpg + /theme_aviato/static/src/img/content/s_quote_bg_2.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_aviato/static/src/img/content/s_quote_bg_3.jpg + /theme_aviato/static/src/img/content/s_quote_bg_3.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_aviato/static/src/img/content/s_quote_1.jpg + /theme_aviato/static/src/img/content/s_quote_1.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_aviato/static/src/img/content/s_quote_2.jpg + /theme_aviato/static/src/img/content/s_quote_2.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_aviato/static/src/img/content/s_quote_3.jpg + /theme_aviato/static/src/img/content/s_quote_3.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.jpg + /theme_aviato/static/src/img/content/s_pricelist_boxed_default_background.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_aviato/static/src/img/content/s_wall_01.jpg + /theme_aviato/static/src/img/content/s_wall_01.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_aviato/static/src/img/content/s_wall_02.jpg + /theme_aviato/static/src/img/content/s_wall_02.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_aviato/static/src/img/content/s_wall_03.jpg + /theme_aviato/static/src/img/content/s_wall_03.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_aviato/static/src/img/content/s_wall_05.jpg + /theme_aviato/static/src/img/content/s_wall_05.webp website.library_image_03 website.library_image_03 - /theme_aviato/static/src/img/content/s_wall_01.jpg + /theme_aviato/static/src/img/content/s_wall_01.webp website.library_image_10 website.library_image_10 - /theme_aviato/static/src/img/content/s_wall_02.jpg + /theme_aviato/static/src/img/content/s_wall_02.webp website.library_image_13 website.library_image_13 - /theme_aviato/static/src/img/content/s_wall_03.jpg + /theme_aviato/static/src/img/content/s_wall_03.webp website.library_image_05 website.library_image_05 - /theme_aviato/static/src/img/content/s_wall_04.jpg + /theme_aviato/static/src/img/content/s_wall_04.webp website.library_image_14 website.library_image_14 - /theme_aviato/static/src/img/content/s_wall_05.jpg + /theme_aviato/static/src/img/content/s_wall_05.webp website.library_image_16 website.library_image_16 - /theme_aviato/static/src/img/content/s_wall_06.jpg + /theme_aviato/static/src/img/content/s_wall_06.webp website.library_image_08 website.library_image_08 - /theme_aviato/static/src/img/content/s_wall_05.jpg + /theme_aviato/static/src/img/content/s_wall_05.webp website.library_image_02 website.library_image_02 - /theme_aviato/static/src/img/content/s_wall_04.jpg + /theme_aviato/static/src/img/content/s_wall_04.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_aviato/static/src/img/content/s_banner.jpg + /theme_aviato/static/src/img/content/s_banner.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_aviato/static/src/img/content/s_kickoff_default_image.jpg + /theme_aviato/static/src/img/content/s_kickoff_default_image.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_aviato/static/src/img/content/s_banner.jpg + /theme_aviato/static/src/img/content/s_banner.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_aviato/static/src/img/content/s_carousel_1.jpg + /theme_aviato/static/src/img/content/s_carousel_1.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_aviato/static/src/img/content/s_carousel_3.jpg + /theme_aviato/static/src/img/content/s_carousel_3.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_aviato/static/src/img/content/s_quote_bg_3.jpg + /theme_aviato/static/src/img/content/s_quote_bg_3.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_aviato/static/src/img/content/s_intro_pill_default_image.jpg + /theme_aviato/static/src/img/content/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_aviato/static/src/img/content/s_intro_pill_default_image_2.jpg + /theme_aviato/static/src/img/content/s_intro_pill_default_image_2.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.jpg + /theme_aviato/static/src/img/content/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.jpg + /theme_aviato/static/src/img/content/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.jpg + /theme_aviato/static/src/img/content/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.jpg + /theme_aviato/static/src/img/content/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.jpg + /theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_aviato/static/src/img/content/s_shape_image_default_image.jpg + /theme_aviato/static/src/img/content/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_aviato/static/src/img/content/s_images_constellation_default_image.jpg + /theme_aviato/static/src/img/content/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_aviato/static/src/img/content/s_images_constellation_default_image_1.jpg + /theme_aviato/static/src/img/content/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_aviato/static/src/img/content/s_images_constellation_default_image_2.jpg + /theme_aviato/static/src/img/content/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_aviato/static/src/img/content/s_text_cover.jpg + /theme_aviato/static/src/img/content/s_text_cover.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_aviato/static/src/img/content/s_empowerment_default_image.jpg + /theme_aviato/static/src/img/content/s_empowerment_default_image.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_aviato/static/src/img/content/s_split_intro_default_image.jpg + /theme_aviato/static/src/img/content/s_split_intro_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_aviato/static/src/img/content/s_cover.jpg + /theme_aviato/static/src/img/content/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_aviato/static/src/img/content/s_wall_06.jpg + /theme_aviato/static/src/img/content/s_wall_06.webp diff --git a/theme_aviato/views/snippets/s_cta_box.xml b/theme_aviato/views/snippets/s_cta_box.xml index ee95ff2ec..d3843ed5e 100644 --- a/theme_aviato/views/snippets/s_cta_box.xml +++ b/theme_aviato/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_aviato/static/src/img/content/media_01.jpg + /theme_aviato/static/src/img/content/media_01.webp diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index 996079f4c..259d941fe 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -66,19 +66,19 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/beauty_description.jpg', - 'static/description/beauty_screenshot.jpg', + 'static/description/beauty_description.webp', + 'static/description/beauty_screenshot.webp', ], 'images_preview_theme': { - 'website.library_image_10': '/theme_beauty/static/src/img/snippets/library_image_10.jpg', - 'website.library_image_14': '/theme_beauty/static/src/img/snippets/library_image_14.jpg', - 'website.s_masonry_block_default_image_1': '/theme_beauty/static/src/img/snippets/s_masonry_block.jpg', - 'website.s_text_image_default_image': '/theme_beauty/static/src/img/snippets/s_text_image.jpg', - 'website.s_product_catalog_default_image': '/theme_beauty/static/src/img/snippets/s_product_catalog.jpg', - 'website.library_image_16': '/theme_beauty/static/src/img/snippets/library_image_16.jpg', - 'website.library_image_03': '/theme_beauty/static/src/img/snippets/library_image_03.jpg', - 'website.library_image_13': '/theme_beauty/static/src/img/snippets/library_image_13.jpg', - 'website.s_carousel_default_image_2': '/theme_beauty/static/src/img/snippets/s_carousel_2.jpg', + 'website.library_image_10': '/theme_beauty/static/src/img/snippets/library_image_10.webp', + 'website.library_image_14': '/theme_beauty/static/src/img/snippets/library_image_14.webp', + 'website.s_masonry_block_default_image_1': '/theme_beauty/static/src/img/snippets/s_masonry_block.webp', + 'website.s_text_image_default_image': '/theme_beauty/static/src/img/snippets/s_text_image.webp', + 'website.s_product_catalog_default_image': '/theme_beauty/static/src/img/snippets/s_product_catalog.webp', + 'website.library_image_16': '/theme_beauty/static/src/img/snippets/library_image_16.webp', + 'website.library_image_03': '/theme_beauty/static/src/img/snippets/library_image_03.webp', + 'website.library_image_13': '/theme_beauty/static/src/img/snippets/library_image_13.webp', + 'website.s_carousel_default_image_2': '/theme_beauty/static/src/img/snippets/s_carousel_2.webp', }, 'configurator_snippets': { 'homepage': ['s_intro_pill', 's_masonry_block_mosaic_template', 's_pricelist_boxed', 's_features_wall', 's_image_frame', 's_call_to_action'], diff --git a/theme_beauty/static/description/beauty_description.jpg b/theme_beauty/static/description/beauty_description.jpg deleted file mode 100644 index 5972dd034..000000000 Binary files a/theme_beauty/static/description/beauty_description.jpg and /dev/null differ diff --git a/theme_beauty/static/description/beauty_description.webp b/theme_beauty/static/description/beauty_description.webp new file mode 100644 index 000000000..8ccf99e12 Binary files /dev/null and b/theme_beauty/static/description/beauty_description.webp differ diff --git a/theme_beauty/static/description/beauty_screenshot.jpg b/theme_beauty/static/description/beauty_screenshot.jpg deleted file mode 100644 index 43d6d9008..000000000 Binary files a/theme_beauty/static/description/beauty_screenshot.jpg and /dev/null differ diff --git a/theme_beauty/static/description/beauty_screenshot.webp b/theme_beauty/static/description/beauty_screenshot.webp new file mode 100644 index 000000000..583fbadc1 Binary files /dev/null and b/theme_beauty/static/description/beauty_screenshot.webp differ diff --git a/theme_beauty/static/src/img/content/content_img_02.jpg b/theme_beauty/static/src/img/content/content_img_02.jpg deleted file mode 100644 index 8dccce14a..000000000 Binary files a/theme_beauty/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/content/content_img_02.webp b/theme_beauty/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..9f040eb0e Binary files /dev/null and b/theme_beauty/static/src/img/content/content_img_02.webp differ diff --git a/theme_beauty/static/src/img/content/content_img_03.jpg b/theme_beauty/static/src/img/content/content_img_03.jpg deleted file mode 100644 index a0eda2cc2..000000000 Binary files a/theme_beauty/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/content/content_img_03.webp b/theme_beauty/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..5c13d9029 Binary files /dev/null and b/theme_beauty/static/src/img/content/content_img_03.webp differ diff --git a/theme_beauty/static/src/img/content/content_img_07.jpg b/theme_beauty/static/src/img/content/content_img_07.jpg deleted file mode 100644 index 8b2bc56ce..000000000 Binary files a/theme_beauty/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/content/content_img_07.webp b/theme_beauty/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..b1f66c63d Binary files /dev/null and b/theme_beauty/static/src/img/content/content_img_07.webp differ diff --git a/theme_beauty/static/src/img/content/content_img_09.jpg b/theme_beauty/static/src/img/content/content_img_09.jpg deleted file mode 100644 index 23450aca3..000000000 Binary files a/theme_beauty/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/content/content_img_09.webp b/theme_beauty/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..8e829e904 Binary files /dev/null and b/theme_beauty/static/src/img/content/content_img_09.webp differ diff --git a/theme_beauty/static/src/img/content/content_img_10.jpg b/theme_beauty/static/src/img/content/content_img_10.jpg deleted file mode 100644 index da42a0e88..000000000 Binary files a/theme_beauty/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/content/content_img_10.webp b/theme_beauty/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..a1e0793fd Binary files /dev/null and b/theme_beauty/static/src/img/content/content_img_10.webp differ diff --git a/theme_beauty/static/src/img/content/content_img_11.jpg b/theme_beauty/static/src/img/content/content_img_11.jpg deleted file mode 100644 index 4fb861a58..000000000 Binary files a/theme_beauty/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/content/content_img_11.webp b/theme_beauty/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..d16f53c7a Binary files /dev/null and b/theme_beauty/static/src/img/content/content_img_11.webp differ diff --git a/theme_beauty/static/src/img/content/content_img_12.jpg b/theme_beauty/static/src/img/content/content_img_12.jpg deleted file mode 100644 index 1ea978f0c..000000000 Binary files a/theme_beauty/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/content/content_img_12.webp b/theme_beauty/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..0aaec290f Binary files /dev/null and b/theme_beauty/static/src/img/content/content_img_12.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_02.jpg b/theme_beauty/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index eb7c8b049..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_02.webp b/theme_beauty/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..729806eb3 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_03.jpg b/theme_beauty/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index 2daeb9014..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_03.webp b/theme_beauty/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..e83547b88 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_05.jpg b/theme_beauty/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index 5e17f4e1d..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_05.webp b/theme_beauty/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..01fb79801 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_07.jpg b/theme_beauty/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 73dc70b73..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_07.webp b/theme_beauty/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..0de9fd7c3 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_08.jpg b/theme_beauty/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index 4c743245a..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_08.webp b/theme_beauty/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..3038f029c Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_10.jpg b/theme_beauty/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index bd326a0be..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_10.webp b/theme_beauty/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..e8da90de4 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_11.jpg b/theme_beauty/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 3cc3294a3..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_11.webp b/theme_beauty/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..a10be92ad Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_13.jpg b/theme_beauty/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index 969cfea0d..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_13.webp b/theme_beauty/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..c05885a03 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_14.jpg b/theme_beauty/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 6fa92d0bf..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_14.webp b/theme_beauty/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..8b9e3ee87 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_beauty/static/src/img/snippets/library_image_16.jpg b/theme_beauty/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index 44ff717cd..000000000 Binary files a/theme_beauty/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/library_image_16.webp b/theme_beauty/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..cb5da2aae Binary files /dev/null and b/theme_beauty/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_banner.jpg b/theme_beauty/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 50f308805..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_banner.webp b/theme_beauty/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..bbaa2033b Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_banner.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_banner_2.jpg b/theme_beauty/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 0909e7cca..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_banner_2.webp b/theme_beauty/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..752849eb6 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_banner_3.jpg b/theme_beauty/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 10c535513..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_banner_3.webp b/theme_beauty/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..49900b133 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_carousel_1.jpg b/theme_beauty/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 973d6a2f3..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_carousel_1.webp b/theme_beauty/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..d292d2f65 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_carousel_2.jpg b/theme_beauty/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index e1ab9e621..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_carousel_2.webp b/theme_beauty/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..b433a55d0 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_carousel_3.jpg b/theme_beauty/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 0a6f0e4a8..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_carousel_3.webp b/theme_beauty/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..b15f37a22 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_1.jpg b/theme_beauty/static/src/img/snippets/s_company_team_1.jpg deleted file mode 100644 index 30cfcdfea..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_company_team_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_1.webp b/theme_beauty/static/src/img/snippets/s_company_team_1.webp new file mode 100644 index 000000000..8078df8a4 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_company_team_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_2.jpg b/theme_beauty/static/src/img/snippets/s_company_team_2.jpg deleted file mode 100644 index 43e111ac3..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_company_team_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_2.webp b/theme_beauty/static/src/img/snippets/s_company_team_2.webp new file mode 100644 index 000000000..59a2bd539 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_company_team_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_3.jpg b/theme_beauty/static/src/img/snippets/s_company_team_3.jpg deleted file mode 100644 index 513ca84dc..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_company_team_3.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_3.webp b/theme_beauty/static/src/img/snippets/s_company_team_3.webp new file mode 100644 index 000000000..80f7f6ac8 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_company_team_3.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_4.jpg b/theme_beauty/static/src/img/snippets/s_company_team_4.jpg deleted file mode 100644 index 6cb5d2ead..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_company_team_4.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_4.webp b/theme_beauty/static/src/img/snippets/s_company_team_4.webp new file mode 100644 index 000000000..e985c7c51 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_company_team_4.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_5.jpg b/theme_beauty/static/src/img/snippets/s_company_team_5.jpg deleted file mode 100644 index 84db79ab2..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_company_team_5.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_5.webp b/theme_beauty/static/src/img/snippets/s_company_team_5.webp new file mode 100644 index 000000000..b77f69544 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_company_team_5.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_6.jpg b/theme_beauty/static/src/img/snippets/s_company_team_6.jpg deleted file mode 100644 index 845bc675f..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_company_team_6.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_company_team_6.webp b/theme_beauty/static/src/img/snippets/s_company_team_6.webp new file mode 100644 index 000000000..1694527c1 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_company_team_6.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_cover.jpg b/theme_beauty/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index f8aca9650..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_cover.webp b/theme_beauty/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..a52f87617 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_cover.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_beauty/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 494248a85..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_empowerment_default_image.webp b/theme_beauty/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..92000a35f Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_image_frame_default_image.jpg b/theme_beauty/static/src/img/snippets/s_image_frame_default_image.jpg deleted file mode 100644 index 7f570988f..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_image_frame_default_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_image_frame_default_image.webp b/theme_beauty/static/src/img/snippets/s_image_frame_default_image.webp new file mode 100644 index 000000000..17dfb811b Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_image_frame_default_image.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_image_hexagonal_1.jpg b/theme_beauty/static/src/img/snippets/s_image_hexagonal_1.jpg deleted file mode 100644 index 98a8ba6f7..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_image_hexagonal_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_image_hexagonal_1.webp b/theme_beauty/static/src/img/snippets/s_image_hexagonal_1.webp new file mode 100644 index 000000000..11fafa157 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_image_hexagonal_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_image_text.jpg b/theme_beauty/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index c253f7176..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_image_text.webp b/theme_beauty/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..a401b4486 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index abc3a5312..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..3c15fc81b Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 5b6b66695..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..a87b31a5e Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 7d3c528a6..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..28f262add Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 7a758471d..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..b29de8bdb Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 7d1feab95..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..35b9be7da Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 5f9b08636..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..e75b14730 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index a86e86a5a..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..cc6bf3699 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 4276e0433..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..358a5f3a8 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_beauty/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 3cb082c87..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_beauty/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..bde4c601a Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 399c88bf4..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..6ebcabe80 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_beauty/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 3da4373e1..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_kickoff_default_image.webp b/theme_beauty/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..cabdb22b1 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_masonry_block.jpg b/theme_beauty/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index d79994aa5..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_masonry_block.webp b/theme_beauty/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..769f6eb24 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_media_list_1.jpg b/theme_beauty/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index bcbbb6447..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_media_list_1.webp b/theme_beauty/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..99a0011e5 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_media_list_2.jpg b/theme_beauty/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 3303cf301..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_media_list_2.webp b/theme_beauty/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..36cd95f63 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_media_list_3.jpg b/theme_beauty/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 18bb848e9..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_media_list_3.webp b/theme_beauty/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..7ba60e6b0 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_newsletter.jpg b/theme_beauty/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 097e510c6..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_newsletter.webp b/theme_beauty/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..b7a5c8e8f Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_parallax.jpg b/theme_beauty/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index 041f263a9..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_parallax.webp b/theme_beauty/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..517f0f588 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_picture.jpg b/theme_beauty/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 5bfcd1bad..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_picture.webp b/theme_beauty/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..77097dc91 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_picture.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_popup.jpg b/theme_beauty/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index bad5edf25..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_popup.webp b/theme_beauty/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..a102cccc2 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_popup.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.jpg b/theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index f1a556187..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.webp b/theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..f75a34b99 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_product_1.jpg b/theme_beauty/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 8be628ce7..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_product_1.webp b/theme_beauty/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..9921db021 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_product_2.jpg b/theme_beauty/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index 3ef3eba60..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_product_2.webp b/theme_beauty/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..40fa648e5 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_product_3.jpg b/theme_beauty/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 5c5a9fe46..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_product_3.webp b/theme_beauty/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..5ddeca473 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_product_4.jpg b/theme_beauty/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index 3d3402cc9..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_product_4.webp b/theme_beauty/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..68cf7a130 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_product_5.jpg b/theme_beauty/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 9f45936fa..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_product_5.webp b/theme_beauty/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..b221ef43a Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_product_6.jpg b/theme_beauty/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index be3d63cff..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_product_6.webp b/theme_beauty/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..5923e0f9d Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_product_catalog.jpg b/theme_beauty/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index c51e47806..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_product_catalog.webp b/theme_beauty/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..fb8e3c257 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_beauty/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 2af0a73cf..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_beauty/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..572103533 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_beauty/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index 9999e373a..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_beauty/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..ca1b8b10b Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.jpg b/theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.jpg deleted file mode 100644 index a7ac9c669..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.webp b/theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.webp new file mode 100644 index 000000000..526c16598 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_beauty/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index 648dcd0e5..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_shape_image_default_image.webp b/theme_beauty/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..748f33867 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_beauty/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index c047df8a8..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_split_intro_default_image.webp b/theme_beauty/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..6f0fc5523 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_beauty/static/src/img/snippets/s_text_image.jpg b/theme_beauty/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index f93575d92..000000000 Binary files a/theme_beauty/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_beauty/static/src/img/snippets/s_text_image.webp b/theme_beauty/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..4f6be7b31 Binary files /dev/null and b/theme_beauty/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_beauty/views/images.xml b/theme_beauty/views/images.xml index 89bc07f07..52b7f8d94 100644 --- a/theme_beauty/views/images.xml +++ b/theme_beauty/views/images.xml @@ -6,474 +6,474 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_beauty/static/src/img/content/content_img_02.jpg + /theme_beauty/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_beauty/static/src/img/content/content_img_03.jpg + /theme_beauty/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_beauty/static/src/img/content/content_img_07.jpg + /theme_beauty/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_beauty/static/src/img/content/content_img_09.jpg + /theme_beauty/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_beauty/static/src/img/content/content_img_10.jpg + /theme_beauty/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_beauty/static/src/img/content/content_img_11.jpg + /theme_beauty/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_beauty/static/src/img/content/content_img_12.jpg + /theme_beauty/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_beauty/static/src/img/snippets/s_banner.jpg + /theme_beauty/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_beauty/static/src/img/snippets/s_banner_2.jpg + /theme_beauty/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_beauty/static/src/img/snippets/s_banner_3.jpg + /theme_beauty/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_beauty/static/src/img/snippets/s_popup.jpg + /theme_beauty/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_beauty/static/src/img/snippets/s_cover.jpg + /theme_beauty/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_beauty/static/src/img/snippets/s_text_image.jpg + /theme_beauty/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_beauty/static/src/img/snippets/s_image_text.jpg + /theme_beauty/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_beauty/static/src/img/snippets/s_picture.jpg + /theme_beauty/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_beauty/static/src/img/snippets/library_image_11.jpg + /theme_beauty/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_beauty/static/src/img/snippets/library_image_13.jpg + /theme_beauty/static/src/img/snippets/library_image_13.webp website.library_image_07 website.library_image_07 - /theme_beauty/static/src/img/snippets/library_image_07.jpg + /theme_beauty/static/src/img/snippets/library_image_07.webp website.library_image_08 website.library_image_08 - /theme_beauty/static/src/img/snippets/library_image_08.jpg + /theme_beauty/static/src/img/snippets/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_beauty/static/src/img/snippets/library_image_03.jpg + /theme_beauty/static/src/img/snippets/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_beauty/static/src/img/snippets/library_image_02.jpg + /theme_beauty/static/src/img/snippets/library_image_02.webp website.library_image_10 website.library_image_10 - /theme_beauty/static/src/img/snippets/library_image_10.jpg + /theme_beauty/static/src/img/snippets/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_beauty/static/src/img/snippets/library_image_05.jpg + /theme_beauty/static/src/img/snippets/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_beauty/static/src/img/snippets/library_image_14.jpg + /theme_beauty/static/src/img/snippets/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_beauty/static/src/img/snippets/library_image_16.jpg + /theme_beauty/static/src/img/snippets/library_image_16.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_beauty/static/src/img/snippets/s_masonry_block.jpg + /theme_beauty/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_beauty/static/src/img/snippets/s_carousel_1.jpg + /theme_beauty/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_beauty/static/src/img/snippets/s_carousel_2.jpg + /theme_beauty/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_beauty/static/src/img/snippets/s_carousel_3.jpg + /theme_beauty/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_beauty/static/src/img/snippets/library_image_08.jpg + /theme_beauty/static/src/img/snippets/library_image_08.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_beauty/static/src/img/snippets/s_parallax.jpg + /theme_beauty/static/src/img/snippets/s_parallax.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_beauty/static/src/img/snippets/library_image_02.jpg + /theme_beauty/static/src/img/snippets/library_image_02.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_beauty/static/src/img/snippets/s_carousel_1.jpg + /theme_beauty/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_beauty/static/src/img/snippets/s_carousel_2.jpg + /theme_beauty/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_beauty/static/src/img/snippets/s_carousel_3.jpg + /theme_beauty/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_beauty/static/src/img/snippets/s_media_list_1.jpg + /theme_beauty/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_beauty/static/src/img/snippets/s_media_list_2.jpg + /theme_beauty/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_beauty/static/src/img/snippets/s_media_list_3.jpg + /theme_beauty/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_beauty/static/src/img/snippets/s_parallax.jpg + /theme_beauty/static/src/img/snippets/s_parallax.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_beauty/static/src/img/snippets/s_product_catalog.jpg + /theme_beauty/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_beauty/static/src/img/snippets/s_product_1.jpg + /theme_beauty/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_beauty/static/src/img/snippets/s_product_2.jpg + /theme_beauty/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_beauty/static/src/img/snippets/s_product_3.jpg + /theme_beauty/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_beauty/static/src/img/snippets/s_product_4.jpg + /theme_beauty/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_beauty/static/src/img/snippets/s_product_5.jpg + /theme_beauty/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_beauty/static/src/img/snippets/s_product_6.jpg + /theme_beauty/static/src/img/snippets/s_product_6.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_beauty/static/src/img/snippets/s_company_team_1.jpg + /theme_beauty/static/src/img/snippets/s_company_team_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_beauty/static/src/img/snippets/s_company_team_2.jpg + /theme_beauty/static/src/img/snippets/s_company_team_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_beauty/static/src/img/snippets/s_company_team_3.jpg + /theme_beauty/static/src/img/snippets/s_company_team_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_beauty/static/src/img/snippets/s_company_team_4.jpg + /theme_beauty/static/src/img/snippets/s_company_team_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_beauty/static/src/img/snippets/s_company_team_5.jpg + /theme_beauty/static/src/img/snippets/s_company_team_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_beauty/static/src/img/snippets/s_company_team_6.jpg + /theme_beauty/static/src/img/snippets/s_company_team_6.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.jpg + /theme_beauty/static/src/img/snippets/s_quotes_carousel_demo_image_0.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_beauty/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_beauty/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_beauty/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_beauty/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_beauty/static/src/img/snippets/s_company_team_3.jpg + /theme_beauty/static/src/img/snippets/s_company_team_3.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_beauty/static/src/img/snippets/s_company_team_1.jpg + /theme_beauty/static/src/img/snippets/s_company_team_1.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_beauty/static/src/img/snippets/s_company_team_4.jpg + /theme_beauty/static/src/img/snippets/s_company_team_4.webp website.library_image_17 website.library_image_17 - /theme_beauty/static/src/img/snippets/s_newsletter.jpg + /theme_beauty/static/src/img/snippets/s_newsletter.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_beauty/static/src/img/snippets/s_masonry_block.jpg + /theme_beauty/static/src/img/snippets/s_masonry_block.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_beauty/static/src/img/snippets/library_image_02.jpg + /theme_beauty/static/src/img/snippets/library_image_02.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_beauty/static/src/img/content/content_img_09.jpg + /theme_beauty/static/src/img/content/content_img_09.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_beauty/static/src/img/content/content_img_07.jpg + /theme_beauty/static/src/img/content/content_img_07.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_beauty/static/src/img/snippets/s_popup.jpg + /theme_beauty/static/src/img/snippets/s_popup.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_beauty/static/src/img/snippets/s_image_hexagonal_1.jpg + /theme_beauty/static/src/img/snippets/s_image_hexagonal_1.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_beauty/static/src/img/snippets/s_carousel_1.jpg + /theme_beauty/static/src/img/snippets/s_carousel_1.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_beauty/static/src/img/snippets/s_media_list_2.jpg + /theme_beauty/static/src/img/snippets/s_media_list_2.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_beauty/static/src/img/snippets/s_product_2.jpg + /theme_beauty/static/src/img/snippets/s_product_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_beauty/static/src/img/snippets/s_media_list_3.jpg + /theme_beauty/static/src/img/snippets/s_media_list_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_beauty/static/src/img/snippets/s_product_4.jpg + /theme_beauty/static/src/img/snippets/s_product_4.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_beauty/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_beauty/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_beauty/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_beauty/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_beauty/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_beauty/static/src/img/snippets/library_image_02.jpg + /theme_beauty/static/src/img/snippets/library_image_02.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_beauty/static/src/img/snippets/library_image_03.jpg + /theme_beauty/static/src/img/snippets/library_image_03.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_beauty/static/src/img/snippets/library_image_05.jpg + /theme_beauty/static/src/img/snippets/library_image_05.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_beauty/static/src/img/snippets/library_image_08.jpg + /theme_beauty/static/src/img/snippets/library_image_08.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_beauty/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_beauty/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_beauty/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_beauty/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_beauty/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_beauty/static/src/img/snippets/library_image_02.jpg + /theme_beauty/static/src/img/snippets/library_image_02.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_beauty/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_beauty/static/src/img/snippets/s_empowerment_default_image.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_beauty/static/src/img/snippets/library_image_16.jpg + /theme_beauty/static/src/img/snippets/library_image_16.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_beauty/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_image_frame_default_image website.s_image_frame_default_image - /theme_beauty/static/src/img/snippets/s_image_frame_default_image.jpg + /theme_beauty/static/src/img/snippets/s_image_frame_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_beauty/static/src/img/snippets/s_cover.jpg + /theme_beauty/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_beauty/static/src/img/snippets/library_image_02.jpg + /theme_beauty/static/src/img/snippets/library_image_02.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_beauty/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_beauty/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_beauty/views/snippets/s_accordion_image.xml b/theme_beauty/views/snippets/s_accordion_image.xml index df468e198..6283fc0af 100644 --- a/theme_beauty/views/snippets/s_accordion_image.xml +++ b/theme_beauty/views/snippets/s_accordion_image.xml @@ -8,7 +8,7 @@ /web_editor/image_shape/website.s_accordion_image_default_image/web_editor/geometric_round/geo_round_blob_soft.svg web_editor/geometric_round/geo_round_blob_soft - image/jpeg + image/webp s_accordion_image_default_image.svg ;;;; diff --git a/theme_beauty/views/snippets/s_cta_box.xml b/theme_beauty/views/snippets/s_cta_box.xml index fd4e061d4..97716afc3 100644 --- a/theme_beauty/views/snippets/s_cta_box.xml +++ b/theme_beauty/views/snippets/s_cta_box.xml @@ -12,7 +12,7 @@ - /theme_beauty/static/src/img/snippets/library_image_16.jpg + /theme_beauty/static/src/img/snippets/library_image_16.webp diff --git a/theme_beauty/views/snippets/s_image_text.xml b/theme_beauty/views/snippets/s_image_text.xml index 32f6ab159..accb77ca7 100644 --- a/theme_beauty/views/snippets/s_image_text.xml +++ b/theme_beauty/views/snippets/s_image_text.xml @@ -6,7 +6,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/pattern/pattern_wave_3.svg?c1=o-color-1&c3=o-color-4 web_editor/pattern/pattern_wave_3 - image/jpeg + image/webp s_image_text.svg o-color-1;;o-color-4;; diff --git a/theme_beauty/views/snippets/s_media_list.xml b/theme_beauty/views/snippets/s_media_list.xml index 817b02312..58387a5e2 100644 --- a/theme_beauty/views/snippets/s_media_list.xml +++ b/theme_beauty/views/snippets/s_media_list.xml @@ -10,7 +10,7 @@ /web_editor/image_shape/website.s_media_list_default_image_1/web_editor/composition/composition_line_2.svg?c1=o-color-1 web_editor/composition/composition_line_2 - image/jpeg + image/webp s_media_list_1.svg o-color-1;;;; @@ -18,7 +18,7 @@ /web_editor/image_shape/website.s_media_list_default_image_2/web_editor/composition/composition_line_3.svg?c1=o-color-1&c2=o-color-2&c5=o-color-3 web_editor/composition/composition_line_3 - image/jpeg + image/webp s_media_list_2.svg o-color-1;o-color-2;;;o-color-3 @@ -26,7 +26,7 @@ /web_editor/image_shape/website.s_media_list_default_image_3/web_editor/composition/composition_line_2.svg?c2=o-color-2 web_editor/composition/composition_line_2 - image/jpeg + image/webp s_media_list_3.svg ;o-color-2;;; diff --git a/theme_beauty/views/snippets/s_text_image.xml b/theme_beauty/views/snippets/s_text_image.xml index ffea66d3a..b099610d8 100644 --- a/theme_beauty/views/snippets/s_text_image.xml +++ b/theme_beauty/views/snippets/s_text_image.xml @@ -20,7 +20,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/pattern/pattern_wave_4.svg?c1=o-color-1&c2=o-color-2&c3=o-color-3&c5=o-color-1 web_editor/pattern/pattern_wave_4 - image/jpeg + image/webp s_text_image.svg o-color-1;o-color-2;o-color-3;;o-color-1 diff --git a/theme_bewise/__manifest__.py b/theme_bewise/__manifest__.py index 18d8d2030..36e5f5cf9 100644 --- a/theme_bewise/__manifest__.py +++ b/theme_bewise/__manifest__.py @@ -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'], diff --git a/theme_bewise/static/description/bewise_description.jpg b/theme_bewise/static/description/bewise_description.jpg deleted file mode 100644 index d99bfbcd3..000000000 Binary files a/theme_bewise/static/description/bewise_description.jpg and /dev/null differ diff --git a/theme_bewise/static/description/bewise_description.webp b/theme_bewise/static/description/bewise_description.webp new file mode 100644 index 000000000..ccdaece4a Binary files /dev/null and b/theme_bewise/static/description/bewise_description.webp differ diff --git a/theme_bewise/static/description/bewise_screenshot.jpg b/theme_bewise/static/description/bewise_screenshot.jpg deleted file mode 100644 index 0006a8c2f..000000000 Binary files a/theme_bewise/static/description/bewise_screenshot.jpg and /dev/null differ diff --git a/theme_bewise/static/description/bewise_screenshot.webp b/theme_bewise/static/description/bewise_screenshot.webp new file mode 100644 index 000000000..73a14ff22 Binary files /dev/null and b/theme_bewise/static/description/bewise_screenshot.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg.jpg b/theme_bewise/static/src/img/backgrounds/college_bg.jpg deleted file mode 100644 index 00dcc5152..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_bg.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg.webp b/theme_bewise/static/src/img/backgrounds/college_bg.webp new file mode 100644 index 000000000..f70093481 Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_bg.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_2.jpg b/theme_bewise/static/src/img/backgrounds/college_bg_2.jpg deleted file mode 100644 index 5b5c5a5bf..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_bg_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_2.webp b/theme_bewise/static/src/img/backgrounds/college_bg_2.webp new file mode 100644 index 000000000..a5e567483 Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_bg_2.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_3.jpg b/theme_bewise/static/src/img/backgrounds/college_bg_3.jpg deleted file mode 100644 index 39c7342e1..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_bg_3.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_3.webp b/theme_bewise/static/src/img/backgrounds/college_bg_3.webp new file mode 100644 index 000000000..288f3e638 Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_bg_3.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_4.jpg b/theme_bewise/static/src/img/backgrounds/college_bg_4.jpg deleted file mode 100644 index f49b681f1..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_bg_4.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_4.webp b/theme_bewise/static/src/img/backgrounds/college_bg_4.webp new file mode 100644 index 000000000..485088621 Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_bg_4.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_5.jpg b/theme_bewise/static/src/img/backgrounds/college_bg_5.jpg deleted file mode 100644 index 582509db7..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_bg_5.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_5.webp b/theme_bewise/static/src/img/backgrounds/college_bg_5.webp new file mode 100644 index 000000000..c910c1d7e Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_bg_5.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_6.jpg b/theme_bewise/static/src/img/backgrounds/college_bg_6.jpg deleted file mode 100644 index bea4812dd..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_bg_6.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_6.webp b/theme_bewise/static/src/img/backgrounds/college_bg_6.webp new file mode 100644 index 000000000..58a91b220 Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_bg_6.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_7.jpg b/theme_bewise/static/src/img/backgrounds/college_bg_7.jpg deleted file mode 100644 index 578073ef5..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_bg_7.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_bg_7.webp b/theme_bewise/static/src/img/backgrounds/college_bg_7.webp new file mode 100644 index 000000000..a0bc17ed6 Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_bg_7.webp differ diff --git a/theme_bewise/static/src/img/backgrounds/college_parallax.jpg b/theme_bewise/static/src/img/backgrounds/college_parallax.jpg deleted file mode 100644 index 100e49143..000000000 Binary files a/theme_bewise/static/src/img/backgrounds/college_parallax.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/backgrounds/college_parallax.webp b/theme_bewise/static/src/img/backgrounds/college_parallax.webp new file mode 100644 index 000000000..ab300194d Binary files /dev/null and b/theme_bewise/static/src/img/backgrounds/college_parallax.webp differ diff --git a/theme_bewise/static/src/img/content/college_carousel_1.jpg b/theme_bewise/static/src/img/content/college_carousel_1.jpg deleted file mode 100644 index d6cada891..000000000 Binary files a/theme_bewise/static/src/img/content/college_carousel_1.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_carousel_1.webp b/theme_bewise/static/src/img/content/college_carousel_1.webp new file mode 100644 index 000000000..e5003bbfe Binary files /dev/null and b/theme_bewise/static/src/img/content/college_carousel_1.webp differ diff --git a/theme_bewise/static/src/img/content/college_carousel_2.jpg b/theme_bewise/static/src/img/content/college_carousel_2.jpg deleted file mode 100644 index cd751fe3a..000000000 Binary files a/theme_bewise/static/src/img/content/college_carousel_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_carousel_2.webp b/theme_bewise/static/src/img/content/college_carousel_2.webp new file mode 100644 index 000000000..f00120692 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_carousel_2.webp differ diff --git a/theme_bewise/static/src/img/content/college_carousel_3.jpg b/theme_bewise/static/src/img/content/college_carousel_3.jpg deleted file mode 100644 index 4fd5c47a6..000000000 Binary files a/theme_bewise/static/src/img/content/college_carousel_3.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_carousel_3.webp b/theme_bewise/static/src/img/content/college_carousel_3.webp new file mode 100644 index 000000000..57abcecb8 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_carousel_3.webp differ diff --git a/theme_bewise/static/src/img/content/college_graduate.jpg b/theme_bewise/static/src/img/content/college_graduate.jpg deleted file mode 100644 index 0811f8b42..000000000 Binary files a/theme_bewise/static/src/img/content/college_graduate.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_graduate.webp b/theme_bewise/static/src/img/content/college_graduate.webp new file mode 100644 index 000000000..0e2f07157 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_graduate.webp differ diff --git a/theme_bewise/static/src/img/content/college_graduate_2.jpg b/theme_bewise/static/src/img/content/college_graduate_2.jpg deleted file mode 100644 index b9300d6fe..000000000 Binary files a/theme_bewise/static/src/img/content/college_graduate_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_graduate_2.webp b/theme_bewise/static/src/img/content/college_graduate_2.webp new file mode 100644 index 000000000..4afb03eb2 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_graduate_2.webp differ diff --git a/theme_bewise/static/src/img/content/college_lab.jpg b/theme_bewise/static/src/img/content/college_lab.jpg deleted file mode 100644 index c425e88ba..000000000 Binary files a/theme_bewise/static/src/img/content/college_lab.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_lab.webp b/theme_bewise/static/src/img/content/college_lab.webp new file mode 100644 index 000000000..91749a214 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_lab.webp differ diff --git a/theme_bewise/static/src/img/content/college_lab_2.jpg b/theme_bewise/static/src/img/content/college_lab_2.jpg deleted file mode 100644 index 51f08c7ad..000000000 Binary files a/theme_bewise/static/src/img/content/college_lab_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_lab_2.webp b/theme_bewise/static/src/img/content/college_lab_2.webp new file mode 100644 index 000000000..8fae1e9ce Binary files /dev/null and b/theme_bewise/static/src/img/content/college_lab_2.webp differ diff --git a/theme_bewise/static/src/img/content/college_library.jpg b/theme_bewise/static/src/img/content/college_library.jpg deleted file mode 100644 index 33a25af55..000000000 Binary files a/theme_bewise/static/src/img/content/college_library.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_library.webp b/theme_bewise/static/src/img/content/college_library.webp new file mode 100644 index 000000000..f56e530d3 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_library.webp differ diff --git a/theme_bewise/static/src/img/content/college_media_1.jpg b/theme_bewise/static/src/img/content/college_media_1.jpg deleted file mode 100644 index b01a97935..000000000 Binary files a/theme_bewise/static/src/img/content/college_media_1.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_media_1.webp b/theme_bewise/static/src/img/content/college_media_1.webp new file mode 100644 index 000000000..33958dcc0 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_media_1.webp differ diff --git a/theme_bewise/static/src/img/content/college_media_2.jpg b/theme_bewise/static/src/img/content/college_media_2.jpg deleted file mode 100644 index 716c1c615..000000000 Binary files a/theme_bewise/static/src/img/content/college_media_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_media_2.webp b/theme_bewise/static/src/img/content/college_media_2.webp new file mode 100644 index 000000000..9a0faf4d2 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_media_2.webp differ diff --git a/theme_bewise/static/src/img/content/college_media_3.jpg b/theme_bewise/static/src/img/content/college_media_3.jpg deleted file mode 100644 index 90ddbd252..000000000 Binary files a/theme_bewise/static/src/img/content/college_media_3.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_media_3.webp b/theme_bewise/static/src/img/content/college_media_3.webp new file mode 100644 index 000000000..48df6b762 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_media_3.webp differ diff --git a/theme_bewise/static/src/img/content/college_students.jpg b/theme_bewise/static/src/img/content/college_students.jpg deleted file mode 100644 index 42f8c0fe6..000000000 Binary files a/theme_bewise/static/src/img/content/college_students.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/college_students.webp b/theme_bewise/static/src/img/content/college_students.webp new file mode 100644 index 000000000..7901bef90 Binary files /dev/null and b/theme_bewise/static/src/img/content/college_students.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_25.jpg b/theme_bewise/static/src/img/content/content_img_25.jpg deleted file mode 100644 index 6d4bcd586..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_25.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_25.webp b/theme_bewise/static/src/img/content/content_img_25.webp new file mode 100644 index 000000000..449d1faa2 Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_25.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_32.jpg b/theme_bewise/static/src/img/content/content_img_32.jpg deleted file mode 100644 index 6490c52ce..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_32.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_32.webp b/theme_bewise/static/src/img/content/content_img_32.webp new file mode 100644 index 000000000..791de65f0 Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_32.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_33.jpg b/theme_bewise/static/src/img/content/content_img_33.jpg deleted file mode 100644 index e52cdc581..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_33.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_33.webp b/theme_bewise/static/src/img/content/content_img_33.webp new file mode 100644 index 000000000..533604c87 Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_33.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_34.jpg b/theme_bewise/static/src/img/content/content_img_34.jpg deleted file mode 100644 index e085964c4..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_34.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_34.webp b/theme_bewise/static/src/img/content/content_img_34.webp new file mode 100644 index 000000000..d92e5dfc4 Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_34.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_35.jpg b/theme_bewise/static/src/img/content/content_img_35.jpg deleted file mode 100644 index be2f668a8..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_35.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_35.webp b/theme_bewise/static/src/img/content/content_img_35.webp new file mode 100644 index 000000000..e4900576e Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_35.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_36.jpg b/theme_bewise/static/src/img/content/content_img_36.jpg deleted file mode 100644 index 15466be82..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_36.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_36.webp b/theme_bewise/static/src/img/content/content_img_36.webp new file mode 100644 index 000000000..54f9ffcbe Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_36.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_37.jpg b/theme_bewise/static/src/img/content/content_img_37.jpg deleted file mode 100644 index c0a6a3609..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_37.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_37.webp b/theme_bewise/static/src/img/content/content_img_37.webp new file mode 100644 index 000000000..7794eef8b Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_37.webp differ diff --git a/theme_bewise/static/src/img/content/content_img_38.jpg b/theme_bewise/static/src/img/content/content_img_38.jpg deleted file mode 100644 index 9cf6f8758..000000000 Binary files a/theme_bewise/static/src/img/content/content_img_38.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/content_img_38.webp b/theme_bewise/static/src/img/content/content_img_38.webp new file mode 100644 index 000000000..6c5fd5f9d Binary files /dev/null and b/theme_bewise/static/src/img/content/content_img_38.webp differ diff --git a/theme_bewise/static/src/img/content/library_image_02.jpg b/theme_bewise/static/src/img/content/library_image_02.jpg deleted file mode 100644 index 6e6add2eb..000000000 Binary files a/theme_bewise/static/src/img/content/library_image_02.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/library_image_02.webp b/theme_bewise/static/src/img/content/library_image_02.webp new file mode 100644 index 000000000..c2f3edcec Binary files /dev/null and b/theme_bewise/static/src/img/content/library_image_02.webp differ diff --git a/theme_bewise/static/src/img/content/library_image_03.jpg b/theme_bewise/static/src/img/content/library_image_03.jpg deleted file mode 100644 index f34602958..000000000 Binary files a/theme_bewise/static/src/img/content/library_image_03.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/library_image_03.webp b/theme_bewise/static/src/img/content/library_image_03.webp new file mode 100644 index 000000000..81dbc316f Binary files /dev/null and b/theme_bewise/static/src/img/content/library_image_03.webp differ diff --git a/theme_bewise/static/src/img/content/library_image_05.jpg b/theme_bewise/static/src/img/content/library_image_05.jpg deleted file mode 100644 index b7b024a47..000000000 Binary files a/theme_bewise/static/src/img/content/library_image_05.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/library_image_05.webp b/theme_bewise/static/src/img/content/library_image_05.webp new file mode 100644 index 000000000..d321e8a79 Binary files /dev/null and b/theme_bewise/static/src/img/content/library_image_05.webp differ diff --git a/theme_bewise/static/src/img/content/library_image_08.jpg b/theme_bewise/static/src/img/content/library_image_08.jpg deleted file mode 100644 index 8f5ae46e2..000000000 Binary files a/theme_bewise/static/src/img/content/library_image_08.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/library_image_08.webp b/theme_bewise/static/src/img/content/library_image_08.webp new file mode 100644 index 000000000..31868cc4f Binary files /dev/null and b/theme_bewise/static/src/img/content/library_image_08.webp differ diff --git a/theme_bewise/static/src/img/content/library_image_10.jpg b/theme_bewise/static/src/img/content/library_image_10.jpg deleted file mode 100644 index 56c6a3268..000000000 Binary files a/theme_bewise/static/src/img/content/library_image_10.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/library_image_10.webp b/theme_bewise/static/src/img/content/library_image_10.webp new file mode 100644 index 000000000..ef8bc23e5 Binary files /dev/null and b/theme_bewise/static/src/img/content/library_image_10.webp differ diff --git a/theme_bewise/static/src/img/content/library_image_14.jpg b/theme_bewise/static/src/img/content/library_image_14.jpg deleted file mode 100644 index 3be6f71ab..000000000 Binary files a/theme_bewise/static/src/img/content/library_image_14.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/library_image_14.webp b/theme_bewise/static/src/img/content/library_image_14.webp new file mode 100644 index 000000000..1bff033b1 Binary files /dev/null and b/theme_bewise/static/src/img/content/library_image_14.webp differ diff --git a/theme_bewise/static/src/img/content/library_image_16.jpg b/theme_bewise/static/src/img/content/library_image_16.jpg deleted file mode 100644 index 96dc30b73..000000000 Binary files a/theme_bewise/static/src/img/content/library_image_16.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/library_image_16.webp b/theme_bewise/static/src/img/content/library_image_16.webp new file mode 100644 index 000000000..993b15e47 Binary files /dev/null and b/theme_bewise/static/src/img/content/library_image_16.webp differ diff --git a/theme_bewise/static/src/img/content/s_empowerment_default_image.jpg b/theme_bewise/static/src/img/content/s_empowerment_default_image.jpg deleted file mode 100644 index 0f9a09169..000000000 Binary files a/theme_bewise/static/src/img/content/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_empowerment_default_image.webp b/theme_bewise/static/src/img/content/s_empowerment_default_image.webp new file mode 100644 index 000000000..b000a5d37 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_empowerment_default_image.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_constellation_default_image.jpg b/theme_bewise/static/src/img/content/s_images_constellation_default_image.jpg deleted file mode 100644 index 6f8dcef98..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_constellation_default_image.webp b/theme_bewise/static/src/img/content/s_images_constellation_default_image.webp new file mode 100644 index 000000000..1155dbfba Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_constellation_default_image.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_constellation_default_image_1.jpg b/theme_bewise/static/src/img/content/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 96b917bdc..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_constellation_default_image_1.webp b/theme_bewise/static/src/img/content/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..13ea66522 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_constellation_default_image_1.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_constellation_default_image_2.jpg b/theme_bewise/static/src/img/content/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 3404918e2..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_constellation_default_image_2.webp b/theme_bewise/static/src/img/content/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..8be8dbc67 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_constellation_default_image_2.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.jpg b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index de7ab6788..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.webp b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..c0136faf9 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.jpg b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 697e9c732..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.webp b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..5ee130ac2 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.jpg b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index f87dbba89..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.webp b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..091d5c835 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.jpg b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 8c95583e1..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.webp b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..2bb591d59 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.webp differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.jpg b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 4fefddbd5..000000000 Binary files a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.webp b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..171020616 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.webp differ diff --git a/theme_bewise/static/src/img/content/s_intro_pill_default_image.jpg b/theme_bewise/static/src/img/content/s_intro_pill_default_image.jpg deleted file mode 100644 index 5e67876e8..000000000 Binary files a/theme_bewise/static/src/img/content/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_intro_pill_default_image.webp b/theme_bewise/static/src/img/content/s_intro_pill_default_image.webp new file mode 100644 index 000000000..9af1bfc59 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_intro_pill_default_image.webp differ diff --git a/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.jpg b/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 27045628b..000000000 Binary files a/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.webp b/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..a49cb616b Binary files /dev/null and b/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.webp differ diff --git a/theme_bewise/static/src/img/content/s_kickoff_default_image.jpg b/theme_bewise/static/src/img/content/s_kickoff_default_image.jpg deleted file mode 100644 index e5a8359eb..000000000 Binary files a/theme_bewise/static/src/img/content/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_kickoff_default_image.webp b/theme_bewise/static/src/img/content/s_kickoff_default_image.webp new file mode 100644 index 000000000..e5079e13f Binary files /dev/null and b/theme_bewise/static/src/img/content/s_kickoff_default_image.webp differ diff --git a/theme_bewise/static/src/img/content/s_popup.jpg b/theme_bewise/static/src/img/content/s_popup.jpg deleted file mode 100644 index 83911f1cc..000000000 Binary files a/theme_bewise/static/src/img/content/s_popup.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_popup.webp b/theme_bewise/static/src/img/content/s_popup.webp new file mode 100644 index 000000000..0cb4d405a Binary files /dev/null and b/theme_bewise/static/src/img/content/s_popup.webp differ diff --git a/theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.jpg b/theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index be747e84d..000000000 Binary files a/theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.webp b/theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..a2a55cb2b Binary files /dev/null and b/theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.webp differ diff --git a/theme_bewise/static/src/img/content/s_shape_image_default_image.jpg b/theme_bewise/static/src/img/content/s_shape_image_default_image.jpg deleted file mode 100644 index 38b3ff2f1..000000000 Binary files a/theme_bewise/static/src/img/content/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_shape_image_default_image.webp b/theme_bewise/static/src/img/content/s_shape_image_default_image.webp new file mode 100644 index 000000000..846588871 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_shape_image_default_image.webp differ diff --git a/theme_bewise/static/src/img/content/s_split_intro_default_image.jpg b/theme_bewise/static/src/img/content/s_split_intro_default_image.jpg deleted file mode 100644 index bb6842e95..000000000 Binary files a/theme_bewise/static/src/img/content/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/s_split_intro_default_image.webp b/theme_bewise/static/src/img/content/s_split_intro_default_image.webp new file mode 100644 index 000000000..68f545865 Binary files /dev/null and b/theme_bewise/static/src/img/content/s_split_intro_default_image.webp differ diff --git a/theme_bewise/static/src/img/content/uiface_1.jpg b/theme_bewise/static/src/img/content/uiface_1.jpg deleted file mode 100644 index 026d5e3bf..000000000 Binary files a/theme_bewise/static/src/img/content/uiface_1.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/uiface_1.webp b/theme_bewise/static/src/img/content/uiface_1.webp new file mode 100644 index 000000000..f5ddbbd8b Binary files /dev/null and b/theme_bewise/static/src/img/content/uiface_1.webp differ diff --git a/theme_bewise/static/src/img/content/uiface_2.jpg b/theme_bewise/static/src/img/content/uiface_2.jpg deleted file mode 100644 index 50815dff2..000000000 Binary files a/theme_bewise/static/src/img/content/uiface_2.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/uiface_2.webp b/theme_bewise/static/src/img/content/uiface_2.webp new file mode 100644 index 000000000..492a38867 Binary files /dev/null and b/theme_bewise/static/src/img/content/uiface_2.webp differ diff --git a/theme_bewise/static/src/img/content/uiface_3.jpg b/theme_bewise/static/src/img/content/uiface_3.jpg deleted file mode 100644 index 00141a04b..000000000 Binary files a/theme_bewise/static/src/img/content/uiface_3.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/uiface_3.webp b/theme_bewise/static/src/img/content/uiface_3.webp new file mode 100644 index 000000000..1e02cd099 Binary files /dev/null and b/theme_bewise/static/src/img/content/uiface_3.webp differ diff --git a/theme_bewise/static/src/img/content/uiface_4.jpg b/theme_bewise/static/src/img/content/uiface_4.jpg deleted file mode 100644 index b7312e866..000000000 Binary files a/theme_bewise/static/src/img/content/uiface_4.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/uiface_4.webp b/theme_bewise/static/src/img/content/uiface_4.webp new file mode 100644 index 000000000..3b9bdd891 Binary files /dev/null and b/theme_bewise/static/src/img/content/uiface_4.webp differ diff --git a/theme_bewise/static/src/img/content/uiface_5.jpg b/theme_bewise/static/src/img/content/uiface_5.jpg deleted file mode 100644 index 31b957750..000000000 Binary files a/theme_bewise/static/src/img/content/uiface_5.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/uiface_5.webp b/theme_bewise/static/src/img/content/uiface_5.webp new file mode 100644 index 000000000..b32f6dfe1 Binary files /dev/null and b/theme_bewise/static/src/img/content/uiface_5.webp differ diff --git a/theme_bewise/static/src/img/content/uiface_6.jpg b/theme_bewise/static/src/img/content/uiface_6.jpg deleted file mode 100644 index 322fe3bf0..000000000 Binary files a/theme_bewise/static/src/img/content/uiface_6.jpg and /dev/null differ diff --git a/theme_bewise/static/src/img/content/uiface_6.webp b/theme_bewise/static/src/img/content/uiface_6.webp new file mode 100644 index 000000000..3d89c492f Binary files /dev/null and b/theme_bewise/static/src/img/content/uiface_6.webp differ diff --git a/theme_bewise/views/customizations.xml b/theme_bewise/views/customizations.xml index 824730118..865a7b32b 100644 --- a/theme_bewise/views/customizations.xml +++ b/theme_bewise/views/customizations.xml @@ -271,7 +271,7 @@ - /theme_bewise/static/src/img/content/college_students.jpg + /theme_bewise/static/src/img/content/college_students.webp diff --git a/theme_bewise/views/image_content.xml b/theme_bewise/views/image_content.xml index 859faef5b..a6ad69796 100644 --- a/theme_bewise/views/image_content.xml +++ b/theme_bewise/views/image_content.xml @@ -5,432 +5,432 @@ website.s_banner_default_image website.s_banner_default_image - /theme_bewise/static/src/img/backgrounds/college_bg_2.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_2.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_bewise/static/src/img/backgrounds/college_bg_6.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_6.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_bewise/static/src/img/backgrounds/college_bg_7.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_7.webp website.s_cover_default_image website.s_cover_default_image - /theme_bewise/static/src/img/backgrounds/college_bg.jpg + /theme_bewise/static/src/img/backgrounds/college_bg.webp website.s_popup_default_image website.s_popup_default_image - /theme_bewise/static/src/img/content/s_popup.jpg + /theme_bewise/static/src/img/content/s_popup.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_bewise/static/src/img/content/college_graduate.jpg + /theme_bewise/static/src/img/content/college_graduate.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_bewise/static/src/img/content/college_students.jpg + /theme_bewise/static/src/img/content/college_students.webp website.s_picture_default_image website.s_picture_default_image - /theme_bewise/static/src/img/content/college_library.jpg + /theme_bewise/static/src/img/content/college_library.webp website.library_image_11 website.library_image_11 - /theme_bewise/static/src/img/content/college_lab.jpg + /theme_bewise/static/src/img/content/college_lab.webp website.library_image_13 website.library_image_13 - /theme_bewise/static/src/img/content/college_lab_2.jpg + /theme_bewise/static/src/img/content/college_lab_2.webp website.library_image_07 website.library_image_07 - /theme_bewise/static/src/img/content/college_graduate_2.jpg + /theme_bewise/static/src/img/content/college_graduate_2.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_bewise/static/src/img/content/content_img_25.jpg + /theme_bewise/static/src/img/content/content_img_25.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_bewise/static/src/img/content/college_carousel_1.jpg + /theme_bewise/static/src/img/content/college_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_bewise/static/src/img/content/college_carousel_2.jpg + /theme_bewise/static/src/img/content/college_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_bewise/static/src/img/content/college_carousel_3.jpg + /theme_bewise/static/src/img/content/college_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_bewise/static/src/img/backgrounds/college_bg.jpg + /theme_bewise/static/src/img/backgrounds/college_bg.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_bewise/static/src/img/backgrounds/college_bg_4.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_4.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_bewise/static/src/img/backgrounds/college_bg_2.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_2.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_bewise/static/src/img/content/college_carousel_1.jpg + /theme_bewise/static/src/img/content/college_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_bewise/static/src/img/content/college_carousel_2.jpg + /theme_bewise/static/src/img/content/college_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_bewise/static/src/img/content/college_carousel_3.jpg + /theme_bewise/static/src/img/content/college_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_bewise/static/src/img/content/college_media_1.jpg + /theme_bewise/static/src/img/content/college_media_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_bewise/static/src/img/content/college_media_2.jpg + /theme_bewise/static/src/img/content/college_media_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_bewise/static/src/img/content/college_media_3.jpg + /theme_bewise/static/src/img/content/college_media_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_bewise/static/src/img/backgrounds/college_parallax.jpg + /theme_bewise/static/src/img/backgrounds/college_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_bewise/static/src/img/content/uiface_1.jpg + /theme_bewise/static/src/img/content/uiface_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_bewise/static/src/img/content/uiface_2.jpg + /theme_bewise/static/src/img/content/uiface_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_bewise/static/src/img/content/uiface_3.jpg + /theme_bewise/static/src/img/content/uiface_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_bewise/static/src/img/content/uiface_4.jpg + /theme_bewise/static/src/img/content/uiface_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_bewise/static/src/img/content/uiface_5.jpg + /theme_bewise/static/src/img/content/uiface_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_bewise/static/src/img/content/uiface_6.jpg + /theme_bewise/static/src/img/content/uiface_6.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_bewise/static/src/img/backgrounds/college_bg_5.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_5.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_bewise/static/src/img/content/content_img_32.jpg + /theme_bewise/static/src/img/content/content_img_32.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_bewise/static/src/img/content/content_img_33.jpg + /theme_bewise/static/src/img/content/content_img_33.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_bewise/static/src/img/content/content_img_34.jpg + /theme_bewise/static/src/img/content/content_img_34.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_bewise/static/src/img/content/content_img_35.jpg + /theme_bewise/static/src/img/content/content_img_35.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_bewise/static/src/img/content/content_img_36.jpg + /theme_bewise/static/src/img/content/content_img_36.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_bewise/static/src/img/content/content_img_37.jpg + /theme_bewise/static/src/img/content/content_img_37.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_bewise/static/src/img/backgrounds/college_bg_3.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_3.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_bewise/static/src/img/backgrounds/college_bg_4.jpg + /theme_bewise/static/src/img/backgrounds/college_bg_4.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_bewise/static/src/img/content/uiface_3.jpg + /theme_bewise/static/src/img/content/uiface_3.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_bewise/static/src/img/content/uiface_1.jpg + /theme_bewise/static/src/img/content/uiface_1.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_bewise/static/src/img/content/uiface_4.jpg + /theme_bewise/static/src/img/content/uiface_4.webp website.library_image_17 website.library_image_17 - /theme_bewise/static/src/img/content/content_img_38.jpg + /theme_bewise/static/src/img/content/content_img_38.webp website.library_image_08 website.library_image_08 - /theme_bewise/static/src/img/content/library_image_08.jpg + /theme_bewise/static/src/img/content/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_bewise/static/src/img/content/library_image_03.jpg + /theme_bewise/static/src/img/content/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_bewise/static/src/img/content/library_image_02.jpg + /theme_bewise/static/src/img/content/library_image_02.webp website.library_image_10 website.library_image_10 - /theme_bewise/static/src/img/content/library_image_10.jpg + /theme_bewise/static/src/img/content/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_bewise/static/src/img/content/library_image_05.jpg + /theme_bewise/static/src/img/content/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_bewise/static/src/img/content/library_image_14.jpg + /theme_bewise/static/src/img/content/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_bewise/static/src/img/content/library_image_16.jpg + /theme_bewise/static/src/img/content/library_image_16.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_bewise/static/src/img/content/college_carousel_2.jpg + /theme_bewise/static/src/img/content/college_carousel_2.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_bewise/static/src/img/content/library_image_02.jpg + /theme_bewise/static/src/img/content/library_image_02.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_bewise/static/src/img/content/college_lab_2.jpg + /theme_bewise/static/src/img/content/college_lab_2.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_bewise/static/src/img/content/college_carousel_1.jpg + /theme_bewise/static/src/img/content/college_carousel_1.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_bewise/static/src/img/content/content_img_25.jpg + /theme_bewise/static/src/img/content/content_img_25.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.jpg + /theme_bewise/static/src/img/content/s_pricelist_boxed_default_background.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_bewise/static/src/img/backgrounds/college_bg.jpg + /theme_bewise/static/src/img/backgrounds/college_bg.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_bewise/static/src/img/content/college_media_1.jpg + /theme_bewise/static/src/img/content/college_media_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_bewise/static/src/img/content/college_graduate.jpg + /theme_bewise/static/src/img/content/college_graduate.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_bewise/static/src/img/content/college_media_2.jpg + /theme_bewise/static/src/img/content/college_media_2.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_bewise/static/src/img/content/college_students.jpg + /theme_bewise/static/src/img/content/college_students.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_bewise/static/src/img/content/s_kickoff_default_image.jpg + /theme_bewise/static/src/img/content/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_bewise/static/src/img/content/s_intro_pill_default_image.jpg + /theme_bewise/static/src/img/content/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_bewise/static/src/img/content/s_intro_pill_default_image_2.jpg + /theme_bewise/static/src/img/content/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_bewise/static/src/img/content/college_carousel_2.jpg + /theme_bewise/static/src/img/content/college_carousel_2.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_bewise/static/src/img/content/content_img_25.jpg + /theme_bewise/static/src/img/content/content_img_25.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_bewise/static/src/img/content/library_image_05.jpg + /theme_bewise/static/src/img/content/library_image_05.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_bewise/static/src/img/content/library_image_08.jpg + /theme_bewise/static/src/img/content/library_image_08.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.jpg + /theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.jpg + /theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.jpg + /theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.jpg + /theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.jpg + /theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_bewise/static/src/img/content/s_shape_image_default_image.jpg + /theme_bewise/static/src/img/content/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_bewise/static/src/img/content/s_images_constellation_default_image.jpg + /theme_bewise/static/src/img/content/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_bewise/static/src/img/content/s_images_constellation_default_image_1.jpg + /theme_bewise/static/src/img/content/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_bewise/static/src/img/content/s_images_constellation_default_image_2.jpg + /theme_bewise/static/src/img/content/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_bewise/static/src/img/content/library_image_14.jpg + /theme_bewise/static/src/img/content/library_image_14.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_bewise/static/src/img/content/s_empowerment_default_image.jpg + /theme_bewise/static/src/img/content/s_empowerment_default_image.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_bewise/static/src/img/content/college_carousel_2.jpg + /theme_bewise/static/src/img/content/college_carousel_2.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_bewise/static/src/img/content/college_graduate_2.jpg + /theme_bewise/static/src/img/content/college_graduate_2.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_bewise/static/src/img/content/library_image_10.jpg + /theme_bewise/static/src/img/content/library_image_10.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_bewise/static/src/img/content/library_image_08.jpg + /theme_bewise/static/src/img/content/library_image_08.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_bewise/static/src/img/content/library_image_14.jpg + /theme_bewise/static/src/img/content/library_image_14.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_bewise/static/src/img/content/s_split_intro_default_image.jpg + /theme_bewise/static/src/img/content/s_split_intro_default_image.webp diff --git a/theme_bistro/__manifest__.py b/theme_bistro/__manifest__.py index bd541d20b..193131c0d 100644 --- a/theme_bistro/__manifest__.py +++ b/theme_bistro/__manifest__.py @@ -64,18 +64,18 @@ ], 'images': [ - 'static/description/bistro_cover.jpg', - 'static/description/bistro_screenshot.jpg', + 'static/description/bistro_cover.webp', + 'static/description/bistro_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_bistro/static/src/img/backgrounds/17.jpg', - 'website.s_media_list_default_image_1': '/theme_bistro/static/src/img/content/media_list_01.jpg', - 'website.s_image_text_default_image': '/theme_bistro/static/src/img/content/image_text.jpg', - 'website.s_media_list_default_image_2': '/theme_bistro/static/src/img/content/media_list_02.jpg', - 'website.s_text_image_default_image': '/theme_bistro/static/src/img/content/text_image.jpg', - 'website.s_quotes_carousel_demo_image_1': '/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.jpg', - 'website.library_image_10': '/theme_bistro/static/src/img/backgrounds/07.jpg', - 'website.library_image_05': '/theme_bistro/static/src/img/backgrounds/11.jpg', + 'website.s_cover_default_image': '/theme_bistro/static/src/img/backgrounds/17.webp', + 'website.s_media_list_default_image_1': '/theme_bistro/static/src/img/content/media_list_01.webp', + 'website.s_image_text_default_image': '/theme_bistro/static/src/img/content/image_text.webp', + 'website.s_media_list_default_image_2': '/theme_bistro/static/src/img/content/media_list_02.webp', + 'website.s_text_image_default_image': '/theme_bistro/static/src/img/content/text_image.webp', + 'website.s_quotes_carousel_demo_image_1': '/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.webp', + 'website.library_image_10': '/theme_bistro/static/src/img/backgrounds/07.webp', + 'website.library_image_05': '/theme_bistro/static/src/img/backgrounds/11.webp', }, 'configurator_snippets': { 'homepage': ['s_image_title', 's_key_images', 's_pricelist_cafe', 's_quotes_carousel', 's_quadrant'], diff --git a/theme_bistro/static/description/bistro_cover.jpg b/theme_bistro/static/description/bistro_cover.jpg deleted file mode 100644 index bbcaf789f..000000000 Binary files a/theme_bistro/static/description/bistro_cover.jpg and /dev/null differ diff --git a/theme_bistro/static/description/bistro_cover.webp b/theme_bistro/static/description/bistro_cover.webp new file mode 100644 index 000000000..d387385c5 Binary files /dev/null and b/theme_bistro/static/description/bistro_cover.webp differ diff --git a/theme_bistro/static/description/bistro_screenshot.jpg b/theme_bistro/static/description/bistro_screenshot.jpg deleted file mode 100644 index b63007730..000000000 Binary files a/theme_bistro/static/description/bistro_screenshot.jpg and /dev/null differ diff --git a/theme_bistro/static/description/bistro_screenshot.webp b/theme_bistro/static/description/bistro_screenshot.webp new file mode 100644 index 000000000..922d7d369 Binary files /dev/null and b/theme_bistro/static/description/bistro_screenshot.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/01.jpg b/theme_bistro/static/src/img/backgrounds/01.jpg deleted file mode 100644 index bc4334065..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/01.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/01.webp b/theme_bistro/static/src/img/backgrounds/01.webp new file mode 100644 index 000000000..5804ece5f Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/01.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/02.jpg b/theme_bistro/static/src/img/backgrounds/02.jpg deleted file mode 100644 index 354c54c5e..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/02.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/02.webp b/theme_bistro/static/src/img/backgrounds/02.webp new file mode 100644 index 000000000..7d2219c3b Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/02.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/03.jpg b/theme_bistro/static/src/img/backgrounds/03.jpg deleted file mode 100644 index 88309e730..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/03.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/03.webp b/theme_bistro/static/src/img/backgrounds/03.webp new file mode 100644 index 000000000..40f7bd52d Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/03.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/04.jpg b/theme_bistro/static/src/img/backgrounds/04.jpg deleted file mode 100644 index 724f59c38..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/04.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/04.webp b/theme_bistro/static/src/img/backgrounds/04.webp new file mode 100644 index 000000000..8e6058903 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/04.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/05.jpg b/theme_bistro/static/src/img/backgrounds/05.jpg deleted file mode 100644 index bb3d10926..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/05.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/05.webp b/theme_bistro/static/src/img/backgrounds/05.webp new file mode 100644 index 000000000..a2517a994 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/05.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/06.jpg b/theme_bistro/static/src/img/backgrounds/06.jpg deleted file mode 100644 index 3ac8adaa6..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/06.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/06.webp b/theme_bistro/static/src/img/backgrounds/06.webp new file mode 100644 index 000000000..de3a0e3e6 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/06.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/07.jpg b/theme_bistro/static/src/img/backgrounds/07.jpg deleted file mode 100644 index 00768aa52..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/07.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/07.webp b/theme_bistro/static/src/img/backgrounds/07.webp new file mode 100644 index 000000000..4a7bacb45 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/07.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/08.jpg b/theme_bistro/static/src/img/backgrounds/08.jpg deleted file mode 100644 index 78df09027..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/08.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/08.webp b/theme_bistro/static/src/img/backgrounds/08.webp new file mode 100644 index 000000000..087b65af6 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/08.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/09.jpg b/theme_bistro/static/src/img/backgrounds/09.jpg deleted file mode 100644 index dc003903b..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/09.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/09.webp b/theme_bistro/static/src/img/backgrounds/09.webp new file mode 100644 index 000000000..ba5ae0eda Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/09.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/10.jpg b/theme_bistro/static/src/img/backgrounds/10.jpg deleted file mode 100644 index 4e1e647b1..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/10.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/10.webp b/theme_bistro/static/src/img/backgrounds/10.webp new file mode 100644 index 000000000..4301d36da Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/10.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/11.jpg b/theme_bistro/static/src/img/backgrounds/11.jpg deleted file mode 100644 index 6eb366526..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/11.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/11.webp b/theme_bistro/static/src/img/backgrounds/11.webp new file mode 100644 index 000000000..8449b6240 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/11.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/12.jpg b/theme_bistro/static/src/img/backgrounds/12.jpg deleted file mode 100644 index 7aade4234..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/12.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/12.webp b/theme_bistro/static/src/img/backgrounds/12.webp new file mode 100644 index 000000000..8672d0d16 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/12.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/13.jpg b/theme_bistro/static/src/img/backgrounds/13.jpg deleted file mode 100644 index 2c7412e95..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/13.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/13.webp b/theme_bistro/static/src/img/backgrounds/13.webp new file mode 100644 index 000000000..4b81e868d Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/13.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/14.jpg b/theme_bistro/static/src/img/backgrounds/14.jpg deleted file mode 100644 index d93898083..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/14.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/14.webp b/theme_bistro/static/src/img/backgrounds/14.webp new file mode 100644 index 000000000..4a6774629 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/14.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/15.jpg b/theme_bistro/static/src/img/backgrounds/15.jpg deleted file mode 100644 index bea91a1df..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/15.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/15.webp b/theme_bistro/static/src/img/backgrounds/15.webp new file mode 100644 index 000000000..2ea62cc61 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/15.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/16.jpg b/theme_bistro/static/src/img/backgrounds/16.jpg deleted file mode 100644 index f44eafb43..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/16.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/16.webp b/theme_bistro/static/src/img/backgrounds/16.webp new file mode 100644 index 000000000..1b0ddfd88 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/16.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/17.jpg b/theme_bistro/static/src/img/backgrounds/17.jpg deleted file mode 100644 index e7fd0839f..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/17.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/17.webp b/theme_bistro/static/src/img/backgrounds/17.webp new file mode 100644 index 000000000..3d1164d5f Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/17.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/18.jpg b/theme_bistro/static/src/img/backgrounds/18.jpg deleted file mode 100644 index 48bd9bfe9..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/18.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/18.webp b/theme_bistro/static/src/img/backgrounds/18.webp new file mode 100644 index 000000000..307b5bfc9 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/18.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/19.jpg b/theme_bistro/static/src/img/backgrounds/19.jpg deleted file mode 100644 index a95724f02..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/19.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/19.webp b/theme_bistro/static/src/img/backgrounds/19.webp new file mode 100644 index 000000000..9cdad23e0 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/19.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/20.jpg b/theme_bistro/static/src/img/backgrounds/20.jpg deleted file mode 100644 index 39515f41e..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/20.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/20.webp b/theme_bistro/static/src/img/backgrounds/20.webp new file mode 100644 index 000000000..19d9f7f25 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/20.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/21.jpg b/theme_bistro/static/src/img/backgrounds/21.jpg deleted file mode 100644 index 70592d125..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/21.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/21.webp b/theme_bistro/static/src/img/backgrounds/21.webp new file mode 100644 index 000000000..73ccba84e Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/21.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/s_image_title.jpg b/theme_bistro/static/src/img/backgrounds/s_image_title.jpg deleted file mode 100644 index 756ff0672..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/s_image_title.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/s_image_title.webp b/theme_bistro/static/src/img/backgrounds/s_image_title.webp new file mode 100644 index 000000000..174de5a01 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/s_image_title.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg b/theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index 53e53e7e7..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp b/theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..f54044661 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp differ diff --git a/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.jpg b/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.jpg deleted file mode 100644 index 03f0640b7..000000000 Binary files a/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.webp b/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.webp new file mode 100644 index 000000000..acc1ae457 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.webp differ diff --git a/theme_bistro/static/src/img/content/company_team_01.jpg b/theme_bistro/static/src/img/content/company_team_01.jpg deleted file mode 100644 index ec11074d6..000000000 Binary files a/theme_bistro/static/src/img/content/company_team_01.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/company_team_01.webp b/theme_bistro/static/src/img/content/company_team_01.webp new file mode 100644 index 000000000..5a3f8c4ed Binary files /dev/null and b/theme_bistro/static/src/img/content/company_team_01.webp differ diff --git a/theme_bistro/static/src/img/content/company_team_02.jpg b/theme_bistro/static/src/img/content/company_team_02.jpg deleted file mode 100644 index 7220056c5..000000000 Binary files a/theme_bistro/static/src/img/content/company_team_02.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/company_team_02.webp b/theme_bistro/static/src/img/content/company_team_02.webp new file mode 100644 index 000000000..f5fe6ceff Binary files /dev/null and b/theme_bistro/static/src/img/content/company_team_02.webp differ diff --git a/theme_bistro/static/src/img/content/company_team_03.jpg b/theme_bistro/static/src/img/content/company_team_03.jpg deleted file mode 100644 index b6ac86669..000000000 Binary files a/theme_bistro/static/src/img/content/company_team_03.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/company_team_03.webp b/theme_bistro/static/src/img/content/company_team_03.webp new file mode 100644 index 000000000..41160425c Binary files /dev/null and b/theme_bistro/static/src/img/content/company_team_03.webp differ diff --git a/theme_bistro/static/src/img/content/company_team_04.jpg b/theme_bistro/static/src/img/content/company_team_04.jpg deleted file mode 100644 index 3f7b05747..000000000 Binary files a/theme_bistro/static/src/img/content/company_team_04.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/company_team_04.webp b/theme_bistro/static/src/img/content/company_team_04.webp new file mode 100644 index 000000000..683ad1401 Binary files /dev/null and b/theme_bistro/static/src/img/content/company_team_04.webp differ diff --git a/theme_bistro/static/src/img/content/company_team_05.jpg b/theme_bistro/static/src/img/content/company_team_05.jpg deleted file mode 100644 index 9024c19c4..000000000 Binary files a/theme_bistro/static/src/img/content/company_team_05.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/company_team_05.webp b/theme_bistro/static/src/img/content/company_team_05.webp new file mode 100644 index 000000000..b969c05eb Binary files /dev/null and b/theme_bistro/static/src/img/content/company_team_05.webp differ diff --git a/theme_bistro/static/src/img/content/company_team_06.jpg b/theme_bistro/static/src/img/content/company_team_06.jpg deleted file mode 100644 index 236943476..000000000 Binary files a/theme_bistro/static/src/img/content/company_team_06.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/company_team_06.webp b/theme_bistro/static/src/img/content/company_team_06.webp new file mode 100644 index 000000000..de64a4b22 Binary files /dev/null and b/theme_bistro/static/src/img/content/company_team_06.webp differ diff --git a/theme_bistro/static/src/img/content/image_text.jpg b/theme_bistro/static/src/img/content/image_text.jpg deleted file mode 100644 index d6f0d117f..000000000 Binary files a/theme_bistro/static/src/img/content/image_text.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/image_text.webp b/theme_bistro/static/src/img/content/image_text.webp new file mode 100644 index 000000000..6b70fdd89 Binary files /dev/null and b/theme_bistro/static/src/img/content/image_text.webp differ diff --git a/theme_bistro/static/src/img/content/media_list_01.jpg b/theme_bistro/static/src/img/content/media_list_01.jpg deleted file mode 100644 index d857519d4..000000000 Binary files a/theme_bistro/static/src/img/content/media_list_01.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/media_list_01.webp b/theme_bistro/static/src/img/content/media_list_01.webp new file mode 100644 index 000000000..dfc18f354 Binary files /dev/null and b/theme_bistro/static/src/img/content/media_list_01.webp differ diff --git a/theme_bistro/static/src/img/content/media_list_02.jpg b/theme_bistro/static/src/img/content/media_list_02.jpg deleted file mode 100644 index 23595622a..000000000 Binary files a/theme_bistro/static/src/img/content/media_list_02.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/media_list_02.webp b/theme_bistro/static/src/img/content/media_list_02.webp new file mode 100644 index 000000000..48bf5b566 Binary files /dev/null and b/theme_bistro/static/src/img/content/media_list_02.webp differ diff --git a/theme_bistro/static/src/img/content/media_list_03.jpg b/theme_bistro/static/src/img/content/media_list_03.jpg deleted file mode 100644 index 036e36a4d..000000000 Binary files a/theme_bistro/static/src/img/content/media_list_03.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/media_list_03.webp b/theme_bistro/static/src/img/content/media_list_03.webp new file mode 100644 index 000000000..b350a1b09 Binary files /dev/null and b/theme_bistro/static/src/img/content/media_list_03.webp differ diff --git a/theme_bistro/static/src/img/content/picture.jpg b/theme_bistro/static/src/img/content/picture.jpg deleted file mode 100644 index 2e2eeed0c..000000000 Binary files a/theme_bistro/static/src/img/content/picture.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/picture.webp b/theme_bistro/static/src/img/content/picture.webp new file mode 100644 index 000000000..b54e64167 Binary files /dev/null and b/theme_bistro/static/src/img/content/picture.webp differ diff --git a/theme_bistro/static/src/img/content/s_empowerment_default_image.jpg b/theme_bistro/static/src/img/content/s_empowerment_default_image.jpg deleted file mode 100644 index 2c88c41e0..000000000 Binary files a/theme_bistro/static/src/img/content/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_empowerment_default_image.webp b/theme_bistro/static/src/img/content/s_empowerment_default_image.webp new file mode 100644 index 000000000..87bcf712a Binary files /dev/null and b/theme_bistro/static/src/img/content/s_empowerment_default_image.webp differ diff --git a/theme_bistro/static/src/img/content/s_image_hexagonal_1.jpg b/theme_bistro/static/src/img/content/s_image_hexagonal_1.jpg deleted file mode 100644 index 5251654d1..000000000 Binary files a/theme_bistro/static/src/img/content/s_image_hexagonal_1.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_image_hexagonal_1.webp b/theme_bistro/static/src/img/content/s_image_hexagonal_1.webp new file mode 100644 index 000000000..b7be724ab Binary files /dev/null and b/theme_bistro/static/src/img/content/s_image_hexagonal_1.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_constellation_default_image.jpg b/theme_bistro/static/src/img/content/s_images_constellation_default_image.jpg deleted file mode 100644 index 6588f3b6c..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_constellation_default_image.webp b/theme_bistro/static/src/img/content/s_images_constellation_default_image.webp new file mode 100644 index 000000000..71fc831df Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_constellation_default_image.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_constellation_default_image_1.jpg b/theme_bistro/static/src/img/content/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 86e249e13..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_constellation_default_image_1.webp b/theme_bistro/static/src/img/content/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..63c8e5b5e Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_constellation_default_image_1.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_constellation_default_image_2.jpg b/theme_bistro/static/src/img/content/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 219b96cb7..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_constellation_default_image_2.webp b/theme_bistro/static/src/img/content/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..26e10e9b4 Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_constellation_default_image_2.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.jpg b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 633ac1eb4..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.webp b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..460b0cb6a Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.jpg b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 36de791e1..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.webp b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..5e5ee3dd6 Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.jpg b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 52e855304..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.webp b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..1582be70f Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.jpg b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index d81130555..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.webp b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..bcfb82c55 Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.webp differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.jpg b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index a105269cd..000000000 Binary files a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.webp b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..3f5f4332a Binary files /dev/null and b/theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.webp differ diff --git a/theme_bistro/static/src/img/content/s_intro_pill_default_image.jpg b/theme_bistro/static/src/img/content/s_intro_pill_default_image.jpg deleted file mode 100644 index 9abd34056..000000000 Binary files a/theme_bistro/static/src/img/content/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_intro_pill_default_image.webp b/theme_bistro/static/src/img/content/s_intro_pill_default_image.webp new file mode 100644 index 000000000..c3ac5597c Binary files /dev/null and b/theme_bistro/static/src/img/content/s_intro_pill_default_image.webp differ diff --git a/theme_bistro/static/src/img/content/s_intro_pill_default_image_2.jpg b/theme_bistro/static/src/img/content/s_intro_pill_default_image_2.jpg deleted file mode 100644 index cd808a77c..000000000 Binary files a/theme_bistro/static/src/img/content/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_intro_pill_default_image_2.webp b/theme_bistro/static/src/img/content/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..6379a7bdb Binary files /dev/null and b/theme_bistro/static/src/img/content/s_intro_pill_default_image_2.webp differ diff --git a/theme_bistro/static/src/img/content/s_key_images_02.jpg b/theme_bistro/static/src/img/content/s_key_images_02.jpg deleted file mode 100644 index ac9906d2e..000000000 Binary files a/theme_bistro/static/src/img/content/s_key_images_02.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_key_images_02.webp b/theme_bistro/static/src/img/content/s_key_images_02.webp new file mode 100644 index 000000000..9e6a60f5b Binary files /dev/null and b/theme_bistro/static/src/img/content/s_key_images_02.webp differ diff --git a/theme_bistro/static/src/img/content/s_key_images_04.jpg b/theme_bistro/static/src/img/content/s_key_images_04.jpg deleted file mode 100644 index bc9c0c02e..000000000 Binary files a/theme_bistro/static/src/img/content/s_key_images_04.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_key_images_04.webp b/theme_bistro/static/src/img/content/s_key_images_04.webp new file mode 100644 index 000000000..c4cbf47ca Binary files /dev/null and b/theme_bistro/static/src/img/content/s_key_images_04.webp differ diff --git a/theme_bistro/static/src/img/content/s_kickoff_default_image.jpg b/theme_bistro/static/src/img/content/s_kickoff_default_image.jpg deleted file mode 100644 index 82eccb819..000000000 Binary files a/theme_bistro/static/src/img/content/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_kickoff_default_image.webp b/theme_bistro/static/src/img/content/s_kickoff_default_image.webp new file mode 100644 index 000000000..88402448f Binary files /dev/null and b/theme_bistro/static/src/img/content/s_kickoff_default_image.webp differ diff --git a/theme_bistro/static/src/img/content/s_quadrant_default_image_2.jpg b/theme_bistro/static/src/img/content/s_quadrant_default_image_2.jpg deleted file mode 100644 index 8ee6dc2e8..000000000 Binary files a/theme_bistro/static/src/img/content/s_quadrant_default_image_2.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_quadrant_default_image_2.webp b/theme_bistro/static/src/img/content/s_quadrant_default_image_2.webp new file mode 100644 index 000000000..51924fe76 Binary files /dev/null and b/theme_bistro/static/src/img/content/s_quadrant_default_image_2.webp differ diff --git a/theme_bistro/static/src/img/content/s_quadrant_default_image_4.jpg b/theme_bistro/static/src/img/content/s_quadrant_default_image_4.jpg deleted file mode 100644 index c349069b3..000000000 Binary files a/theme_bistro/static/src/img/content/s_quadrant_default_image_4.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_quadrant_default_image_4.webp b/theme_bistro/static/src/img/content/s_quadrant_default_image_4.webp new file mode 100644 index 000000000..0c1173a01 Binary files /dev/null and b/theme_bistro/static/src/img/content/s_quadrant_default_image_4.webp differ diff --git a/theme_bistro/static/src/img/content/s_shape_image_default_image.jpg b/theme_bistro/static/src/img/content/s_shape_image_default_image.jpg deleted file mode 100644 index 39149acae..000000000 Binary files a/theme_bistro/static/src/img/content/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_shape_image_default_image.webp b/theme_bistro/static/src/img/content/s_shape_image_default_image.webp new file mode 100644 index 000000000..7d0036083 Binary files /dev/null and b/theme_bistro/static/src/img/content/s_shape_image_default_image.webp differ diff --git a/theme_bistro/static/src/img/content/s_split_intro_default_image.jpg b/theme_bistro/static/src/img/content/s_split_intro_default_image.jpg deleted file mode 100644 index cbc8415c8..000000000 Binary files a/theme_bistro/static/src/img/content/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/s_split_intro_default_image.webp b/theme_bistro/static/src/img/content/s_split_intro_default_image.webp new file mode 100644 index 000000000..0e7dbc56a Binary files /dev/null and b/theme_bistro/static/src/img/content/s_split_intro_default_image.webp differ diff --git a/theme_bistro/static/src/img/content/text_image.jpg b/theme_bistro/static/src/img/content/text_image.jpg deleted file mode 100644 index 94feadf4f..000000000 Binary files a/theme_bistro/static/src/img/content/text_image.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/text_image.webp b/theme_bistro/static/src/img/content/text_image.webp new file mode 100644 index 000000000..f874cfb05 Binary files /dev/null and b/theme_bistro/static/src/img/content/text_image.webp differ diff --git a/theme_bistro/static/src/img/content/three_columns_01.jpg b/theme_bistro/static/src/img/content/three_columns_01.jpg deleted file mode 100644 index 6285a50ba..000000000 Binary files a/theme_bistro/static/src/img/content/three_columns_01.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/three_columns_01.webp b/theme_bistro/static/src/img/content/three_columns_01.webp new file mode 100644 index 000000000..5c2596701 Binary files /dev/null and b/theme_bistro/static/src/img/content/three_columns_01.webp differ diff --git a/theme_bistro/static/src/img/content/three_columns_02.jpg b/theme_bistro/static/src/img/content/three_columns_02.jpg deleted file mode 100644 index 73108dd5d..000000000 Binary files a/theme_bistro/static/src/img/content/three_columns_02.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/three_columns_02.webp b/theme_bistro/static/src/img/content/three_columns_02.webp new file mode 100644 index 000000000..2d830470d Binary files /dev/null and b/theme_bistro/static/src/img/content/three_columns_02.webp differ diff --git a/theme_bistro/static/src/img/content/three_columns_03.jpg b/theme_bistro/static/src/img/content/three_columns_03.jpg deleted file mode 100644 index fe58f333f..000000000 Binary files a/theme_bistro/static/src/img/content/three_columns_03.jpg and /dev/null differ diff --git a/theme_bistro/static/src/img/content/three_columns_03.webp b/theme_bistro/static/src/img/content/three_columns_03.webp new file mode 100644 index 000000000..e5ff9e837 Binary files /dev/null and b/theme_bistro/static/src/img/content/three_columns_03.webp differ diff --git a/theme_bistro/views/images_library.xml b/theme_bistro/views/images_library.xml index 24c69a60a..b71265dc2 100644 --- a/theme_bistro/views/images_library.xml +++ b/theme_bistro/views/images_library.xml @@ -4,93 +4,93 @@ theme_bistro.bg_img_01 - theme_bistro.background_img_01.jpg - /theme_bistro/static/src/img/backgrounds/01.jpg + theme_bistro.background_img_01.webp + /theme_bistro/static/src/img/backgrounds/01.webp theme_bistro.bg_img_02 - theme_bistro.background_img_02.jpg - /theme_bistro/static/src/img/backgrounds/02.jpg + theme_bistro.background_img_02.webp + /theme_bistro/static/src/img/backgrounds/02.webp theme_bistro.bg_img_03 - theme_bistro.background_img_03.jpg - /theme_bistro/static/src/img/backgrounds/03.jpg + theme_bistro.background_img_03.webp + /theme_bistro/static/src/img/backgrounds/03.webp theme_bistro.bg_img_04 - theme_bistro.background_img_04.jpg - /theme_bistro/static/src/img/backgrounds/04.jpg + theme_bistro.background_img_04.webp + /theme_bistro/static/src/img/backgrounds/04.webp theme_bistro.bg_img_05 - theme_bistro.background_img_05.jpg - /theme_bistro/static/src/img/backgrounds/05.jpg + theme_bistro.background_img_05.webp + /theme_bistro/static/src/img/backgrounds/05.webp theme_bistro.bg_img_06 - theme_bistro.background_img_06.jpg - /theme_bistro/static/src/img/backgrounds/06.jpg + theme_bistro.background_img_06.webp + /theme_bistro/static/src/img/backgrounds/06.webp theme_bistro.bg_img_07 - theme_bistro.background_img_07.jpg - /theme_bistro/static/src/img/backgrounds/07.jpg + theme_bistro.background_img_07.webp + /theme_bistro/static/src/img/backgrounds/07.webp theme_bistro.bg_img_08 - theme_bistro.background_img_08.jpg - /theme_bistro/static/src/img/backgrounds/08.jpg + theme_bistro.background_img_08.webp + /theme_bistro/static/src/img/backgrounds/08.webp theme_bistro.bg_img_09 - theme_bistro.background_img_09.jpg - /theme_bistro/static/src/img/backgrounds/09.jpg + theme_bistro.background_img_09.webp + /theme_bistro/static/src/img/backgrounds/09.webp theme_bistro.bg_img_10 - theme_bistro.background_img_10.jpg - /theme_bistro/static/src/img/backgrounds/10.jpg + theme_bistro.background_img_10.webp + /theme_bistro/static/src/img/backgrounds/10.webp theme_bistro.bg_img_11 - theme_bistro.background_img_11.jpg - /theme_bistro/static/src/img/backgrounds/11.jpg + theme_bistro.background_img_11.webp + /theme_bistro/static/src/img/backgrounds/11.webp theme_bistro.bg_img_12 - theme_bistro.background_img_12.jpg - /theme_bistro/static/src/img/backgrounds/12.jpg + theme_bistro.background_img_12.webp + /theme_bistro/static/src/img/backgrounds/12.webp theme_bistro.bg_img_13 - theme_bistro.background_img_13.jpg - /theme_bistro/static/src/img/backgrounds/13.jpg + theme_bistro.background_img_13.webp + /theme_bistro/static/src/img/backgrounds/13.webp theme_bistro.bg_img_14 - theme_bistro.background_img_14.jpg - /theme_bistro/static/src/img/backgrounds/14.jpg + theme_bistro.background_img_14.webp + /theme_bistro/static/src/img/backgrounds/14.webp theme_bistro.bg_img_15 - theme_bistro.background_img_15.jpg - /theme_bistro/static/src/img/backgrounds/15.jpg + theme_bistro.background_img_15.webp + /theme_bistro/static/src/img/backgrounds/15.webp theme_bistro.bg_img_16 - theme_bistro.background_img_16.jpg - /theme_bistro/static/src/img/backgrounds/16.jpg + theme_bistro.background_img_16.webp + /theme_bistro/static/src/img/backgrounds/16.webp theme_bistro.bg_img_17 - theme_bistro.background_img_17.jpg - /theme_bistro/static/src/img/backgrounds/17.jpg + theme_bistro.background_img_17.webp + /theme_bistro/static/src/img/backgrounds/17.webp theme_bistro.bg_img_18 - theme_bistro.background_img_18.jpg - /theme_bistro/static/src/img/backgrounds/18.jpg + theme_bistro.background_img_18.webp + /theme_bistro/static/src/img/backgrounds/18.webp @@ -134,198 +134,198 @@ website.s_banner_default_image website.s_banner_default_image - /theme_bistro/static/src/img/backgrounds/02.jpg + /theme_bistro/static/src/img/backgrounds/02.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_bistro/static/src/img/backgrounds/20.jpg + /theme_bistro/static/src/img/backgrounds/20.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_bistro/static/src/img/backgrounds/21.jpg + /theme_bistro/static/src/img/backgrounds/21.webp website.s_cover_default_image website.s_cover_default_image - /theme_bistro/static/src/img/backgrounds/17.jpg + /theme_bistro/static/src/img/backgrounds/17.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_bistro/static/src/img/content/text_image.jpg + /theme_bistro/static/src/img/content/text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_bistro/static/src/img/content/image_text.jpg + /theme_bistro/static/src/img/content/image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_bistro/static/src/img/content/picture.jpg + /theme_bistro/static/src/img/content/picture.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_bistro/static/src/img/content/three_columns_01.jpg + /theme_bistro/static/src/img/content/three_columns_01.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_bistro/static/src/img/content/three_columns_02.jpg + /theme_bistro/static/src/img/content/three_columns_02.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_bistro/static/src/img/content/three_columns_03.jpg + /theme_bistro/static/src/img/content/three_columns_03.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_bistro/static/src/img/backgrounds/09.jpg + /theme_bistro/static/src/img/backgrounds/09.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_bistro/static/src/img/backgrounds/18.jpg + /theme_bistro/static/src/img/backgrounds/18.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_bistro/static/src/img/backgrounds/05.jpg + /theme_bistro/static/src/img/backgrounds/05.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_bistro/static/src/img/backgrounds/07.jpg + /theme_bistro/static/src/img/backgrounds/07.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_bistro/static/src/img/backgrounds/16.jpg + /theme_bistro/static/src/img/backgrounds/16.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_bistro/static/src/img/backgrounds/12.jpg + /theme_bistro/static/src/img/backgrounds/12.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_bistro/static/src/img/backgrounds/02.jpg + /theme_bistro/static/src/img/backgrounds/02.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_bistro/static/src/img/backgrounds/18.jpg + /theme_bistro/static/src/img/backgrounds/18.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_bistro/static/src/img/backgrounds/05.jpg + /theme_bistro/static/src/img/backgrounds/05.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_bistro/static/src/img/backgrounds/07.jpg + /theme_bistro/static/src/img/backgrounds/07.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.jpg + /theme_bistro/static/src/img/backgrounds/s_quotes_carousel_background.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_bistro/static/src/img/content/company_team_04.jpg + /theme_bistro/static/src/img/content/company_team_04.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_bistro/static/src/img/content/company_team_02.jpg + /theme_bistro/static/src/img/content/company_team_02.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_bistro/static/src/img/content/company_team_06.jpg + /theme_bistro/static/src/img/content/company_team_06.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_bistro/static/src/img/content/media_list_01.jpg + /theme_bistro/static/src/img/content/media_list_01.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_bistro/static/src/img/content/media_list_02.jpg + /theme_bistro/static/src/img/content/media_list_02.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_bistro/static/src/img/content/media_list_03.jpg + /theme_bistro/static/src/img/content/media_list_03.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_bistro/static/src/img/backgrounds/16.jpg + /theme_bistro/static/src/img/backgrounds/16.webp website.s_company_team_image_1 website.s_company_team_default_image_1 - /theme_bistro/static/src/img/content/company_team_01.jpg + /theme_bistro/static/src/img/content/company_team_01.webp website.s_company_team_image_2 website.s_company_team_default_image_2 - /theme_bistro/static/src/img/content/company_team_02.jpg + /theme_bistro/static/src/img/content/company_team_02.webp website.s_company_team_image_3 website.s_company_team_default_image_3 - /theme_bistro/static/src/img/content/company_team_03.jpg + /theme_bistro/static/src/img/content/company_team_03.webp website.s_company_team_image_4 website.s_company_team_default_image_4 - /theme_bistro/static/src/img/content/company_team_04.jpg + /theme_bistro/static/src/img/content/company_team_04.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_bistro/static/src/img/content/company_team_05.jpg + /theme_bistro/static/src/img/content/company_team_05.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_bistro/static/src/img/content/company_team_06.jpg + /theme_bistro/static/src/img/content/company_team_06.webp @@ -364,276 +364,276 @@ website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_bistro/static/src/img/backgrounds/16.jpg + /theme_bistro/static/src/img/backgrounds/16.webp website.library_image_02 website.library_image_02 - /theme_bistro/static/src/img/backgrounds/06.jpg + /theme_bistro/static/src/img/backgrounds/06.webp website.library_image_08 website.library_image_08 - /theme_bistro/static/src/img/backgrounds/04.jpg + /theme_bistro/static/src/img/backgrounds/04.webp website.library_image_03 website.library_image_03 - /theme_bistro/static/src/img/backgrounds/05.jpg + /theme_bistro/static/src/img/backgrounds/05.webp website.library_image_10 website.library_image_10 - /theme_bistro/static/src/img/backgrounds/07.jpg + /theme_bistro/static/src/img/backgrounds/07.webp website.library_image_13 website.library_image_13 - /theme_bistro/static/src/img/backgrounds/10.jpg + /theme_bistro/static/src/img/backgrounds/10.webp website.library_image_05 website.library_image_05 - /theme_bistro/static/src/img/backgrounds/11.jpg + /theme_bistro/static/src/img/backgrounds/11.webp website.library_image_14 website.library_image_14 - /theme_bistro/static/src/img/backgrounds/15.jpg + /theme_bistro/static/src/img/backgrounds/15.webp website.library_image_16 website.library_image_16 - /theme_bistro/static/src/img/backgrounds/08.jpg + /theme_bistro/static/src/img/backgrounds/08.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_bistro/static/src/img/backgrounds/20.jpg + /theme_bistro/static/src/img/backgrounds/20.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_bistro/static/src/img/backgrounds/s_image_title.jpg + /theme_bistro/static/src/img/backgrounds/s_image_title.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg + /theme_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_bistro/static/src/img/backgrounds/10.jpg + /theme_bistro/static/src/img/backgrounds/10.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_bistro/static/src/img/content/s_quadrant_default_image_2.jpg + /theme_bistro/static/src/img/content/s_quadrant_default_image_2.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_bistro/static/src/img/backgrounds/08.jpg + /theme_bistro/static/src/img/backgrounds/08.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_bistro/static/src/img/content/s_quadrant_default_image_4.jpg + /theme_bistro/static/src/img/content/s_quadrant_default_image_4.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_bistro/static/src/img/content/s_image_hexagonal_1.jpg + /theme_bistro/static/src/img/content/s_image_hexagonal_1.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_bistro/static/src/img/content/media_list_01.jpg + /theme_bistro/static/src/img/content/media_list_01.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_bistro/static/src/img/content/s_key_images_02.jpg + /theme_bistro/static/src/img/content/s_key_images_02.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_bistro/static/src/img/content/media_list_03.jpg + /theme_bistro/static/src/img/content/media_list_03.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_bistro/static/src/img/content/s_key_images_04.jpg + /theme_bistro/static/src/img/content/s_key_images_04.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_bistro/static/src/img/content/s_kickoff_default_image.jpg + /theme_bistro/static/src/img/content/s_kickoff_default_image.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_bistro/static/src/img/content/text_image.jpg + /theme_bistro/static/src/img/content/text_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_bistro/static/src/img/content/s_intro_pill_default_image.jpg + /theme_bistro/static/src/img/content/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_bistro/static/src/img/content/s_intro_pill_default_image_2.jpg + /theme_bistro/static/src/img/content/s_intro_pill_default_image_2.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_bistro/static/src/img/content/s_images_constellation_default_image.jpg + /theme_bistro/static/src/img/content/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_bistro/static/src/img/content/s_images_constellation_default_image_1.jpg + /theme_bistro/static/src/img/content/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_bistro/static/src/img/content/s_images_constellation_default_image_2.jpg + /theme_bistro/static/src/img/content/s_images_constellation_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_bistro/static/src/img/backgrounds/01.jpg + /theme_bistro/static/src/img/backgrounds/01.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_bistro/static/src/img/backgrounds/02.jpg + /theme_bistro/static/src/img/backgrounds/02.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_bistro/static/src/img/backgrounds/03.jpg + /theme_bistro/static/src/img/backgrounds/03.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_bistro/static/src/img/backgrounds/16.jpg + /theme_bistro/static/src/img/backgrounds/16.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.jpg + /theme_bistro/static/src/img/content/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.jpg + /theme_bistro/static/src/img/content/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.jpg + /theme_bistro/static/src/img/content/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.jpg + /theme_bistro/static/src/img/content/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.jpg + /theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_bistro/static/src/img/content/s_shape_image_default_image.jpg + /theme_bistro/static/src/img/content/s_shape_image_default_image.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_bistro/static/src/img/content/s_empowerment_default_image.jpg + /theme_bistro/static/src/img/content/s_empowerment_default_image.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_bistro/static/src/img/backgrounds/08.jpg + /theme_bistro/static/src/img/backgrounds/08.webp website.s_framed_intro_default_image website.s_framed_intro_default_image - /theme_bistro/static/src/img/backgrounds/20.jpg + /theme_bistro/static/src/img/backgrounds/20.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_bistro/static/src/img/content/s_key_images_04.jpg + /theme_bistro/static/src/img/content/s_key_images_04.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_bistro/static/src/img/backgrounds/17.jpg + /theme_bistro/static/src/img/backgrounds/17.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_bistro/static/src/img/backgrounds/17.jpg + /theme_bistro/static/src/img/backgrounds/17.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_bistro/static/src/img/backgrounds/19.jpg + /theme_bistro/static/src/img/backgrounds/19.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_bistro/static/src/img/content/s_split_intro_default_image.jpg + /theme_bistro/static/src/img/content/s_split_intro_default_image.webp website.s_tabs_images_default_image_5 website.s_tabs_images_default_image_5 - /theme_bistro/static/src/img/backgrounds/12.jpg + /theme_bistro/static/src/img/backgrounds/12.webp diff --git a/theme_bistro/views/snippets/s_cta_box.xml b/theme_bistro/views/snippets/s_cta_box.xml index 6d7212e6f..ab29673e8 100644 --- a/theme_bistro/views/snippets/s_cta_box.xml +++ b/theme_bistro/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_bistro/static/src/img/backgrounds/20.jpg + /theme_bistro/static/src/img/backgrounds/20.webp diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py index 122639e71..430be52fd 100644 --- a/theme_bookstore/__manifest__.py +++ b/theme_bookstore/__manifest__.py @@ -68,17 +68,17 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/bookstore_description.jpg', - 'static/description/bookstore_screenshot.jpg', + 'static/description/bookstore_description.webp', + 'static/description/bookstore_screenshot.webp', ], 'images_preview_theme': { - 'website.s_product_list_default_image_1': '/theme_bookstore/static/src/img/snippets/s_product_1.jpg', - 'website.s_image_text_default_image': '/theme_bookstore/static/src/img/snippets/s_image_text.jpg', - 'website.library_image_02': '/theme_bookstore/static/src/img/snippets/library_image_02.jpg', - 'website.s_cover_default_image': '/theme_bookstore/static/src/img/snippets/s_cover.jpg', - 'website.s_media_list_default_image_1': '/theme_bookstore/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_media_list_default_image_2': '/theme_bookstore/static/src/img/snippets/s_media_list_2.jpg', - 'website.s_text_image_default_image': '/theme_bookstore/static/src/img/snippets/s_text_image.jpg', + 'website.s_product_list_default_image_1': '/theme_bookstore/static/src/img/snippets/s_product_1.webp', + 'website.s_image_text_default_image': '/theme_bookstore/static/src/img/snippets/s_image_text.webp', + 'website.library_image_02': '/theme_bookstore/static/src/img/snippets/library_image_02.webp', + 'website.s_cover_default_image': '/theme_bookstore/static/src/img/snippets/s_cover.webp', + 'website.s_media_list_default_image_1': '/theme_bookstore/static/src/img/snippets/s_media_list_1.webp', + 'website.s_media_list_default_image_2': '/theme_bookstore/static/src/img/snippets/s_media_list_2.webp', + 'website.s_text_image_default_image': '/theme_bookstore/static/src/img/snippets/s_text_image.webp', }, 'configurator_snippets': { 'homepage': ['s_banner', 's_key_images', 's_title', 's_accordion_image', 's_cta_box'], diff --git a/theme_bookstore/static/description/bookstore_description.jpg b/theme_bookstore/static/description/bookstore_description.jpg deleted file mode 100644 index b786e32b9..000000000 Binary files a/theme_bookstore/static/description/bookstore_description.jpg and /dev/null differ diff --git a/theme_bookstore/static/description/bookstore_description.webp b/theme_bookstore/static/description/bookstore_description.webp new file mode 100644 index 000000000..090ce01f0 Binary files /dev/null and b/theme_bookstore/static/description/bookstore_description.webp differ diff --git a/theme_bookstore/static/description/bookstore_screenshot.jpg b/theme_bookstore/static/description/bookstore_screenshot.jpg deleted file mode 100644 index c70865b64..000000000 Binary files a/theme_bookstore/static/description/bookstore_screenshot.jpg and /dev/null differ diff --git a/theme_bookstore/static/description/bookstore_screenshot.webp b/theme_bookstore/static/description/bookstore_screenshot.webp new file mode 100644 index 000000000..d6bb3dec5 Binary files /dev/null and b/theme_bookstore/static/description/bookstore_screenshot.webp differ diff --git a/theme_bookstore/static/src/img/content/content_img_02.jpg b/theme_bookstore/static/src/img/content/content_img_02.jpg deleted file mode 100755 index 05fd83f67..000000000 Binary files a/theme_bookstore/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/content/content_img_02.webp b/theme_bookstore/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..57fccd468 Binary files /dev/null and b/theme_bookstore/static/src/img/content/content_img_02.webp differ diff --git a/theme_bookstore/static/src/img/content/content_img_03.jpg b/theme_bookstore/static/src/img/content/content_img_03.jpg deleted file mode 100755 index 546973e08..000000000 Binary files a/theme_bookstore/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/content/content_img_03.webp b/theme_bookstore/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..396786850 Binary files /dev/null and b/theme_bookstore/static/src/img/content/content_img_03.webp differ diff --git a/theme_bookstore/static/src/img/content/content_img_07.jpg b/theme_bookstore/static/src/img/content/content_img_07.jpg deleted file mode 100755 index 79e37e8bf..000000000 Binary files a/theme_bookstore/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/content/content_img_07.webp b/theme_bookstore/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..750881621 Binary files /dev/null and b/theme_bookstore/static/src/img/content/content_img_07.webp differ diff --git a/theme_bookstore/static/src/img/content/content_img_09.jpg b/theme_bookstore/static/src/img/content/content_img_09.jpg deleted file mode 100755 index 891f2ca4f..000000000 Binary files a/theme_bookstore/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/content/content_img_09.webp b/theme_bookstore/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..8f6bfc542 Binary files /dev/null and b/theme_bookstore/static/src/img/content/content_img_09.webp differ diff --git a/theme_bookstore/static/src/img/content/content_img_10.jpg b/theme_bookstore/static/src/img/content/content_img_10.jpg deleted file mode 100755 index 6413b7630..000000000 Binary files a/theme_bookstore/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/content/content_img_10.webp b/theme_bookstore/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..90ee4e758 Binary files /dev/null and b/theme_bookstore/static/src/img/content/content_img_10.webp differ diff --git a/theme_bookstore/static/src/img/content/content_img_11.jpg b/theme_bookstore/static/src/img/content/content_img_11.jpg deleted file mode 100755 index 420f62b44..000000000 Binary files a/theme_bookstore/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/content/content_img_11.webp b/theme_bookstore/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..6d2f2b6a3 Binary files /dev/null and b/theme_bookstore/static/src/img/content/content_img_11.webp differ diff --git a/theme_bookstore/static/src/img/content/content_img_12.jpg b/theme_bookstore/static/src/img/content/content_img_12.jpg deleted file mode 100755 index c630dca13..000000000 Binary files a/theme_bookstore/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/content/content_img_12.webp b/theme_bookstore/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..b683d08e0 Binary files /dev/null and b/theme_bookstore/static/src/img/content/content_img_12.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_02.jpg b/theme_bookstore/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 3603daec2..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_02.webp b/theme_bookstore/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..15f942ac4 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_03.jpg b/theme_bookstore/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index 3edd8b0c0..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_03.webp b/theme_bookstore/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..3c592a968 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_05.jpg b/theme_bookstore/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index 35f053a72..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_05.webp b/theme_bookstore/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..b310f4380 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_07.jpg b/theme_bookstore/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index ce83fba27..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_07.webp b/theme_bookstore/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..782112028 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_08.jpg b/theme_bookstore/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index c58d38277..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_08.webp b/theme_bookstore/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..5ff5be8cd Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_10.jpg b/theme_bookstore/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index 54dcc13d2..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_10.webp b/theme_bookstore/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..611240c7c Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_11.jpg b/theme_bookstore/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 1ee5a45c8..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_11.webp b/theme_bookstore/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..8eda97794 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_13.jpg b/theme_bookstore/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index d9c897532..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_13.webp b/theme_bookstore/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..6a5fa66cc Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_14.jpg b/theme_bookstore/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 6d9685ff8..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_14.webp b/theme_bookstore/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..cc36fbed9 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_16.jpg b/theme_bookstore/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index b0738311b..000000000 Binary files a/theme_bookstore/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/library_image_16.webp b/theme_bookstore/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..2e7b09df3 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_accordion_image.jpg b/theme_bookstore/static/src/img/snippets/s_accordion_image.jpg deleted file mode 100644 index 73e920e81..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_accordion_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_accordion_image.webp b/theme_bookstore/static/src/img/snippets/s_accordion_image.webp new file mode 100644 index 000000000..bd99bc3c1 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_accordion_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_banner.jpg b/theme_bookstore/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 7771070c0..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_banner.webp b/theme_bookstore/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..29197cc44 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_banner.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_banner_2.jpg b/theme_bookstore/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 65cd3ea63..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_banner_2.webp b/theme_bookstore/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..8c2ae76f9 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_banner_3.jpg b/theme_bookstore/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 1ef3f710f..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_banner_3.webp b/theme_bookstore/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..82124fb11 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_carousel_1.jpg b/theme_bookstore/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 9e6a366fd..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_carousel_1.webp b/theme_bookstore/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..056287fb9 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_carousel_2.jpg b/theme_bookstore/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index cdf15a7c0..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_carousel_2.webp b/theme_bookstore/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..daa9283bb Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_carousel_3.jpg b/theme_bookstore/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 2a7108214..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_carousel_3.webp b/theme_bookstore/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..3af97c39d Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_cover.jpg b/theme_bookstore/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index 0b904a5d7..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_cover.webp b/theme_bookstore/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..635152bce Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_cover.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_cta_box_default_image.jpg b/theme_bookstore/static/src/img/snippets/s_cta_box_default_image.jpg deleted file mode 100644 index 354aed77b..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_cta_box_default_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_cta_box_default_image.webp b/theme_bookstore/static/src/img/snippets/s_cta_box_default_image.webp new file mode 100644 index 000000000..97469192a Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_cta_box_default_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_bookstore/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index e961c1cdb..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_empowerment_default_image.webp b/theme_bookstore/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..7fc248517 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_image_text.jpg b/theme_bookstore/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 3c54f1f92..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_image_text.webp b/theme_bookstore/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..22d31eda8 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 4f27343e2..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..f18178209 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 01614cbc3..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..08de71572 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 523e476db..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..1f2e59fbc Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 7aa04507e..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..577d52609 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 08d78762e..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..53bf715b3 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index f0ac38f10..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..7f29cc89c Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 527db6288..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..6030250c8 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 315a88bc0..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..c9bb929c7 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 13c8ff33a..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..23213474c Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index ba3d0f50f..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..31b94cfb0 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_bookstore/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 2c20dc359..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_kickoff_default_image.webp b/theme_bookstore/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..c583374f5 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_masonry_block.jpg b/theme_bookstore/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 3d297b178..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_masonry_block.webp b/theme_bookstore/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..07dc159f7 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_media_list_1.jpg b/theme_bookstore/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 7548a47c3..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_media_list_1.webp b/theme_bookstore/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..d7084ef7e Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_media_list_2.jpg b/theme_bookstore/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index dd64a7c5c..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_media_list_2.webp b/theme_bookstore/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..1dd7da901 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_media_list_3.jpg b/theme_bookstore/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index d91071d0e..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_media_list_3.webp b/theme_bookstore/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..83337e16c Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_newsletter.jpg b/theme_bookstore/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 3492a2f23..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_newsletter.webp b/theme_bookstore/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..e2e438153 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_parallax.jpg b/theme_bookstore/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index c9f2af710..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_parallax.webp b/theme_bookstore/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..acff5d3bf Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_picture.jpg b/theme_bookstore/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 70fb6f54e..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_picture.webp b/theme_bookstore/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..6416be170 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_picture.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_popup.jpg b/theme_bookstore/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 2cdfc30cb..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_popup.webp b/theme_bookstore/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..7bf96f7f0 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_popup.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_1.jpg b/theme_bookstore/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 8389245ac..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_1.webp b/theme_bookstore/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..db9739ade Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_2.jpg b/theme_bookstore/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index b394c7247..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_2.webp b/theme_bookstore/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..8c415f0ee Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_3.jpg b/theme_bookstore/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 9c97f5c24..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_3.webp b/theme_bookstore/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..2b19e1222 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_4.jpg b/theme_bookstore/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index d139f09bd..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_4.webp b/theme_bookstore/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..ec2dca505 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_5.jpg b/theme_bookstore/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index d79064016..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_5.webp b/theme_bookstore/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..4105d0a58 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_6.jpg b/theme_bookstore/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 4a5d0abfc..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_6.webp b/theme_bookstore/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..4e978c7f6 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_catalog.jpg b/theme_bookstore/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index 14dd50af2..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_product_catalog.webp b/theme_bookstore/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..a783dc5c5 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index c35ef1714..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..2b15c12cc Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index 77b85efe7..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..f347836bb Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.jpg b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.jpg deleted file mode 100644 index 87e7d311d..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.webp b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.webp new file mode 100644 index 000000000..fce5d9a57 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_bookstore/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index 8c2988b11..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_shape_image_default_image.webp b/theme_bookstore/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..4963dcac2 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 416110b21..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.webp b/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..e9253f18e Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_text_cover.jpg b/theme_bookstore/static/src/img/snippets/s_text_cover.jpg deleted file mode 100644 index a7315d1a7..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_text_cover.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_text_cover.webp b/theme_bookstore/static/src/img/snippets/s_text_cover.webp new file mode 100644 index 000000000..13dabd7f2 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_text_cover.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_text_image.jpg b/theme_bookstore/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index 0cf6ea0ed..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_text_image.webp b/theme_bookstore/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..55ff45303 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_1.jpg b/theme_bookstore/static/src/img/snippets/s_unveil_1.jpg deleted file mode 100644 index 2c8d92ea9..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_unveil_1.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_1.webp b/theme_bookstore/static/src/img/snippets/s_unveil_1.webp new file mode 100644 index 000000000..a2c53318a Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_unveil_1.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_2.jpg b/theme_bookstore/static/src/img/snippets/s_unveil_2.jpg deleted file mode 100644 index 9b003d88f..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_unveil_2.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_2.webp b/theme_bookstore/static/src/img/snippets/s_unveil_2.webp new file mode 100644 index 000000000..67bf55dc5 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_unveil_2.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_3.jpg b/theme_bookstore/static/src/img/snippets/s_unveil_3.jpg deleted file mode 100644 index 09ddd32e1..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_unveil_3.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_3.webp b/theme_bookstore/static/src/img/snippets/s_unveil_3.webp new file mode 100644 index 000000000..febcc5bb8 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_unveil_3.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_4.jpg b/theme_bookstore/static/src/img/snippets/s_unveil_4.jpg deleted file mode 100644 index b55e037d6..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_unveil_4.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_4.webp b/theme_bookstore/static/src/img/snippets/s_unveil_4.webp new file mode 100644 index 000000000..645d7e466 Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_unveil_4.webp differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_5.jpg b/theme_bookstore/static/src/img/snippets/s_unveil_5.jpg deleted file mode 100644 index 504c4eea3..000000000 Binary files a/theme_bookstore/static/src/img/snippets/s_unveil_5.jpg and /dev/null differ diff --git a/theme_bookstore/static/src/img/snippets/s_unveil_5.webp b/theme_bookstore/static/src/img/snippets/s_unveil_5.webp new file mode 100644 index 000000000..7c4a4657f Binary files /dev/null and b/theme_bookstore/static/src/img/snippets/s_unveil_5.webp differ diff --git a/theme_bookstore/views/images.xml b/theme_bookstore/views/images.xml index d7e7d0fca..3521634cf 100644 --- a/theme_bookstore/views/images.xml +++ b/theme_bookstore/views/images.xml @@ -6,449 +6,449 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_bookstore/static/src/img/content/content_img_02.jpg + /theme_bookstore/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_bookstore/static/src/img/content/content_img_03.jpg + /theme_bookstore/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_bookstore/static/src/img/content/content_img_07.jpg + /theme_bookstore/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_bookstore/static/src/img/content/content_img_09.jpg + /theme_bookstore/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_bookstore/static/src/img/content/content_img_10.jpg + /theme_bookstore/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_bookstore/static/src/img/content/content_img_11.jpg + /theme_bookstore/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_bookstore/static/src/img/content/content_img_12.jpg + /theme_bookstore/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_bookstore/static/src/img/snippets/s_banner.jpg + /theme_bookstore/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_bookstore/static/src/img/snippets/s_banner_2.jpg + /theme_bookstore/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_bookstore/static/src/img/snippets/s_banner_3.jpg + /theme_bookstore/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_bookstore/static/src/img/snippets/s_popup.jpg + /theme_bookstore/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_bookstore/static/src/img/snippets/s_cover.jpg + /theme_bookstore/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_bookstore/static/src/img/snippets/s_text_image.jpg + /theme_bookstore/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_bookstore/static/src/img/snippets/s_image_text.jpg + /theme_bookstore/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_bookstore/static/src/img/snippets/s_picture.jpg + /theme_bookstore/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_bookstore/static/src/img/snippets/library_image_11.jpg + /theme_bookstore/static/src/img/snippets/library_image_11.webp website.library_image_16 website.library_image_16 - /theme_bookstore/static/src/img/snippets/library_image_16.jpg + /theme_bookstore/static/src/img/snippets/library_image_16.webp website.library_image_14 website.library_image_14 - /theme_bookstore/static/src/img/snippets/library_image_14.jpg + /theme_bookstore/static/src/img/snippets/library_image_14.webp website.library_image_13 website.library_image_13 - /theme_bookstore/static/src/img/snippets/library_image_13.jpg + /theme_bookstore/static/src/img/snippets/library_image_13.webp website.library_image_10 website.library_image_10 - /theme_bookstore/static/src/img/snippets/library_image_10.jpg + /theme_bookstore/static/src/img/snippets/library_image_10.webp website.library_image_08 website.library_image_08 - /theme_bookstore/static/src/img/snippets/library_image_08.jpg + /theme_bookstore/static/src/img/snippets/library_image_08.webp website.library_image_07 website.library_image_07 - /theme_bookstore/static/src/img/snippets/library_image_07.jpg + /theme_bookstore/static/src/img/snippets/library_image_07.webp website.library_image_05 website.library_image_05 - /theme_bookstore/static/src/img/snippets/library_image_05.jpg + /theme_bookstore/static/src/img/snippets/library_image_05.webp website.library_image_03 website.library_image_03 - /theme_bookstore/static/src/img/snippets/library_image_03.jpg + /theme_bookstore/static/src/img/snippets/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_bookstore/static/src/img/snippets/library_image_02.jpg + /theme_bookstore/static/src/img/snippets/library_image_02.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_bookstore/static/src/img/snippets/s_masonry_block.jpg + /theme_bookstore/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_bookstore/static/src/img/snippets/s_carousel_1.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_bookstore/static/src/img/snippets/s_carousel_2.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_bookstore/static/src/img/snippets/s_carousel_3.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_bookstore/static/src/img/snippets/s_product_catalog.jpg + /theme_bookstore/static/src/img/snippets/s_product_catalog.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_bookstore/static/src/img/snippets/s_carousel_1.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_bookstore/static/src/img/snippets/s_carousel_2.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_bookstore/static/src/img/snippets/s_carousel_3.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_bookstore/static/src/img/snippets/s_media_list_1.jpg + /theme_bookstore/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_bookstore/static/src/img/snippets/s_media_list_2.jpg + /theme_bookstore/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_bookstore/static/src/img/snippets/s_media_list_3.jpg + /theme_bookstore/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_bookstore/static/src/img/snippets/s_parallax.jpg + /theme_bookstore/static/src/img/snippets/s_parallax.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_bookstore/static/src/img/snippets/s_product_catalog.jpg + /theme_bookstore/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_bookstore/static/src/img/snippets/s_product_1.jpg + /theme_bookstore/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_bookstore/static/src/img/snippets/s_product_2.jpg + /theme_bookstore/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_bookstore/static/src/img/snippets/s_product_3.jpg + /theme_bookstore/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_bookstore/static/src/img/snippets/s_product_4.jpg + /theme_bookstore/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_bookstore/static/src/img/snippets/s_product_5.jpg + /theme_bookstore/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_bookstore/static/src/img/snippets/s_product_6.jpg + /theme_bookstore/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_bookstore/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_bookstore/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_6 website.s_quotes_carousel_demo_image_6 - /theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.jpg + /theme_bookstore/static/src/img/snippets/s_quotes_carousel_3.webp website.library_image_17 website.library_image_17 - /theme_bookstore/static/src/img/snippets/s_newsletter.jpg + /theme_bookstore/static/src/img/snippets/s_newsletter.webp website.s_unveil_bookstore_1 website.s_unveil_bookstore_1 - /theme_bookstore/static/src/img/snippets/s_unveil_1.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_1.webp website.s_unveil_bookstore_2 website.s_unveil_bookstore_2 - /theme_bookstore/static/src/img/snippets/s_unveil_2.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_2.webp website.s_unveil_bookstore_3 website.s_unveil_bookstore_3 - /theme_bookstore/static/src/img/snippets/s_unveil_3.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_3.webp website.s_unveil_bookstore_4 website.s_unveil_bookstore_4 - /theme_bookstore/static/src/img/snippets/s_unveil_4.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_4.webp website.s_unveil_bookstore_5 website.s_unveil_bookstore_5 - /theme_bookstore/static/src/img/snippets/s_unveil_5.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_5.webp website.s_cta_box_default_image website.s_cta_box_default_image - /theme_bookstore/static/src/img/snippets/s_cta_box_default_image.jpg + /theme_bookstore/static/src/img/snippets/s_cta_box_default_image.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_bookstore/static/src/img/snippets/s_accordion_image.jpg + /theme_bookstore/static/src/img/snippets/s_accordion_image.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_bookstore/static/src/img/snippets/s_carousel_2.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_2.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_bookstore/static/src/img/snippets/s_product_1.jpg + /theme_bookstore/static/src/img/snippets/s_product_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_bookstore/static/src/img/snippets/s_product_2.jpg + /theme_bookstore/static/src/img/snippets/s_product_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_bookstore/static/src/img/snippets/s_product_3.jpg + /theme_bookstore/static/src/img/snippets/s_product_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_bookstore/static/src/img/snippets/s_product_4.jpg + /theme_bookstore/static/src/img/snippets/s_product_4.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_bookstore/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_bookstore/static/src/img/snippets/s_kickoff_default_image.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_bookstore/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_bookstore/static/src/img/snippets/s_banner.jpg + /theme_bookstore/static/src/img/snippets/s_banner.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_bookstore/static/src/img/snippets/s_unveil_3.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_3.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_bookstore/static/src/img/snippets/s_carousel_2.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_2.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_bookstore/static/src/img/snippets/s_carousel_1.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_1.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_bookstore/static/src/img/snippets/s_carousel_3.jpg + /theme_bookstore/static/src/img/snippets/s_carousel_3.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_bookstore/static/src/img/snippets/s_picture.jpg + /theme_bookstore/static/src/img/snippets/s_picture.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_bookstore/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_bookstore/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_bookstore/static/src/img/snippets/s_masonry_block.jpg + /theme_bookstore/static/src/img/snippets/s_masonry_block.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_bookstore/static/src/img/snippets/s_parallax.jpg + /theme_bookstore/static/src/img/snippets/s_parallax.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_bookstore/static/src/img/snippets/s_cover.jpg + /theme_bookstore/static/src/img/snippets/s_cover.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_bookstore/static/src/img/snippets/s_unveil_5.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_bookstore/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_bookstore/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_bookstore/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_bookstore/static/src/img/snippets/s_unveil_3.jpg + /theme_bookstore/static/src/img/snippets/s_unveil_3.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_bookstore/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_bookstore/static/src/img/snippets/s_empowerment_default_image.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_bookstore/static/src/img/snippets/s_text_cover.jpg + /theme_bookstore/static/src/img/snippets/s_text_cover.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_bookstore/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_bookstore/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_buzzy/__manifest__.py b/theme_buzzy/__manifest__.py index 693c9b442..21cf03b9a 100644 --- a/theme_buzzy/__manifest__.py +++ b/theme_buzzy/__manifest__.py @@ -72,8 +72,8 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/buzzy_cover.jpg', - 'static/description/buzzy_screenshot.jpg', + 'static/description/buzzy_cover.webp', + 'static/description/buzzy_screenshot.webp', ], 'configurator_snippets': { 'homepage': ['s_banner', 's_discovery', 's_showcase', 's_key_benefits', 's_accordion_image', 's_cta_box'], diff --git a/theme_buzzy/static/description/buzzy_cover.jpg b/theme_buzzy/static/description/buzzy_cover.jpg deleted file mode 100644 index 47aa733b7..000000000 Binary files a/theme_buzzy/static/description/buzzy_cover.jpg and /dev/null differ diff --git a/theme_buzzy/static/description/buzzy_cover.webp b/theme_buzzy/static/description/buzzy_cover.webp new file mode 100644 index 000000000..5f5cf8937 Binary files /dev/null and b/theme_buzzy/static/description/buzzy_cover.webp differ diff --git a/theme_buzzy/static/description/buzzy_screenshot.jpg b/theme_buzzy/static/description/buzzy_screenshot.jpg deleted file mode 100644 index 96774a2f3..000000000 Binary files a/theme_buzzy/static/description/buzzy_screenshot.jpg and /dev/null differ diff --git a/theme_buzzy/static/description/buzzy_screenshot.webp b/theme_buzzy/static/description/buzzy_screenshot.webp new file mode 100644 index 000000000..1bbcf9050 Binary files /dev/null and b/theme_buzzy/static/description/buzzy_screenshot.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_02.jpg b/theme_buzzy/static/src/img/photos/library_image_02.jpg deleted file mode 100644 index 149aafc99..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_02.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_02.webp b/theme_buzzy/static/src/img/photos/library_image_02.webp new file mode 100644 index 000000000..d46a29c59 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_02.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_03.jpg b/theme_buzzy/static/src/img/photos/library_image_03.jpg deleted file mode 100644 index dcb63c96d..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_03.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_03.webp b/theme_buzzy/static/src/img/photos/library_image_03.webp new file mode 100644 index 000000000..bf1e076ea Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_03.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_05.jpg b/theme_buzzy/static/src/img/photos/library_image_05.jpg deleted file mode 100644 index ea0f0e2fd..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_05.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_05.webp b/theme_buzzy/static/src/img/photos/library_image_05.webp new file mode 100644 index 000000000..0f1ba6a50 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_05.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_08.jpg b/theme_buzzy/static/src/img/photos/library_image_08.jpg deleted file mode 100644 index cb6554d4e..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_08.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_08.webp b/theme_buzzy/static/src/img/photos/library_image_08.webp new file mode 100644 index 000000000..1b916cc1f Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_08.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_10.jpg b/theme_buzzy/static/src/img/photos/library_image_10.jpg deleted file mode 100644 index 59631b19c..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_10.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_10.webp b/theme_buzzy/static/src/img/photos/library_image_10.webp new file mode 100644 index 000000000..1ba58ea8d Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_10.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_13.jpg b/theme_buzzy/static/src/img/photos/library_image_13.jpg deleted file mode 100644 index 32f1144a3..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_13.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_13.webp b/theme_buzzy/static/src/img/photos/library_image_13.webp new file mode 100644 index 000000000..e2f43f36c Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_13.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_14.jpg b/theme_buzzy/static/src/img/photos/library_image_14.jpg deleted file mode 100644 index bebf222e8..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_14.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_14.webp b/theme_buzzy/static/src/img/photos/library_image_14.webp new file mode 100644 index 000000000..ba7264ee6 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_14.webp differ diff --git a/theme_buzzy/static/src/img/photos/library_image_16.jpg b/theme_buzzy/static/src/img/photos/library_image_16.jpg deleted file mode 100644 index ea09614ab..000000000 Binary files a/theme_buzzy/static/src/img/photos/library_image_16.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/library_image_16.webp b/theme_buzzy/static/src/img/photos/library_image_16.webp new file mode 100644 index 000000000..a18dbf1e2 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/library_image_16.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_carousel_default_image_1.jpg b/theme_buzzy/static/src/img/photos/s_carousel_default_image_1.jpg deleted file mode 100644 index 4289db4b2..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_carousel_default_image_1.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_carousel_default_image_1.webp b/theme_buzzy/static/src/img/photos/s_carousel_default_image_1.webp new file mode 100644 index 000000000..fd268f945 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_carousel_default_image_1.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_carousel_default_image_2.jpg b/theme_buzzy/static/src/img/photos/s_carousel_default_image_2.jpg deleted file mode 100644 index 9e0cefe75..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_carousel_default_image_2.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_carousel_default_image_2.webp b/theme_buzzy/static/src/img/photos/s_carousel_default_image_2.webp new file mode 100644 index 000000000..938acf945 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_carousel_default_image_2.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_carousel_default_image_3.jpg b/theme_buzzy/static/src/img/photos/s_carousel_default_image_3.jpg deleted file mode 100644 index b621df66b..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_carousel_default_image_3.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_carousel_default_image_3.webp b/theme_buzzy/static/src/img/photos/s_carousel_default_image_3.webp new file mode 100644 index 000000000..8f9565291 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_carousel_default_image_3.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_cover_default_image.jpg b/theme_buzzy/static/src/img/photos/s_cover_default_image.jpg deleted file mode 100644 index 2edd6c2bb..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_cover_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_cover_default_image.webp b/theme_buzzy/static/src/img/photos/s_cover_default_image.webp new file mode 100644 index 000000000..15a84ff74 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_cover_default_image.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_empowerment_default_image.jpg b/theme_buzzy/static/src/img/photos/s_empowerment_default_image.jpg deleted file mode 100644 index 0fc3de981..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_empowerment_default_image.webp b/theme_buzzy/static/src/img/photos/s_empowerment_default_image.webp new file mode 100644 index 000000000..51dd4c9dd Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_empowerment_default_image.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image.jpg b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image.jpg deleted file mode 100644 index 0c511424d..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image.webp b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image.webp new file mode 100644 index 000000000..3ad44612d Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.jpg b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.jpg deleted file mode 100644 index d2a94b3df..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.webp b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..214568cc4 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.jpg b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.jpg deleted file mode 100644 index fd4d8efe7..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.webp b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..0c218f03c Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.jpg b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 5abb92eae..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.webp b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..e29735612 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.jpg b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 443b421b7..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.webp b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..bcae1cfee Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.jpg b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 3cc26db39..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.webp b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..488e22478 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.jpg b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 6c0cc59e7..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.webp b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..56a76e325 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.jpg b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index a001d08b3..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.webp b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..e966bdafc Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_kickoff_default_image.jpg b/theme_buzzy/static/src/img/photos/s_kickoff_default_image.jpg deleted file mode 100644 index 453507f5d..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_kickoff_default_image.webp b/theme_buzzy/static/src/img/photos/s_kickoff_default_image.webp new file mode 100644 index 000000000..2dd4900ec Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_kickoff_default_image.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.jpg b/theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.jpg deleted file mode 100644 index c6903ea17..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.webp b/theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.webp new file mode 100644 index 000000000..f1a5371ef Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_parallax_default_image.jpg b/theme_buzzy/static/src/img/photos/s_parallax_default_image.jpg deleted file mode 100644 index 5f495ae95..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_parallax_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_parallax_default_image.webp b/theme_buzzy/static/src/img/photos/s_parallax_default_image.webp new file mode 100644 index 000000000..f8e7a0440 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_parallax_default_image.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_picture_default_image.jpg b/theme_buzzy/static/src/img/photos/s_picture_default_image.jpg deleted file mode 100644 index 86f93ce5c..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_picture_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_picture_default_image.webp b/theme_buzzy/static/src/img/photos/s_picture_default_image.webp new file mode 100644 index 000000000..c76e0d69f Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_picture_default_image.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_popup_default_image.jpg b/theme_buzzy/static/src/img/photos/s_popup_default_image.jpg deleted file mode 100644 index 29afb3a74..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_popup_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_popup_default_image.webp b/theme_buzzy/static/src/img/photos/s_popup_default_image.webp new file mode 100644 index 000000000..c3b7d5ea4 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_popup_default_image.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_showcase.jpg b/theme_buzzy/static/src/img/photos/s_showcase.jpg deleted file mode 100644 index ce29ee21c..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_showcase.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_showcase.webp b/theme_buzzy/static/src/img/photos/s_showcase.webp new file mode 100644 index 000000000..d31941136 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_showcase.webp differ diff --git a/theme_buzzy/static/src/img/photos/s_split_intro_default_image.jpg b/theme_buzzy/static/src/img/photos/s_split_intro_default_image.jpg deleted file mode 100644 index eeeba13f3..000000000 Binary files a/theme_buzzy/static/src/img/photos/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_buzzy/static/src/img/photos/s_split_intro_default_image.webp b/theme_buzzy/static/src/img/photos/s_split_intro_default_image.webp new file mode 100644 index 000000000..9b54e0fd7 Binary files /dev/null and b/theme_buzzy/static/src/img/photos/s_split_intro_default_image.webp differ diff --git a/theme_buzzy/views/images_library.xml b/theme_buzzy/views/images_library.xml index 6e987054d..65e73351d 100644 --- a/theme_buzzy/views/images_library.xml +++ b/theme_buzzy/views/images_library.xml @@ -5,346 +5,346 @@ website.library_image_08 website.library_image_08 - /theme_buzzy/static/src/img/photos/library_image_08.jpg + /theme_buzzy/static/src/img/photos/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_buzzy/static/src/img/photos/library_image_03.jpg + /theme_buzzy/static/src/img/photos/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_buzzy/static/src/img/photos/library_image_02.jpg + /theme_buzzy/static/src/img/photos/library_image_02.webp website.library_image_10 website.library_image_10 - /theme_buzzy/static/src/img/photos/library_image_10.jpg + /theme_buzzy/static/src/img/photos/library_image_10.webp website.library_image_13 website.library_image_13 - /theme_buzzy/static/src/img/photos/library_image_13.jpg + /theme_buzzy/static/src/img/photos/library_image_13.webp website.library_image_05 website.library_image_05 - /theme_buzzy/static/src/img/photos/library_image_05.jpg + /theme_buzzy/static/src/img/photos/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_buzzy/static/src/img/photos/library_image_14.jpg + /theme_buzzy/static/src/img/photos/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_buzzy/static/src/img/photos/library_image_16.jpg + /theme_buzzy/static/src/img/photos/library_image_16.webp website.s_picture_default_image website.s_picture_default_image - /theme_buzzy/static/src/img/photos/s_picture_default_image.jpg + /theme_buzzy/static/src/img/photos/s_picture_default_image.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_2.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_3.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_3.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_3.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_buzzy/static/src/img/photos/library_image_08.jpg + /theme_buzzy/static/src/img/photos/library_image_08.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_2.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_3.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_buzzy/static/src/img/photos/s_popup_default_image.jpg + /theme_buzzy/static/src/img/photos/s_popup_default_image.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_buzzy/static/src/img/photos/s_parallax_default_image.jpg + /theme_buzzy/static/src/img/photos/s_parallax_default_image.webp website.s_cover_default_image website.s_cover_default_image - /theme_buzzy/static/src/img/photos/s_cover_default_image.jpg + /theme_buzzy/static/src/img/photos/s_cover_default_image.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_buzzy/static/src/img/photos/library_image_14.jpg + /theme_buzzy/static/src/img/photos/library_image_14.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_buzzy/static/src/img/photos/library_image_05.jpg + /theme_buzzy/static/src/img/photos/library_image_05.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_buzzy/static/src/img/photos/library_image_10.jpg + /theme_buzzy/static/src/img/photos/library_image_10.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_buzzy/static/src/img/photos/s_carousel_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_carousel_default_image_1.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_buzzy/static/src/img/photos/library_image_16.jpg + /theme_buzzy/static/src/img/photos/library_image_16.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_buzzy/static/src/img/photos/s_kickoff_default_image.jpg + /theme_buzzy/static/src/img/photos/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_buzzy/static/src/img/photos/s_empowerment_default_image.jpg + /theme_buzzy/static/src/img/photos/s_empowerment_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_buzzy/static/src/img/photos/library_image_02.jpg + /theme_buzzy/static/src/img/photos/library_image_02.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_buzzy/static/src/img/photos/library_image_03.jpg + /theme_buzzy/static/src/img/photos/library_image_03.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_buzzy/static/src/img/photos/library_image_05.jpg + /theme_buzzy/static/src/img/photos/library_image_05.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_buzzy/static/src/img/photos/library_image_08.jpg + /theme_buzzy/static/src/img/photos/library_image_08.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_buzzy/static/src/img/photos/s_images_constellation_default_image.jpg + /theme_buzzy/static/src/img/photos/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.jpg + /theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_buzzy/static/src/img/photos/library_image_02.jpg + /theme_buzzy/static/src/img/photos/library_image_02.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_buzzy/static/src/img/photos/s_empowerment_default_image.jpg + /theme_buzzy/static/src/img/photos/s_empowerment_default_image.webp website.s_image_punchy_default_image website.s_image_punchy_default_image - /theme_buzzy/static/src/img/photos/library_image_03.jpg + /theme_buzzy/static/src/img/photos/library_image_03.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_buzzy/static/src/img/photos/s_showcase.jpg + /theme_buzzy/static/src/img/photos/s_showcase.webp website.s_striped_top_default_image website.s_striped_top_default_image - /theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_masonry_block_default_image_1.webp website.s_sidegrid_default_image_1 website.s_sidegrid_default_image_1 - /theme_buzzy/static/src/img/photos/s_kickoff_default_image.jpg + /theme_buzzy/static/src/img/photos/s_kickoff_default_image.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_buzzy/static/src/img/photos/s_empowerment_default_image.jpg + /theme_buzzy/static/src/img/photos/s_empowerment_default_image.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_buzzy/static/src/img/photos/library_image_02.jpg + /theme_buzzy/static/src/img/photos/library_image_02.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.webp website.s_framed_intro_default_image website.s_framed_intro_default_image - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_5.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_buzzy/static/src/img/photos/library_image_10.jpg + /theme_buzzy/static/src/img/photos/library_image_10.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_buzzy/static/src/img/photos/library_image_14.jpg + /theme_buzzy/static/src/img/photos/library_image_14.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_buzzy/static/src/img/photos/s_parallax_default_image.jpg + /theme_buzzy/static/src/img/photos/s_parallax_default_image.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.jpg + /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_buzzy/static/src/img/photos/s_cover_default_image.jpg + /theme_buzzy/static/src/img/photos/s_cover_default_image.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_buzzy/static/src/img/photos/s_split_intro_default_image.jpg + /theme_buzzy/static/src/img/photos/s_split_intro_default_image.webp website.s_tabs_images_default_image_4 website.s_tabs_images_default_image_4 - /theme_buzzy/static/src/img/photos/s_cover_default_image.jpg + /theme_buzzy/static/src/img/photos/s_cover_default_image.webp website.s_tabs_images_default_image_5 website.s_tabs_images_default_image_5 - /theme_buzzy/static/src/img/photos/library_image_13.jpg + /theme_buzzy/static/src/img/photos/library_image_13.webp diff --git a/theme_buzzy/views/snippets/s_image_punchy.xml b/theme_buzzy/views/snippets/s_image_punchy.xml index 91714cbd1..784fba4f5 100644 --- a/theme_buzzy/views/snippets/s_image_punchy.xml +++ b/theme_buzzy/views/snippets/s_image_punchy.xml @@ -5,7 +5,7 @@ /web_editor/image_shape/website.s_image_punchy_default_image/web_editor/geometric/geo_slanted.svg web_editor/geometric/geo_slanted - image/jpeg + image/webp s_image_punchy_default_image.svg ;;;; diff --git a/theme_clean/__manifest__.py b/theme_clean/__manifest__.py index 7e537752e..3b3fea068 100644 --- a/theme_clean/__manifest__.py +++ b/theme_clean/__manifest__.py @@ -52,14 +52,14 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/clean_description.jpg', - 'static/description/clean_screenshot.jpg', + 'static/description/clean_description.webp', + 'static/description/clean_screenshot.webp', ], 'images_preview_theme': { - 'website.s_image_text_default_image': '/theme_clean/static/src/img/content/image_content_20.jpg', - 'website.s_banner_default_image': '/theme_clean/static/src/img/backgrounds/bg_snippet_07.jpg', - 'website.s_text_image_default_image': '/theme_clean/static/src/img/content/image_content_19.jpg', - 'website.s_picture_default_image': '/theme_clean/static/src/img/content/image_content_21.jpg', + 'website.s_image_text_default_image': '/theme_clean/static/src/img/content/image_content_20.webp', + 'website.s_banner_default_image': '/theme_clean/static/src/img/backgrounds/bg_snippet_07.webp', + 'website.s_text_image_default_image': '/theme_clean/static/src/img/content/image_content_19.webp', + 'website.s_picture_default_image': '/theme_clean/static/src/img/content/image_content_21.webp', }, 'configurator_snippets': { 'homepage': ['s_banner', 's_color_blocks_2', 's_title', 's_text_image', 's_image_text', 's_numbers_showcase', 's_company_team', 's_accordion_image', 's_cta_card'], diff --git a/theme_clean/static/description/clean_description.jpg b/theme_clean/static/description/clean_description.jpg deleted file mode 100644 index 85ff7c980..000000000 Binary files a/theme_clean/static/description/clean_description.jpg and /dev/null differ diff --git a/theme_clean/static/description/clean_description.webp b/theme_clean/static/description/clean_description.webp new file mode 100644 index 000000000..8739e32b0 Binary files /dev/null and b/theme_clean/static/description/clean_description.webp differ diff --git a/theme_clean/static/description/clean_screenshot.jpg b/theme_clean/static/description/clean_screenshot.jpg deleted file mode 100644 index af3d3df17..000000000 Binary files a/theme_clean/static/description/clean_screenshot.jpg and /dev/null differ diff --git a/theme_clean/static/description/clean_screenshot.webp b/theme_clean/static/description/clean_screenshot.webp new file mode 100644 index 000000000..42330daaa Binary files /dev/null and b/theme_clean/static/description/clean_screenshot.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg deleted file mode 100644 index 728d9783e..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_05.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_05.webp new file mode 100644 index 000000000..5ffd1cce9 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_05.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_07.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_07.jpg deleted file mode 100644 index e2a7bd848..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_07.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_07.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_07.webp new file mode 100644 index 000000000..29b7580f5 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_07.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_08.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_08.jpg deleted file mode 100644 index 1030712be..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_08.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_08.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_08.webp new file mode 100644 index 000000000..5cf5982f0 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_08.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_09.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_09.jpg deleted file mode 100644 index ba8731c94..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_09.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_09.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_09.webp new file mode 100644 index 000000000..0d0cd628f Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_09.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_10.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_10.jpg deleted file mode 100644 index 66955793b..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_10.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_10.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_10.webp new file mode 100644 index 000000000..31d741fa7 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_10.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_11.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_11.jpg deleted file mode 100644 index 0d4688bf0..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_11.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_11.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_11.webp new file mode 100644 index 000000000..78cf52efa Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_11.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_12.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_12.jpg deleted file mode 100644 index 064ddde0c..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_12.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_12.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_12.webp new file mode 100644 index 000000000..b3dadb858 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_12.webp differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_13.jpg b/theme_clean/static/src/img/backgrounds/bg_snippet_13.jpg deleted file mode 100644 index de5456611..000000000 Binary files a/theme_clean/static/src/img/backgrounds/bg_snippet_13.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/bg_snippet_13.webp b/theme_clean/static/src/img/backgrounds/bg_snippet_13.webp new file mode 100644 index 000000000..8c4e57704 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/bg_snippet_13.webp differ diff --git a/theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.jpg b/theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.jpg deleted file mode 100644 index 1f664b5bc..000000000 Binary files a/theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.webp b/theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.webp new file mode 100644 index 000000000..b4e08d9c5 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.webp differ diff --git a/theme_clean/static/src/img/backgrounds/s_title_default_image.jpg b/theme_clean/static/src/img/backgrounds/s_title_default_image.jpg deleted file mode 100644 index 81cea1023..000000000 Binary files a/theme_clean/static/src/img/backgrounds/s_title_default_image.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/backgrounds/s_title_default_image.webp b/theme_clean/static/src/img/backgrounds/s_title_default_image.webp new file mode 100644 index 000000000..640796f95 Binary files /dev/null and b/theme_clean/static/src/img/backgrounds/s_title_default_image.webp differ diff --git a/theme_clean/static/src/img/content/image_content_19.jpg b/theme_clean/static/src/img/content/image_content_19.jpg deleted file mode 100644 index c2ed609f7..000000000 Binary files a/theme_clean/static/src/img/content/image_content_19.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_19.webp b/theme_clean/static/src/img/content/image_content_19.webp new file mode 100644 index 000000000..764079e2e Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_19.webp differ diff --git a/theme_clean/static/src/img/content/image_content_20.jpg b/theme_clean/static/src/img/content/image_content_20.jpg deleted file mode 100644 index f0f0f0a23..000000000 Binary files a/theme_clean/static/src/img/content/image_content_20.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_20.webp b/theme_clean/static/src/img/content/image_content_20.webp new file mode 100644 index 000000000..c2bb23022 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_20.webp differ diff --git a/theme_clean/static/src/img/content/image_content_21.jpg b/theme_clean/static/src/img/content/image_content_21.jpg deleted file mode 100644 index fafe7703d..000000000 Binary files a/theme_clean/static/src/img/content/image_content_21.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_21.webp b/theme_clean/static/src/img/content/image_content_21.webp new file mode 100644 index 000000000..bac44658a Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_21.webp differ diff --git a/theme_clean/static/src/img/content/image_content_22.jpg b/theme_clean/static/src/img/content/image_content_22.jpg deleted file mode 100644 index 9cb8a8286..000000000 Binary files a/theme_clean/static/src/img/content/image_content_22.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_22.webp b/theme_clean/static/src/img/content/image_content_22.webp new file mode 100644 index 000000000..89125e4a3 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_22.webp differ diff --git a/theme_clean/static/src/img/content/image_content_23.jpg b/theme_clean/static/src/img/content/image_content_23.jpg deleted file mode 100644 index d55782005..000000000 Binary files a/theme_clean/static/src/img/content/image_content_23.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_23.webp b/theme_clean/static/src/img/content/image_content_23.webp new file mode 100644 index 000000000..eff268f5e Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_23.webp differ diff --git a/theme_clean/static/src/img/content/image_content_24.jpg b/theme_clean/static/src/img/content/image_content_24.jpg deleted file mode 100644 index 742af3a2e..000000000 Binary files a/theme_clean/static/src/img/content/image_content_24.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_24.webp b/theme_clean/static/src/img/content/image_content_24.webp new file mode 100644 index 000000000..0853d7253 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_24.webp differ diff --git a/theme_clean/static/src/img/content/image_content_25.jpg b/theme_clean/static/src/img/content/image_content_25.jpg deleted file mode 100644 index 9aa9b7705..000000000 Binary files a/theme_clean/static/src/img/content/image_content_25.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_25.webp b/theme_clean/static/src/img/content/image_content_25.webp new file mode 100644 index 000000000..cab940332 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_25.webp differ diff --git a/theme_clean/static/src/img/content/image_content_26.jpg b/theme_clean/static/src/img/content/image_content_26.jpg deleted file mode 100644 index c1484d145..000000000 Binary files a/theme_clean/static/src/img/content/image_content_26.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_26.webp b/theme_clean/static/src/img/content/image_content_26.webp new file mode 100644 index 000000000..12d679e8f Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_26.webp differ diff --git a/theme_clean/static/src/img/content/image_content_27.jpg b/theme_clean/static/src/img/content/image_content_27.jpg deleted file mode 100644 index bf54431af..000000000 Binary files a/theme_clean/static/src/img/content/image_content_27.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_27.webp b/theme_clean/static/src/img/content/image_content_27.webp new file mode 100644 index 000000000..e11e58888 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_27.webp differ diff --git a/theme_clean/static/src/img/content/image_content_28.jpg b/theme_clean/static/src/img/content/image_content_28.jpg deleted file mode 100644 index 29a2bffd2..000000000 Binary files a/theme_clean/static/src/img/content/image_content_28.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_28.webp b/theme_clean/static/src/img/content/image_content_28.webp new file mode 100644 index 000000000..62cf81c10 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_28.webp differ diff --git a/theme_clean/static/src/img/content/image_content_29.jpg b/theme_clean/static/src/img/content/image_content_29.jpg deleted file mode 100644 index dbfe8bd9d..000000000 Binary files a/theme_clean/static/src/img/content/image_content_29.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_29.webp b/theme_clean/static/src/img/content/image_content_29.webp new file mode 100644 index 000000000..986cb0fe6 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_29.webp differ diff --git a/theme_clean/static/src/img/content/image_content_30.jpg b/theme_clean/static/src/img/content/image_content_30.jpg deleted file mode 100644 index a6704f7f4..000000000 Binary files a/theme_clean/static/src/img/content/image_content_30.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_30.webp b/theme_clean/static/src/img/content/image_content_30.webp new file mode 100644 index 000000000..134e2c095 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_30.webp differ diff --git a/theme_clean/static/src/img/content/image_content_31.jpg b/theme_clean/static/src/img/content/image_content_31.jpg deleted file mode 100644 index 62c81dcb9..000000000 Binary files a/theme_clean/static/src/img/content/image_content_31.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_31.webp b/theme_clean/static/src/img/content/image_content_31.webp new file mode 100644 index 000000000..7f105e749 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_31.webp differ diff --git a/theme_clean/static/src/img/content/image_content_32.jpg b/theme_clean/static/src/img/content/image_content_32.jpg deleted file mode 100644 index 7c21f6371..000000000 Binary files a/theme_clean/static/src/img/content/image_content_32.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_32.webp b/theme_clean/static/src/img/content/image_content_32.webp new file mode 100644 index 000000000..c96f58eae Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_32.webp differ diff --git a/theme_clean/static/src/img/content/image_content_33.jpg b/theme_clean/static/src/img/content/image_content_33.jpg deleted file mode 100644 index 35fca7137..000000000 Binary files a/theme_clean/static/src/img/content/image_content_33.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_33.webp b/theme_clean/static/src/img/content/image_content_33.webp new file mode 100644 index 000000000..260cc88cf Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_33.webp differ diff --git a/theme_clean/static/src/img/content/image_content_34.jpg b/theme_clean/static/src/img/content/image_content_34.jpg deleted file mode 100644 index 6f275b16f..000000000 Binary files a/theme_clean/static/src/img/content/image_content_34.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_34.webp b/theme_clean/static/src/img/content/image_content_34.webp new file mode 100644 index 000000000..a71bcf92a Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_34.webp differ diff --git a/theme_clean/static/src/img/content/image_content_35.jpg b/theme_clean/static/src/img/content/image_content_35.jpg deleted file mode 100644 index 8c51d87a7..000000000 Binary files a/theme_clean/static/src/img/content/image_content_35.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_35.webp b/theme_clean/static/src/img/content/image_content_35.webp new file mode 100644 index 000000000..b154e537c Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_35.webp differ diff --git a/theme_clean/static/src/img/content/image_content_36.jpg b/theme_clean/static/src/img/content/image_content_36.jpg deleted file mode 100644 index 5cebc9556..000000000 Binary files a/theme_clean/static/src/img/content/image_content_36.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_36.webp b/theme_clean/static/src/img/content/image_content_36.webp new file mode 100644 index 000000000..5e7548de9 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_36.webp differ diff --git a/theme_clean/static/src/img/content/image_content_37.jpg b/theme_clean/static/src/img/content/image_content_37.jpg deleted file mode 100644 index ff511bd89..000000000 Binary files a/theme_clean/static/src/img/content/image_content_37.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_37.webp b/theme_clean/static/src/img/content/image_content_37.webp new file mode 100644 index 000000000..a06168d24 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_37.webp differ diff --git a/theme_clean/static/src/img/content/image_content_38.jpg b/theme_clean/static/src/img/content/image_content_38.jpg deleted file mode 100644 index efc52ddd5..000000000 Binary files a/theme_clean/static/src/img/content/image_content_38.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_38.webp b/theme_clean/static/src/img/content/image_content_38.webp new file mode 100644 index 000000000..73b28d45d Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_38.webp differ diff --git a/theme_clean/static/src/img/content/image_content_39.jpg b/theme_clean/static/src/img/content/image_content_39.jpg deleted file mode 100644 index fe368bd53..000000000 Binary files a/theme_clean/static/src/img/content/image_content_39.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/image_content_39.webp b/theme_clean/static/src/img/content/image_content_39.webp new file mode 100644 index 000000000..2a8f5e391 Binary files /dev/null and b/theme_clean/static/src/img/content/image_content_39.webp differ diff --git a/theme_clean/static/src/img/content/library_image_02.jpg b/theme_clean/static/src/img/content/library_image_02.jpg deleted file mode 100644 index 7a55180f3..000000000 Binary files a/theme_clean/static/src/img/content/library_image_02.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/library_image_02.webp b/theme_clean/static/src/img/content/library_image_02.webp new file mode 100644 index 000000000..a36f44697 Binary files /dev/null and b/theme_clean/static/src/img/content/library_image_02.webp differ diff --git a/theme_clean/static/src/img/content/library_image_03.jpg b/theme_clean/static/src/img/content/library_image_03.jpg deleted file mode 100644 index 57bc8f571..000000000 Binary files a/theme_clean/static/src/img/content/library_image_03.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/library_image_03.webp b/theme_clean/static/src/img/content/library_image_03.webp new file mode 100644 index 000000000..0fc103f8c Binary files /dev/null and b/theme_clean/static/src/img/content/library_image_03.webp differ diff --git a/theme_clean/static/src/img/content/library_image_05.jpg b/theme_clean/static/src/img/content/library_image_05.jpg deleted file mode 100644 index be7bbb6ba..000000000 Binary files a/theme_clean/static/src/img/content/library_image_05.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/library_image_05.webp b/theme_clean/static/src/img/content/library_image_05.webp new file mode 100644 index 000000000..a39051beb Binary files /dev/null and b/theme_clean/static/src/img/content/library_image_05.webp differ diff --git a/theme_clean/static/src/img/content/library_image_10.jpg b/theme_clean/static/src/img/content/library_image_10.jpg deleted file mode 100644 index c7243a9c8..000000000 Binary files a/theme_clean/static/src/img/content/library_image_10.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/library_image_10.webp b/theme_clean/static/src/img/content/library_image_10.webp new file mode 100644 index 000000000..066160423 Binary files /dev/null and b/theme_clean/static/src/img/content/library_image_10.webp differ diff --git a/theme_clean/static/src/img/content/library_image_16.jpg b/theme_clean/static/src/img/content/library_image_16.jpg deleted file mode 100644 index 1f366ee96..000000000 Binary files a/theme_clean/static/src/img/content/library_image_16.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/library_image_16.webp b/theme_clean/static/src/img/content/library_image_16.webp new file mode 100644 index 000000000..35a4f0d1f Binary files /dev/null and b/theme_clean/static/src/img/content/library_image_16.webp differ diff --git a/theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.jpg b/theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.jpg deleted file mode 100644 index b11f0e18e..000000000 Binary files a/theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.webp b/theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.webp new file mode 100644 index 000000000..7931ee74c Binary files /dev/null and b/theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.webp differ diff --git a/theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.jpg b/theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.jpg deleted file mode 100644 index cb2e0b257..000000000 Binary files a/theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.webp b/theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.webp new file mode 100644 index 000000000..121e229ec Binary files /dev/null and b/theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.webp differ diff --git a/theme_clean/static/src/img/content/s_empowerment_default_image.jpg b/theme_clean/static/src/img/content/s_empowerment_default_image.jpg deleted file mode 100644 index c1f720edf..000000000 Binary files a/theme_clean/static/src/img/content/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_empowerment_default_image.webp b/theme_clean/static/src/img/content/s_empowerment_default_image.webp new file mode 100644 index 000000000..5d184de6b Binary files /dev/null and b/theme_clean/static/src/img/content/s_empowerment_default_image.webp differ diff --git a/theme_clean/static/src/img/content/s_images_constellation_default_image.jpg b/theme_clean/static/src/img/content/s_images_constellation_default_image.jpg deleted file mode 100644 index 3bd666a3a..000000000 Binary files a/theme_clean/static/src/img/content/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_constellation_default_image.webp b/theme_clean/static/src/img/content/s_images_constellation_default_image.webp new file mode 100644 index 000000000..e9fa306cb Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_constellation_default_image.webp differ diff --git a/theme_clean/static/src/img/content/s_images_constellation_default_image_1.jpg b/theme_clean/static/src/img/content/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 5af512494..000000000 Binary files a/theme_clean/static/src/img/content/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_constellation_default_image_1.webp b/theme_clean/static/src/img/content/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..67588b581 Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_constellation_default_image_1.webp differ diff --git a/theme_clean/static/src/img/content/s_images_constellation_default_image_2.jpg b/theme_clean/static/src/img/content/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 4e8ac28dc..000000000 Binary files a/theme_clean/static/src/img/content/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_constellation_default_image_2.webp b/theme_clean/static/src/img/content/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..197552280 Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_constellation_default_image_2.webp differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_1.jpg b/theme_clean/static/src/img/content/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index e35fe428a..000000000 Binary files a/theme_clean/static/src/img/content/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_1.webp b/theme_clean/static/src/img/content/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..866b7fd48 Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_mosaic_default_image_1.webp differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_2.jpg b/theme_clean/static/src/img/content/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index c18d0b35e..000000000 Binary files a/theme_clean/static/src/img/content/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_2.webp b/theme_clean/static/src/img/content/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..85bc84f3d Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_mosaic_default_image_2.webp differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_3.jpg b/theme_clean/static/src/img/content/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index a6e0aa3a8..000000000 Binary files a/theme_clean/static/src/img/content/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_3.webp b/theme_clean/static/src/img/content/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..73433c5ee Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_mosaic_default_image_3.webp differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_4.jpg b/theme_clean/static/src/img/content/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 86e4560f7..000000000 Binary files a/theme_clean/static/src/img/content/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_4.webp b/theme_clean/static/src/img/content/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..8ff78331f Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_mosaic_default_image_4.webp differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_5.jpg b/theme_clean/static/src/img/content/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 689c86e92..000000000 Binary files a/theme_clean/static/src/img/content/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_images_mosaic_default_image_5.webp b/theme_clean/static/src/img/content/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..dd6c71ba1 Binary files /dev/null and b/theme_clean/static/src/img/content/s_images_mosaic_default_image_5.webp differ diff --git a/theme_clean/static/src/img/content/s_intro_pill_default_image.jpg b/theme_clean/static/src/img/content/s_intro_pill_default_image.jpg deleted file mode 100644 index 64fa50468..000000000 Binary files a/theme_clean/static/src/img/content/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_intro_pill_default_image.webp b/theme_clean/static/src/img/content/s_intro_pill_default_image.webp new file mode 100644 index 000000000..d4cd72006 Binary files /dev/null and b/theme_clean/static/src/img/content/s_intro_pill_default_image.webp differ diff --git a/theme_clean/static/src/img/content/s_intro_pill_default_image_2.jpg b/theme_clean/static/src/img/content/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 354da4487..000000000 Binary files a/theme_clean/static/src/img/content/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_intro_pill_default_image_2.webp b/theme_clean/static/src/img/content/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..261d4a9b7 Binary files /dev/null and b/theme_clean/static/src/img/content/s_intro_pill_default_image_2.webp differ diff --git a/theme_clean/static/src/img/content/s_kickoff_default_image.jpg b/theme_clean/static/src/img/content/s_kickoff_default_image.jpg deleted file mode 100644 index 42e172de0..000000000 Binary files a/theme_clean/static/src/img/content/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_kickoff_default_image.webp b/theme_clean/static/src/img/content/s_kickoff_default_image.webp new file mode 100644 index 000000000..924368077 Binary files /dev/null and b/theme_clean/static/src/img/content/s_kickoff_default_image.webp differ diff --git a/theme_clean/static/src/img/content/s_popup.jpg b/theme_clean/static/src/img/content/s_popup.jpg deleted file mode 100644 index c083fb10e..000000000 Binary files a/theme_clean/static/src/img/content/s_popup.jpg and /dev/null differ diff --git a/theme_clean/static/src/img/content/s_popup.webp b/theme_clean/static/src/img/content/s_popup.webp new file mode 100644 index 000000000..0ea284ee4 Binary files /dev/null and b/theme_clean/static/src/img/content/s_popup.webp differ diff --git a/theme_clean/views/image_content.xml b/theme_clean/views/image_content.xml index 9245124bf..6bea1a5d6 100644 --- a/theme_clean/views/image_content.xml +++ b/theme_clean/views/image_content.xml @@ -5,402 +5,402 @@ website.s_banner_default_image website.s_banner_default_image - /theme_clean/static/src/img/backgrounds/bg_snippet_07.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_07.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_clean/static/src/img/content/image_content_27.jpg + /theme_clean/static/src/img/content/image_content_27.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_clean/static/src/img/backgrounds/bg_snippet_13.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_13.webp website.s_popup_default_image website.s_popup_default_image - /theme_clean/static/src/img/content/s_popup.jpg + /theme_clean/static/src/img/content/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_clean/static/src/img/backgrounds/bg_snippet_09.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_09.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_clean/static/src/img/content/image_content_19.jpg + /theme_clean/static/src/img/content/image_content_19.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_clean/static/src/img/content/image_content_20.jpg + /theme_clean/static/src/img/content/image_content_20.webp website.s_picture_default_image website.s_picture_default_image - /theme_clean/static/src/img/content/image_content_21.jpg + /theme_clean/static/src/img/content/image_content_21.webp website.library_image_11 website.library_image_11 - /theme_clean/static/src/img/content/image_content_22.jpg + /theme_clean/static/src/img/content/image_content_22.webp website.library_image_13 website.library_image_13 - /theme_clean/static/src/img/content/image_content_23.jpg + /theme_clean/static/src/img/content/image_content_23.webp website.library_image_07 website.library_image_07 - /theme_clean/static/src/img/content/image_content_24.jpg + /theme_clean/static/src/img/content/image_content_24.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_clean/static/src/img/backgrounds/bg_snippet_08.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_08.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_clean/static/src/img/content/image_content_25.jpg + /theme_clean/static/src/img/content/image_content_25.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_clean/static/src/img/content/image_content_26.jpg + /theme_clean/static/src/img/content/image_content_26.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_clean/static/src/img/content/image_content_27.jpg + /theme_clean/static/src/img/content/image_content_27.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.jpg + /theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_05.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_clean/static/src/img/backgrounds/bg_snippet_11.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_11.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_clean/static/src/img/content/image_content_25.jpg + /theme_clean/static/src/img/content/image_content_25.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_clean/static/src/img/content/image_content_26.jpg + /theme_clean/static/src/img/content/image_content_26.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_clean/static/src/img/content/image_content_27.jpg + /theme_clean/static/src/img/content/image_content_27.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_clean/static/src/img/content/image_content_28.jpg + /theme_clean/static/src/img/content/image_content_28.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_clean/static/src/img/content/image_content_29.jpg + /theme_clean/static/src/img/content/image_content_29.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_clean/static/src/img/content/image_content_30.jpg + /theme_clean/static/src/img/content/image_content_30.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_05.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_clean/static/src/img/content/image_content_31.jpg + /theme_clean/static/src/img/content/image_content_31.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_clean/static/src/img/content/image_content_32.jpg + /theme_clean/static/src/img/content/image_content_32.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_clean/static/src/img/content/image_content_33.jpg + /theme_clean/static/src/img/content/image_content_33.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_clean/static/src/img/content/image_content_34.jpg + /theme_clean/static/src/img/content/image_content_34.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_clean/static/src/img/content/image_content_35.jpg + /theme_clean/static/src/img/content/image_content_35.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_clean/static/src/img/content/image_content_36.jpg + /theme_clean/static/src/img/content/image_content_36.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_clean/static/src/img/content/image_content_37.jpg + /theme_clean/static/src/img/content/image_content_37.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.jpg + /theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_clean/static/src/img/backgrounds/bg_snippet_10.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_10.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_clean/static/src/img/backgrounds/bg_snippet_11.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_11.webp website.library_image_17 website.library_image_17 - /theme_clean/static/src/img/content/image_content_38.jpg + /theme_clean/static/src/img/content/image_content_38.webp website.s_color_blocks_2_default_image_1 website.s_color_blocks_2_default_image_1 - /theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.jpg + /theme_clean/static/src/img/content/s_color_blocks_2_default_image_1.webp website.s_color_blocks_2_default_image_2 website.s_color_blocks_2_default_image_2 - /theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.jpg + /theme_clean/static/src/img/content/s_color_blocks_2_default_image_2.webp website.library_image_02 website.library_image_02 - /theme_clean/static/src/img/content/library_image_02.jpg + /theme_clean/static/src/img/content/library_image_02.webp website.library_image_03 website.library_image_03 - /theme_clean/static/src/img/content/library_image_03.jpg + /theme_clean/static/src/img/content/library_image_03.webp website.library_image_05 website.library_image_05 - /theme_clean/static/src/img/content/library_image_05.jpg + /theme_clean/static/src/img/content/library_image_05.webp website.library_image_10 website.library_image_10 - /theme_clean/static/src/img/content/library_image_10.jpg + /theme_clean/static/src/img/content/library_image_10.webp website.library_image_16 website.library_image_16 - /theme_clean/static/src/img/content/library_image_16.jpg + /theme_clean/static/src/img/content/library_image_16.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_clean/static/src/img/backgrounds/bg_snippet_10.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_10.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_clean/static/src/img/content/image_content_22.jpg + /theme_clean/static/src/img/content/image_content_22.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_clean/static/src/img/content/image_content_23.jpg + /theme_clean/static/src/img/content/image_content_23.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_clean/static/src/img/content/image_content_27.jpg + /theme_clean/static/src/img/content/image_content_27.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_clean/static/src/img/content/image_content_19.jpg + /theme_clean/static/src/img/content/image_content_19.webp website.library_image_08 website.library_image_08 - /theme_clean/static/src/img/content/image_content_39.jpg + /theme_clean/static/src/img/content/image_content_39.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_05.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_clean/static/src/img/content/image_content_32.jpg + /theme_clean/static/src/img/content/image_content_32.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_clean/static/src/img/content/image_content_33.jpg + /theme_clean/static/src/img/content/image_content_33.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_clean/static/src/img/content/image_content_36.jpg + /theme_clean/static/src/img/content/image_content_36.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_clean/static/src/img/content/image_content_37.jpg + /theme_clean/static/src/img/content/image_content_37.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_clean/static/src/img/content/s_kickoff_default_image.jpg + /theme_clean/static/src/img/content/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_clean/static/src/img/content/s_intro_pill_default_image.jpg + /theme_clean/static/src/img/content/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_clean/static/src/img/content/s_intro_pill_default_image_2.jpg + /theme_clean/static/src/img/content/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_clean/static/src/img/backgrounds/bg_snippet_07.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_07.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_clean/static/src/img/backgrounds/bg_snippet_08.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_08.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_clean/static/src/img/backgrounds/bg_snippet_09.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_09.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_clean/static/src/img/backgrounds/s_title_default_image.jpg + /theme_clean/static/src/img/backgrounds/s_title_default_image.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_clean/static/src/img/content/s_images_mosaic_default_image_1.jpg + /theme_clean/static/src/img/content/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_clean/static/src/img/content/s_images_mosaic_default_image_2.jpg + /theme_clean/static/src/img/content/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_clean/static/src/img/content/s_images_mosaic_default_image_3.jpg + /theme_clean/static/src/img/content/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_clean/static/src/img/content/s_images_mosaic_default_image_4.jpg + /theme_clean/static/src/img/content/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_clean/static/src/img/content/s_images_mosaic_default_image_5.jpg + /theme_clean/static/src/img/content/s_images_mosaic_default_image_5.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_clean/static/src/img/content/s_images_constellation_default_image.jpg + /theme_clean/static/src/img/content/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_clean/static/src/img/content/s_images_constellation_default_image_1.jpg + /theme_clean/static/src/img/content/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_clean/static/src/img/content/s_images_constellation_default_image_2.jpg + /theme_clean/static/src/img/content/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_clean/static/src/img/content/library_image_16.jpg + /theme_clean/static/src/img/content/library_image_16.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_clean/static/src/img/content/s_empowerment_default_image.jpg + /theme_clean/static/src/img/content/s_empowerment_default_image.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_clean/static/src/img/content/s_images_mosaic_default_image_1.jpg + /theme_clean/static/src/img/content/s_images_mosaic_default_image_1.webp website.s_sidegrid_default_image_1 website.s_sidegrid_default_image_1 - /theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_05.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_clean/static/src/img/backgrounds/bg_snippet_12.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_12.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_clean/static/src/img/backgrounds/bg_snippet_11.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_11.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_clean/static/src/img/backgrounds/bg_snippet_09.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_09.webp website.s_framed_intro_default_image website.s_framed_intro_default_image - /theme_clean/static/src/img/content/s_empowerment_default_image.jpg + /theme_clean/static/src/img/content/s_empowerment_default_image.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_clean/static/src/img/content/library_image_10.jpg + /theme_clean/static/src/img/content/library_image_10.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_clean/static/src/img/backgrounds/bg_snippet_09.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_09.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_clean/static/src/img/backgrounds/bg_snippet_05.jpg + /theme_clean/static/src/img/backgrounds/bg_snippet_05.webp diff --git a/theme_clean/views/snippets/s_banner.xml b/theme_clean/views/snippets/s_banner.xml index 6ad1dd985..0dd19f0cf 100644 --- a/theme_clean/views/snippets/s_banner.xml +++ b/theme_clean/views/snippets/s_banner.xml @@ -18,7 +18,7 @@ /web_editor/image_shape/website.s_banner_default_image_2/web_editor/composition/composition_oval_line.svg?c2=o-color-2 web_editor/composition/composition_oval_line - image/jpeg + image/webp s_banner_2.svg ;#34495E;;; diff --git a/theme_clean/views/snippets/s_cta_box.xml b/theme_clean/views/snippets/s_cta_box.xml index 0662f4139..feaa246af 100644 --- a/theme_clean/views/snippets/s_cta_box.xml +++ b/theme_clean/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_clean/static/src/img/content/image_content_25.jpg + /theme_clean/static/src/img/content/image_content_25.webp diff --git a/theme_clean/views/snippets/s_image_text.xml b/theme_clean/views/snippets/s_image_text.xml index b48a3cfea..b55776243 100644 --- a/theme_clean/views/snippets/s_image_text.xml +++ b/theme_clean/views/snippets/s_image_text.xml @@ -14,7 +14,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/pattern/pattern_labyrinth.svg?c1=o-color-3&c2=o-color-5&c4=o-color-1 web_editor/pattern/pattern_labyrinth - image/jpeg + image/webp image_content_20.svg o-color-3;o-color-5;;o-color-1; diff --git a/theme_clean/views/snippets/s_text_image.xml b/theme_clean/views/snippets/s_text_image.xml index 4fad846ce..5cb1f5798 100644 --- a/theme_clean/views/snippets/s_text_image.xml +++ b/theme_clean/views/snippets/s_text_image.xml @@ -20,7 +20,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/pattern/pattern_point.svg?c1=o-color-1 web_editor/pattern/pattern_point - image/jpeg + image/webp image_content_19.svg o-color-1;;;; diff --git a/theme_cobalt/__manifest__.py b/theme_cobalt/__manifest__.py index 90c8c2a3f..b71e1a984 100644 --- a/theme_cobalt/__manifest__.py +++ b/theme_cobalt/__manifest__.py @@ -14,8 +14,8 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/cobalt_poster.jpg', - 'static/description/cobalt_screenshot.jpg', + 'static/description/cobalt_poster.webp', + 'static/description/cobalt_screenshot.webp', ], 'configurator_snippets': { 'homepage': ['s_banner', 's_image_text', 's_key_images', 's_text_image', 's_company_team_detail', 's_references_grid'], diff --git a/theme_cobalt/static/description/cobalt_poster.jpg b/theme_cobalt/static/description/cobalt_poster.jpg deleted file mode 100644 index 00b9c90a1..000000000 Binary files a/theme_cobalt/static/description/cobalt_poster.jpg and /dev/null differ diff --git a/theme_cobalt/static/description/cobalt_poster.webp b/theme_cobalt/static/description/cobalt_poster.webp new file mode 100644 index 000000000..a85a8ebcf Binary files /dev/null and b/theme_cobalt/static/description/cobalt_poster.webp differ diff --git a/theme_cobalt/static/description/cobalt_screenshot.jpg b/theme_cobalt/static/description/cobalt_screenshot.jpg deleted file mode 100644 index ac79c73c1..000000000 Binary files a/theme_cobalt/static/description/cobalt_screenshot.jpg and /dev/null differ diff --git a/theme_cobalt/static/description/cobalt_screenshot.webp b/theme_cobalt/static/description/cobalt_screenshot.webp new file mode 100644 index 000000000..8b3240289 Binary files /dev/null and b/theme_cobalt/static/description/cobalt_screenshot.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_banner.jpg b/theme_cobalt/static/src/img/pictures/s_banner.jpg deleted file mode 100644 index e1946f34d..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_banner.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_banner.webp b/theme_cobalt/static/src/img/pictures/s_banner.webp new file mode 100644 index 000000000..12dcd0f6f Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_banner.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_carousel_1.jpg b/theme_cobalt/static/src/img/pictures/s_carousel_1.jpg deleted file mode 100644 index 8ac463717..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_carousel_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_carousel_1.webp b/theme_cobalt/static/src/img/pictures/s_carousel_1.webp new file mode 100644 index 000000000..6711becba Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_carousel_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_carousel_2.jpg b/theme_cobalt/static/src/img/pictures/s_carousel_2.jpg deleted file mode 100644 index c2edba5cf..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_carousel_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_carousel_2.webp b/theme_cobalt/static/src/img/pictures/s_carousel_2.webp new file mode 100644 index 000000000..23bd5e205 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_carousel_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_carousel_3.jpg b/theme_cobalt/static/src/img/pictures/s_carousel_3.jpg deleted file mode 100644 index f72d5f3f8..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_carousel_3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_carousel_3.webp b/theme_cobalt/static/src/img/pictures/s_carousel_3.webp new file mode 100644 index 000000000..5f4f85d5b Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_carousel_3.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_1.jpg b/theme_cobalt/static/src/img/pictures/s_company_team_image_1.jpg deleted file mode 100644 index 31b957750..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_company_team_image_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_1.webp b/theme_cobalt/static/src/img/pictures/s_company_team_image_1.webp new file mode 100644 index 000000000..b32f6dfe1 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_company_team_image_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_2.jpg b/theme_cobalt/static/src/img/pictures/s_company_team_image_2.jpg deleted file mode 100644 index 3fcfec848..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_company_team_image_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_2.webp b/theme_cobalt/static/src/img/pictures/s_company_team_image_2.webp new file mode 100644 index 000000000..f3eaafaf8 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_company_team_image_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_3.jpg b/theme_cobalt/static/src/img/pictures/s_company_team_image_3.jpg deleted file mode 100644 index 322fe3bf0..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_company_team_image_3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_3.webp b/theme_cobalt/static/src/img/pictures/s_company_team_image_3.webp new file mode 100644 index 000000000..3d89c492f Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_company_team_image_3.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_4.jpg b/theme_cobalt/static/src/img/pictures/s_company_team_image_4.jpg deleted file mode 100644 index cff979bb9..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_company_team_image_4.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_4.webp b/theme_cobalt/static/src/img/pictures/s_company_team_image_4.webp new file mode 100644 index 000000000..9f85c1bf2 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_company_team_image_4.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_5.jpg b/theme_cobalt/static/src/img/pictures/s_company_team_image_5.jpg deleted file mode 100644 index 026d5e3bf..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_company_team_image_5.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_5.webp b/theme_cobalt/static/src/img/pictures/s_company_team_image_5.webp new file mode 100644 index 000000000..f5ddbbd8b Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_company_team_image_5.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_6.jpg b/theme_cobalt/static/src/img/pictures/s_company_team_image_6.jpg deleted file mode 100644 index b7312e866..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_company_team_image_6.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_company_team_image_6.webp b/theme_cobalt/static/src/img/pictures/s_company_team_image_6.webp new file mode 100644 index 000000000..3b9bdd891 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_company_team_image_6.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_cover.jpg b/theme_cobalt/static/src/img/pictures/s_cover.jpg deleted file mode 100644 index 1f33e0b10..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_cover.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_cover.webp b/theme_cobalt/static/src/img/pictures/s_cover.webp new file mode 100644 index 000000000..219bb6724 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_cover.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_empowerment_default_image.jpg b/theme_cobalt/static/src/img/pictures/s_empowerment_default_image.jpg deleted file mode 100644 index 2acb2048d..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_empowerment_default_image.webp b/theme_cobalt/static/src/img/pictures/s_empowerment_default_image.webp new file mode 100644 index 000000000..95fdc110d Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_empowerment_default_image.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_gallery_1.jpg b/theme_cobalt/static/src/img/pictures/s_gallery_1.jpg deleted file mode 100644 index 30916cdca..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_gallery_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_gallery_1.webp b/theme_cobalt/static/src/img/pictures/s_gallery_1.webp new file mode 100644 index 000000000..715370ffe Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_gallery_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_gallery_2.jpg b/theme_cobalt/static/src/img/pictures/s_gallery_2.jpg deleted file mode 100644 index a6af99986..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_gallery_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_gallery_2.webp b/theme_cobalt/static/src/img/pictures/s_gallery_2.webp new file mode 100644 index 000000000..922423563 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_gallery_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_gallery_3.jpg b/theme_cobalt/static/src/img/pictures/s_gallery_3.jpg deleted file mode 100644 index 6eda4e676..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_gallery_3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_gallery_3.webp b/theme_cobalt/static/src/img/pictures/s_gallery_3.webp new file mode 100644 index 000000000..e8fa45e57 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_gallery_3.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_1.jpg b/theme_cobalt/static/src/img/pictures/s_image_1.jpg deleted file mode 100644 index 5a6b8ed31..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_image_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_1.webp b/theme_cobalt/static/src/img/pictures/s_image_1.webp new file mode 100644 index 000000000..1aef607c5 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_image_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_2.jpg b/theme_cobalt/static/src/img/pictures/s_image_2.jpg deleted file mode 100644 index 0cdf83f8a..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_image_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_2.webp b/theme_cobalt/static/src/img/pictures/s_image_2.webp new file mode 100644 index 000000000..55eac6f82 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_image_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_3.jpg b/theme_cobalt/static/src/img/pictures/s_image_3.jpg deleted file mode 100644 index 18c395f68..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_image_3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_3.webp b/theme_cobalt/static/src/img/pictures/s_image_3.webp new file mode 100644 index 000000000..1b4137496 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_image_3.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_4.jpg b/theme_cobalt/static/src/img/pictures/s_image_4.jpg deleted file mode 100644 index af8556db7..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_image_4.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_4.webp b/theme_cobalt/static/src/img/pictures/s_image_4.webp new file mode 100644 index 000000000..f1b0687f8 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_image_4.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_5.jpg b/theme_cobalt/static/src/img/pictures/s_image_5.jpg deleted file mode 100644 index 4b9e9a926..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_image_5.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_5.webp b/theme_cobalt/static/src/img/pictures/s_image_5.webp new file mode 100644 index 000000000..733cdd4d2 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_image_5.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_6.jpg b/theme_cobalt/static/src/img/pictures/s_image_6.jpg deleted file mode 100644 index 9839f32bd..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_image_6.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_image_6.webp b/theme_cobalt/static/src/img/pictures/s_image_6.webp new file mode 100644 index 000000000..7021efd5f Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_image_6.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.jpg b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.jpg deleted file mode 100644 index fb91ad111..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.webp b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.webp new file mode 100644 index 000000000..61594b538 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.jpg b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.jpg deleted file mode 100644 index b98bcca64..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.webp b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..40b5295b2 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.jpg b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 320d8b0fc..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.webp b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..5452d1505 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.jpg b/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.jpg deleted file mode 100644 index 146364a1a..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.webp b/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.webp new file mode 100644 index 000000000..86c3369b2 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.jpg b/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.jpg deleted file mode 100644 index cd29ffe7e..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.webp b/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..b260ff896 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_kickoff_default_image.jpg b/theme_cobalt/static/src/img/pictures/s_kickoff_default_image.jpg deleted file mode 100644 index 67f8bce66..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_kickoff_default_image.webp b/theme_cobalt/static/src/img/pictures/s_kickoff_default_image.webp new file mode 100644 index 000000000..e611656f5 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_kickoff_default_image.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_masonry_block_1.jpg b/theme_cobalt/static/src/img/pictures/s_masonry_block_1.jpg deleted file mode 100644 index c9562e573..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_masonry_block_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_masonry_block_1.webp b/theme_cobalt/static/src/img/pictures/s_masonry_block_1.webp new file mode 100644 index 000000000..f839e5e7e Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_masonry_block_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_media_list_1.jpg b/theme_cobalt/static/src/img/pictures/s_media_list_1.jpg deleted file mode 100644 index 27622bb0b..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_media_list_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_media_list_1.webp b/theme_cobalt/static/src/img/pictures/s_media_list_1.webp new file mode 100644 index 000000000..12a35bedb Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_media_list_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_media_list_2.jpg b/theme_cobalt/static/src/img/pictures/s_media_list_2.jpg deleted file mode 100644 index ed2c95840..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_media_list_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_media_list_2.webp b/theme_cobalt/static/src/img/pictures/s_media_list_2.webp new file mode 100644 index 000000000..55bca4f48 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_media_list_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_media_list_3.jpg b/theme_cobalt/static/src/img/pictures/s_media_list_3.jpg deleted file mode 100644 index 3d3d4242b..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_media_list_3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_media_list_3.webp b/theme_cobalt/static/src/img/pictures/s_media_list_3.webp new file mode 100644 index 000000000..086044e03 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_media_list_3.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_parallax.jpg b/theme_cobalt/static/src/img/pictures/s_parallax.jpg deleted file mode 100644 index 94150fb0f..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_parallax.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_parallax.webp b/theme_cobalt/static/src/img/pictures/s_parallax.webp new file mode 100644 index 000000000..3dc4510e3 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_parallax.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_picture.jpg b/theme_cobalt/static/src/img/pictures/s_picture.jpg deleted file mode 100644 index 17238fd4d..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_picture.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_picture.webp b/theme_cobalt/static/src/img/pictures/s_picture.webp new file mode 100644 index 000000000..917e8d0a2 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_picture.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_catalog.jpg b/theme_cobalt/static/src/img/pictures/s_product_catalog.jpg deleted file mode 100644 index 375e2d959..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_product_catalog.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_catalog.webp b/theme_cobalt/static/src/img/pictures/s_product_catalog.webp new file mode 100644 index 000000000..dee3ce07d Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_product_catalog.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_1.jpg b/theme_cobalt/static/src/img/pictures/s_product_list_1.jpg deleted file mode 100644 index e400c526a..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_product_list_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_1.webp b/theme_cobalt/static/src/img/pictures/s_product_list_1.webp new file mode 100644 index 000000000..93c08cac8 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_product_list_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_2.jpg b/theme_cobalt/static/src/img/pictures/s_product_list_2.jpg deleted file mode 100644 index f0fd46a3a..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_product_list_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_2.webp b/theme_cobalt/static/src/img/pictures/s_product_list_2.webp new file mode 100644 index 000000000..95216f8aa Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_product_list_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_3.jpg b/theme_cobalt/static/src/img/pictures/s_product_list_3.jpg deleted file mode 100644 index 60d3594e2..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_product_list_3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_3.webp b/theme_cobalt/static/src/img/pictures/s_product_list_3.webp new file mode 100644 index 000000000..75aa54af2 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_product_list_3.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_4.jpg b/theme_cobalt/static/src/img/pictures/s_product_list_4.jpg deleted file mode 100644 index 1463ad62b..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_product_list_4.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_4.webp b/theme_cobalt/static/src/img/pictures/s_product_list_4.webp new file mode 100644 index 000000000..6f36da30a Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_product_list_4.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_5.jpg b/theme_cobalt/static/src/img/pictures/s_product_list_5.jpg deleted file mode 100644 index e8e6956bb..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_product_list_5.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_5.webp b/theme_cobalt/static/src/img/pictures/s_product_list_5.webp new file mode 100644 index 000000000..14c48eab4 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_product_list_5.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_6.jpg b/theme_cobalt/static/src/img/pictures/s_product_list_6.jpg deleted file mode 100644 index 64e777c30..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_product_list_6.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_product_list_6.webp b/theme_cobalt/static/src/img/pictures/s_product_list_6.webp new file mode 100644 index 000000000..8bacbf30e Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_product_list_6.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg b/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg deleted file mode 100644 index 65ef19dd1..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp b/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp new file mode 100644 index 000000000..eb7a8a317 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg b/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg deleted file mode 100644 index fe126d572..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp b/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp new file mode 100644 index 000000000..56a891805 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_split_intro_default_image.jpg b/theme_cobalt/static/src/img/pictures/s_split_intro_default_image.jpg deleted file mode 100644 index ce1378778..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_split_intro_default_image.webp b/theme_cobalt/static/src/img/pictures/s_split_intro_default_image.webp new file mode 100644 index 000000000..c366dfc66 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_split_intro_default_image.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_three_columns_1.jpg b/theme_cobalt/static/src/img/pictures/s_three_columns_1.jpg deleted file mode 100644 index b35445adc..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_three_columns_1.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_three_columns_1.webp b/theme_cobalt/static/src/img/pictures/s_three_columns_1.webp new file mode 100644 index 000000000..8095ed7a2 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_three_columns_1.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_three_columns_2.jpg b/theme_cobalt/static/src/img/pictures/s_three_columns_2.jpg deleted file mode 100644 index 5fc8f7a04..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_three_columns_2.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_three_columns_2.webp b/theme_cobalt/static/src/img/pictures/s_three_columns_2.webp new file mode 100644 index 000000000..4ce3c5c15 Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_three_columns_2.webp differ diff --git a/theme_cobalt/static/src/img/pictures/s_three_columns_3.jpg b/theme_cobalt/static/src/img/pictures/s_three_columns_3.jpg deleted file mode 100644 index 864496973..000000000 Binary files a/theme_cobalt/static/src/img/pictures/s_three_columns_3.jpg and /dev/null differ diff --git a/theme_cobalt/static/src/img/pictures/s_three_columns_3.webp b/theme_cobalt/static/src/img/pictures/s_three_columns_3.webp new file mode 100644 index 000000000..ae736fbbb Binary files /dev/null and b/theme_cobalt/static/src/img/pictures/s_three_columns_3.webp differ diff --git a/theme_cobalt/views/customizations.xml b/theme_cobalt/views/customizations.xml index bbbaba186..252ba1f38 100644 --- a/theme_cobalt/views/customizations.xml +++ b/theme_cobalt/views/customizations.xml @@ -200,7 +200,7 @@ - /theme_cobalt/static/src/img/pictures/s_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_image_3.webp diff --git a/theme_cobalt/views/images.xml b/theme_cobalt/views/images.xml index ba58c5e99..5d24a9af4 100644 --- a/theme_cobalt/views/images.xml +++ b/theme_cobalt/views/images.xml @@ -6,135 +6,135 @@ website.s_cover_default_image website.s_cover_default_image - /theme_cobalt/static/src/img/pictures/s_cover.jpg + /theme_cobalt/static/src/img/pictures/s_cover.webp website.s_banner_default_image website.s_banner_default_image - /theme_cobalt/static/src/img/pictures/s_banner.jpg + /theme_cobalt/static/src/img/pictures/s_banner.webp website.s_picture_default_image website.s_picture_default_image - /theme_cobalt/static/src/img/pictures/s_picture.jpg + /theme_cobalt/static/src/img/pictures/s_picture.webp website.library_image_11 website.library_image_11 - /theme_cobalt/static/src/img/pictures/s_three_columns_1.jpg + /theme_cobalt/static/src/img/pictures/s_three_columns_1.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_cobalt/static/src/img/pictures/s_three_columns_2.jpg + /theme_cobalt/static/src/img/pictures/s_three_columns_2.webp website.library_image_07 website.library_image_07 - /theme_cobalt/static/src/img/pictures/s_three_columns_3.jpg + /theme_cobalt/static/src/img/pictures/s_three_columns_3.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_cobalt/static/src/img/pictures/s_masonry_block_1.jpg + /theme_cobalt/static/src/img/pictures/s_masonry_block_1.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_cobalt/static/src/img/pictures/s_carousel_1.jpg + /theme_cobalt/static/src/img/pictures/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_cobalt/static/src/img/pictures/s_carousel_2.jpg + /theme_cobalt/static/src/img/pictures/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_cobalt/static/src/img/pictures/s_carousel_3.jpg + /theme_cobalt/static/src/img/pictures/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_cobalt/static/src/img/pictures/s_gallery_3.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_3.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_cobalt/static/src/img/pictures/s_gallery_2.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_2.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_cobalt/static/src/img/pictures/s_gallery_1.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_1.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_cobalt/static/src/img/pictures/s_carousel_1.jpg + /theme_cobalt/static/src/img/pictures/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_cobalt/static/src/img/pictures/s_carousel_2.jpg + /theme_cobalt/static/src/img/pictures/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_cobalt/static/src/img/pictures/s_carousel_3.jpg + /theme_cobalt/static/src/img/pictures/s_carousel_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_cobalt/static/src/img/pictures/s_parallax.jpg + /theme_cobalt/static/src/img/pictures/s_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_cobalt/static/src/img/pictures/s_company_team_image_1.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_cobalt/static/src/img/pictures/s_company_team_image_2.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_cobalt/static/src/img/pictures/s_company_team_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_cobalt/static/src/img/pictures/s_company_team_image_4.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_cobalt/static/src/img/pictures/s_company_team_image_5.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_cobalt/static/src/img/pictures/s_company_team_image_6.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_6.webp @@ -142,87 +142,87 @@ website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_cobalt/static/src/img/pictures/s_company_team_image_4.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_4.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_cobalt/static/src/img/pictures/s_company_team_image_2.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_2.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg + /theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_cobalt/static/src/img/pictures/s_company_team_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_company_team_image_3.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg + /theme_cobalt/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_cobalt/static/src/img/pictures/s_product_catalog.jpg + /theme_cobalt/static/src/img/pictures/s_product_catalog.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_cobalt/static/src/img/pictures/s_media_list_1.jpg + /theme_cobalt/static/src/img/pictures/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_cobalt/static/src/img/pictures/s_media_list_2.jpg + /theme_cobalt/static/src/img/pictures/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_cobalt/static/src/img/pictures/s_media_list_3.jpg + /theme_cobalt/static/src/img/pictures/s_media_list_3.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_cobalt/static/src/img/pictures/s_product_list_1.jpg + /theme_cobalt/static/src/img/pictures/s_product_list_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_cobalt/static/src/img/pictures/s_product_list_2.jpg + /theme_cobalt/static/src/img/pictures/s_product_list_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_cobalt/static/src/img/pictures/s_product_list_3.jpg + /theme_cobalt/static/src/img/pictures/s_product_list_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_cobalt/static/src/img/pictures/s_product_list_4.jpg + /theme_cobalt/static/src/img/pictures/s_product_list_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_cobalt/static/src/img/pictures/s_product_list_5.jpg + /theme_cobalt/static/src/img/pictures/s_product_list_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_cobalt/static/src/img/pictures/s_product_list_6.jpg + /theme_cobalt/static/src/img/pictures/s_product_list_6.webp @@ -236,76 +236,76 @@ website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_cobalt/static/src/img/pictures/s_cover.jpg + /theme_cobalt/static/src/img/pictures/s_cover.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_cobalt/static/src/img/pictures/s_gallery_1.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_1.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_cobalt/static/src/img/pictures/s_gallery_2.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_2.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_cobalt/static/src/img/pictures/s_gallery_3.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_3.webp website.library_image_10 website.library_image_10 - /theme_cobalt/static/src/img/pictures/s_image_4.jpg + /theme_cobalt/static/src/img/pictures/s_image_4.webp website.library_image_13 website.library_image_13 - /theme_cobalt/static/src/img/pictures/s_image_2.jpg + /theme_cobalt/static/src/img/pictures/s_image_2.webp website.library_image_05 website.library_image_05 - /theme_cobalt/static/src/img/pictures/s_image_5.jpg + /theme_cobalt/static/src/img/pictures/s_image_5.webp website.library_image_16 website.library_image_16 - /theme_cobalt/static/src/img/pictures/s_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_image_3.webp website.library_image_14 website.library_image_14 - /theme_cobalt/static/src/img/pictures/s_image_6.jpg + /theme_cobalt/static/src/img/pictures/s_image_6.webp website.library_image_08 website.library_image_08 - /theme_cobalt/static/src/img/pictures/s_gallery_1.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_1.webp website.library_image_03 website.library_image_03 - /theme_cobalt/static/src/img/pictures/s_image_1.jpg + /theme_cobalt/static/src/img/pictures/s_image_1.webp website.library_image_02 website.library_image_02 - /theme_cobalt/static/src/img/pictures/s_gallery_3.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_3.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_cobalt/static/src/img/pictures/s_media_list_1.jpg + /theme_cobalt/static/src/img/pictures/s_media_list_1.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_cobalt/static/src/img/pictures/s_product_catalog.jpg + /theme_cobalt/static/src/img/pictures/s_product_catalog.webp website.s_quadrant_default_image_3 @@ -315,174 +315,174 @@ website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_cobalt/static/src/img/pictures/s_carousel_1.jpg + /theme_cobalt/static/src/img/pictures/s_carousel_1.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_cobalt/static/src/img/pictures/s_gallery_1.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_1.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_cobalt/static/src/img/pictures/s_kickoff_default_image.jpg + /theme_cobalt/static/src/img/pictures/s_kickoff_default_image.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_cobalt/static/src/img/pictures/s_image_1.jpg + /theme_cobalt/static/src/img/pictures/s_image_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_cobalt/static/src/img/pictures/s_image_2.jpg + /theme_cobalt/static/src/img/pictures/s_image_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_cobalt/static/src/img/pictures/s_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_image_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_cobalt/static/src/img/pictures/s_image_4.jpg + /theme_cobalt/static/src/img/pictures/s_image_4.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.jpg + /theme_cobalt/static/src/img/pictures/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.jpg + /theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_cobalt/static/src/img/pictures/s_empowerment_default_image.jpg + /theme_cobalt/static/src/img/pictures/s_empowerment_default_image.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_cobalt/static/src/img/pictures/s_image_1.jpg + /theme_cobalt/static/src/img/pictures/s_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_cobalt/static/src/img/pictures/s_image_2.jpg + /theme_cobalt/static/src/img/pictures/s_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_cobalt/static/src/img/pictures/s_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_cobalt/static/src/img/pictures/s_image_4.jpg + /theme_cobalt/static/src/img/pictures/s_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_cobalt/static/src/img/pictures/s_image_5.jpg + /theme_cobalt/static/src/img/pictures/s_image_5.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.jpg + /theme_cobalt/static/src/img/pictures/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.jpg + /theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.jpg + /theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_cobalt/static/src/img/pictures/s_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_image_3.webp website.s_striped_top_default_image website.s_striped_top_default_image - /theme_cobalt/static/src/img/pictures/s_picture.jpg + /theme_cobalt/static/src/img/pictures/s_picture.webp website.s_sidegrid_default_image_1 website.s_sidegrid_default_image_1 - /theme_cobalt/static/src/img/pictures/s_gallery_3.jpg + /theme_cobalt/static/src/img/pictures/s_gallery_3.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_cobalt/static/src/img/pictures/s_image_3.jpg + /theme_cobalt/static/src/img/pictures/s_image_3.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_cobalt/static/src/img/pictures/s_image_4.jpg + /theme_cobalt/static/src/img/pictures/s_image_4.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_cobalt/static/src/img/pictures/s_kickoff_default_image.jpg + /theme_cobalt/static/src/img/pictures/s_kickoff_default_image.webp website.s_framed_intro_default_image website.s_framed_intro_default_image - /theme_cobalt/static/src/img/pictures/s_image_5.jpg + /theme_cobalt/static/src/img/pictures/s_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_cobalt/static/src/img/pictures/s_banner.jpg + /theme_cobalt/static/src/img/pictures/s_banner.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_cobalt/static/src/img/pictures/s_image_5.jpg + /theme_cobalt/static/src/img/pictures/s_image_5.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_cobalt/static/src/img/pictures/s_cover.jpg + /theme_cobalt/static/src/img/pictures/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_cobalt/static/src/img/pictures/s_picture.jpg + /theme_cobalt/static/src/img/pictures/s_picture.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_cobalt/static/src/img/pictures/s_split_intro_default_image.jpg + /theme_cobalt/static/src/img/pictures/s_split_intro_default_image.webp diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py index 2af2dc368..03049a9ca 100644 --- a/theme_enark/__manifest__.py +++ b/theme_enark/__manifest__.py @@ -60,17 +60,17 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/enark_description.jpg', - 'static/description/enark_screenshot.jpg', + 'static/description/enark_description.webp', + 'static/description/enark_screenshot.webp', ], 'images_preview_theme': { - 'website.library_image_03': '/theme_enark/static/src/img/snippets/library_image_03.jpg', - 'website.library_image_13': '/theme_enark/static/src/img/snippets/library_image_13.jpg', - 'website.library_image_10': '/theme_enark/static/src/img/snippets/library_image_10.jpg', - 'website.library_image_05': '/theme_enark/static/src/img/snippets/library_image_05.jpg', - 'website.library_image_14': '/theme_enark/static/src/img/snippets/library_image_14.jpg', - 'website.library_image_16': '/theme_enark/static/src/img/snippets/library_image_16.jpg', - 'website.library_image_02': '/theme_enark/static/src/img/snippets/library_image_02.jpg', + 'website.library_image_03': '/theme_enark/static/src/img/snippets/library_image_03.webp', + 'website.library_image_13': '/theme_enark/static/src/img/snippets/library_image_13.webp', + 'website.library_image_10': '/theme_enark/static/src/img/snippets/library_image_10.webp', + 'website.library_image_05': '/theme_enark/static/src/img/snippets/library_image_05.webp', + 'website.library_image_14': '/theme_enark/static/src/img/snippets/library_image_14.webp', + 'website.library_image_16': '/theme_enark/static/src/img/snippets/library_image_16.webp', + 'website.library_image_02': '/theme_enark/static/src/img/snippets/library_image_02.webp', }, 'configurator_snippets': { 'homepage': ['s_freegrid', 's_features_wall', 's_numbers_list', 's_title', 's_images_wall', 's_references', 's_cta_box'], diff --git a/theme_enark/static/description/enark_description.jpg b/theme_enark/static/description/enark_description.jpg deleted file mode 100644 index c4d41ec43..000000000 Binary files a/theme_enark/static/description/enark_description.jpg and /dev/null differ diff --git a/theme_enark/static/description/enark_description.webp b/theme_enark/static/description/enark_description.webp new file mode 100644 index 000000000..2b663a503 Binary files /dev/null and b/theme_enark/static/description/enark_description.webp differ diff --git a/theme_enark/static/description/enark_screenshot.jpg b/theme_enark/static/description/enark_screenshot.jpg deleted file mode 100644 index 2a5076688..000000000 Binary files a/theme_enark/static/description/enark_screenshot.jpg and /dev/null differ diff --git a/theme_enark/static/description/enark_screenshot.webp b/theme_enark/static/description/enark_screenshot.webp new file mode 100644 index 000000000..6709d0220 Binary files /dev/null and b/theme_enark/static/description/enark_screenshot.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_01.jpg b/theme_enark/static/src/img/backgrounds/bg_img_01.jpg deleted file mode 100755 index 24dac32ff..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_01.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_01.webp b/theme_enark/static/src/img/backgrounds/bg_img_01.webp new file mode 100644 index 000000000..aa840b1bd Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_01.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_02.jpg b/theme_enark/static/src/img/backgrounds/bg_img_02.jpg deleted file mode 100755 index e1474319e..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_02.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_02.webp b/theme_enark/static/src/img/backgrounds/bg_img_02.webp new file mode 100644 index 000000000..dac595ae1 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_02.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_03.jpg b/theme_enark/static/src/img/backgrounds/bg_img_03.jpg deleted file mode 100755 index d6b2b3391..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_03.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_03.webp b/theme_enark/static/src/img/backgrounds/bg_img_03.webp new file mode 100644 index 000000000..6e2befa52 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_03.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_04.jpg b/theme_enark/static/src/img/backgrounds/bg_img_04.jpg deleted file mode 100755 index a1d5bd8d6..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_04.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_04.webp b/theme_enark/static/src/img/backgrounds/bg_img_04.webp new file mode 100644 index 000000000..dee0a3674 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_04.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_05.jpg b/theme_enark/static/src/img/backgrounds/bg_img_05.jpg deleted file mode 100755 index b802ec569..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_05.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_05.webp b/theme_enark/static/src/img/backgrounds/bg_img_05.webp new file mode 100644 index 000000000..4c4178aee Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_05.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_06.jpg b/theme_enark/static/src/img/backgrounds/bg_img_06.jpg deleted file mode 100755 index 449327e72..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_06.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_06.webp b/theme_enark/static/src/img/backgrounds/bg_img_06.webp new file mode 100644 index 000000000..901f73477 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_06.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_07.jpg b/theme_enark/static/src/img/backgrounds/bg_img_07.jpg deleted file mode 100755 index e8a1a32fe..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_07.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_07.webp b/theme_enark/static/src/img/backgrounds/bg_img_07.webp new file mode 100644 index 000000000..b5aa0a18d Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_07.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_08.jpg b/theme_enark/static/src/img/backgrounds/bg_img_08.jpg deleted file mode 100755 index 8d3b85838..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_08.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_08.webp b/theme_enark/static/src/img/backgrounds/bg_img_08.webp new file mode 100644 index 000000000..a2d4707b7 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_08.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_09.jpg b/theme_enark/static/src/img/backgrounds/bg_img_09.jpg deleted file mode 100755 index a1e0e61f2..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_09.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_09.webp b/theme_enark/static/src/img/backgrounds/bg_img_09.webp new file mode 100644 index 000000000..6be7fe3f8 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_09.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_10.jpg b/theme_enark/static/src/img/backgrounds/bg_img_10.jpg deleted file mode 100755 index 4e65df910..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_10.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_10.webp b/theme_enark/static/src/img/backgrounds/bg_img_10.webp new file mode 100644 index 000000000..80619a843 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_10.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_11.jpg b/theme_enark/static/src/img/backgrounds/bg_img_11.jpg deleted file mode 100755 index 86008323c..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_11.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_11.webp b/theme_enark/static/src/img/backgrounds/bg_img_11.webp new file mode 100644 index 000000000..eb54d9790 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_11.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_12.jpg b/theme_enark/static/src/img/backgrounds/bg_img_12.jpg deleted file mode 100755 index 12e69de49..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_img_12.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_img_12.webp b/theme_enark/static/src/img/backgrounds/bg_img_12.webp new file mode 100644 index 000000000..ee616b228 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_img_12.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_01.jpg b/theme_enark/static/src/img/backgrounds/bg_pattern_01.jpg deleted file mode 100755 index 9768f650b..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_pattern_01.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_01.webp b/theme_enark/static/src/img/backgrounds/bg_pattern_01.webp new file mode 100644 index 000000000..d199c8f1f Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_pattern_01.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_02.jpg b/theme_enark/static/src/img/backgrounds/bg_pattern_02.jpg deleted file mode 100755 index 6b38218d6..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_pattern_02.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_02.webp b/theme_enark/static/src/img/backgrounds/bg_pattern_02.webp new file mode 100644 index 000000000..68e950b48 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_pattern_02.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_03.jpg b/theme_enark/static/src/img/backgrounds/bg_pattern_03.jpg deleted file mode 100755 index 19b5885a9..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_pattern_03.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_03.webp b/theme_enark/static/src/img/backgrounds/bg_pattern_03.webp new file mode 100644 index 000000000..964641861 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_pattern_03.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_04.jpg b/theme_enark/static/src/img/backgrounds/bg_pattern_04.jpg deleted file mode 100755 index 074e47498..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_pattern_04.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_04.webp b/theme_enark/static/src/img/backgrounds/bg_pattern_04.webp new file mode 100644 index 000000000..1056dcb4a Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_pattern_04.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_05.jpg b/theme_enark/static/src/img/backgrounds/bg_pattern_05.jpg deleted file mode 100755 index 3e7a6007f..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_pattern_05.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_05.webp b/theme_enark/static/src/img/backgrounds/bg_pattern_05.webp new file mode 100644 index 000000000..1f7b411b2 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_pattern_05.webp differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_06.jpg b/theme_enark/static/src/img/backgrounds/bg_pattern_06.jpg deleted file mode 100755 index dccc9f8df..000000000 Binary files a/theme_enark/static/src/img/backgrounds/bg_pattern_06.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/backgrounds/bg_pattern_06.webp b/theme_enark/static/src/img/backgrounds/bg_pattern_06.webp new file mode 100644 index 000000000..fc46f29e8 Binary files /dev/null and b/theme_enark/static/src/img/backgrounds/bg_pattern_06.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_02.jpg b/theme_enark/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 8f2335c62..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_02.webp b/theme_enark/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..56549e91f Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_03.jpg b/theme_enark/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index 42c2f67a6..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_03.webp b/theme_enark/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..c38e20b99 Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_05.jpg b/theme_enark/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index ffb422e30..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_05.webp b/theme_enark/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..8d8878f89 Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_07.jpg b/theme_enark/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 996183f55..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_07.webp b/theme_enark/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..f823679b3 Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_08.jpg b/theme_enark/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index 222a03bbc..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_08.webp b/theme_enark/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..50f01bd58 Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_10.jpg b/theme_enark/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index b921b0f37..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_10.webp b/theme_enark/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..def492d3d Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_11.jpg b/theme_enark/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 1a7eaffb6..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_11.webp b/theme_enark/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..5f605007f Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_13.jpg b/theme_enark/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index de3441fef..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_13.webp b/theme_enark/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..5c0cd8577 Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_14.jpg b/theme_enark/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 30ecec3cf..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_14.webp b/theme_enark/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..9ba9500cc Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_15.jpg b/theme_enark/static/src/img/snippets/library_image_15.jpg deleted file mode 100644 index ca6f9823a..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_15.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_15.webp b/theme_enark/static/src/img/snippets/library_image_15.webp new file mode 100644 index 000000000..4472ca62a Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_15.webp differ diff --git a/theme_enark/static/src/img/snippets/library_image_16.jpg b/theme_enark/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index dd7d4d14c..000000000 Binary files a/theme_enark/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/library_image_16.webp b/theme_enark/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..d29aba672 Binary files /dev/null and b/theme_enark/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_enark/static/src/img/snippets/s_banner.jpg b/theme_enark/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 873da1064..000000000 Binary files a/theme_enark/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_banner.webp b/theme_enark/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..2d56f9c6f Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_banner.webp differ diff --git a/theme_enark/static/src/img/snippets/s_carousel_1.jpg b/theme_enark/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 554a1696b..000000000 Binary files a/theme_enark/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_carousel_1.webp b/theme_enark/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..980bc5fe5 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_enark/static/src/img/snippets/s_carousel_2.jpg b/theme_enark/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 69b911813..000000000 Binary files a/theme_enark/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_carousel_2.webp b/theme_enark/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..ac839049f Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_enark/static/src/img/snippets/s_carousel_3.jpg b/theme_enark/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 0790d6450..000000000 Binary files a/theme_enark/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_carousel_3.webp b/theme_enark/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..ee7cde7a8 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_enark/static/src/img/snippets/s_cover.jpg b/theme_enark/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index 93026aa69..000000000 Binary files a/theme_enark/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_cover.webp b/theme_enark/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..8a37673bd Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_cover.webp differ diff --git a/theme_enark/static/src/img/snippets/s_image_text.jpg b/theme_enark/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 2f92cab61..000000000 Binary files a/theme_enark/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_image_text.webp b/theme_enark/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..cf27deee2 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_enark/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 2ad96d5a4..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_enark/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..bd12cce13 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 66b35faaf..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..8c1497cc4 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 1acbb1b99..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..500623ffd Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index dbb7f3d8a..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..d339f2775 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 4066b9f1b..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..81f9993cd Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index af9625a31..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..4684a340a Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 1578c2cdd..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..3caf6e803 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index d727acae3..000000000 Binary files a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..129b016e9 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_enark/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_enark/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 59c3d826f..000000000 Binary files a/theme_enark/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_enark/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..bbafc3566 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index cddfea194..000000000 Binary files a/theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..fac163b97 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_enark/static/src/img/snippets/s_masonry_block.jpg b/theme_enark/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 90800df66..000000000 Binary files a/theme_enark/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_masonry_block.webp b/theme_enark/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..a0a7796de Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_enark/static/src/img/snippets/s_media_list_1.jpg b/theme_enark/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index ebb466d08..000000000 Binary files a/theme_enark/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_media_list_1.webp b/theme_enark/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..7b09e33b3 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_enark/static/src/img/snippets/s_media_list_2.jpg b/theme_enark/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 07eba4494..000000000 Binary files a/theme_enark/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_media_list_2.webp b/theme_enark/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..4ae3d67ac Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_enark/static/src/img/snippets/s_media_list_3.jpg b/theme_enark/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 3c9f1db29..000000000 Binary files a/theme_enark/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_media_list_3.webp b/theme_enark/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..2beec417d Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_enark/static/src/img/snippets/s_newsletter.jpg b/theme_enark/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 48e76e4c1..000000000 Binary files a/theme_enark/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_newsletter.webp b/theme_enark/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..61674628c Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_enark/static/src/img/snippets/s_parallax.jpg b/theme_enark/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index 2fd81e2f8..000000000 Binary files a/theme_enark/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_parallax.webp b/theme_enark/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..3c41e4548 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_enark/static/src/img/snippets/s_picture.jpg b/theme_enark/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 5a1c74da7..000000000 Binary files a/theme_enark/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_picture.webp b/theme_enark/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..4671fa823 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_picture.webp differ diff --git a/theme_enark/static/src/img/snippets/s_popup.jpg b/theme_enark/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 8652bbfc5..000000000 Binary files a/theme_enark/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_popup.webp b/theme_enark/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..387f97851 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_popup.webp differ diff --git a/theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.jpg b/theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index b7509285b..000000000 Binary files a/theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.webp b/theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..cb800ecac Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.webp differ diff --git a/theme_enark/static/src/img/snippets/s_product_1.jpg b/theme_enark/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 0f22e42de..000000000 Binary files a/theme_enark/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_product_1.webp b/theme_enark/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..b65f5a4c0 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_enark/static/src/img/snippets/s_product_2.jpg b/theme_enark/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index 7386cf48c..000000000 Binary files a/theme_enark/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_product_2.webp b/theme_enark/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..7aca00256 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_enark/static/src/img/snippets/s_product_3.jpg b/theme_enark/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 1392ecbda..000000000 Binary files a/theme_enark/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_product_3.webp b/theme_enark/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..fa26077f3 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_enark/static/src/img/snippets/s_product_4.jpg b/theme_enark/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index 3fc6dfbbf..000000000 Binary files a/theme_enark/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_product_4.webp b/theme_enark/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..279e91175 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_enark/static/src/img/snippets/s_product_5.jpg b/theme_enark/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 0cda9b30a..000000000 Binary files a/theme_enark/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_product_5.webp b/theme_enark/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..a3dbd00fe Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_enark/static/src/img/snippets/s_product_6.jpg b/theme_enark/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 177efb56f..000000000 Binary files a/theme_enark/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_product_6.webp b/theme_enark/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..2ef58aeec Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_enark/static/src/img/snippets/s_product_catalog.jpg b/theme_enark/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index c526c4812..000000000 Binary files a/theme_enark/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_product_catalog.webp b/theme_enark/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..8bbe83feb Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_enark/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_enark/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 0b3465b11..000000000 Binary files a/theme_enark/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_enark/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..401d679fa Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_enark/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_enark/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index b66617962..000000000 Binary files a/theme_enark/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_enark/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..c8528f14f Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_enark/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_enark/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index bc9e1f7b0..000000000 Binary files a/theme_enark/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_shape_image_default_image.webp b/theme_enark/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..54043df77 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_enark/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_enark/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 7baa306ca..000000000 Binary files a/theme_enark/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_split_intro_default_image.webp b/theme_enark/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..c28f8b5bd Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_enark/static/src/img/snippets/s_text_image.jpg b/theme_enark/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index edccc7e28..000000000 Binary files a/theme_enark/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_enark/static/src/img/snippets/s_text_image.webp b/theme_enark/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..ce530ad74 Binary files /dev/null and b/theme_enark/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_enark/static/src/scss/primary_variables.scss b/theme_enark/static/src/scss/primary_variables.scss index 09226c277..7f1196068 100644 --- a/theme_enark/static/src/scss/primary_variables.scss +++ b/theme_enark/static/src/scss/primary_variables.scss @@ -2,25 +2,25 @@ // Not used anymore by the editor: files and records kept for back-compatibility. // Check also in theme.scss and theme_common's mixins.scss. -$o-theme-bg-img-01: url("/theme_enark/static/src/img/backgrounds/bg_img_01.jpg"); -$o-theme-bg-img-02: url("/theme_enark/static/src/img/backgrounds/bg_img_02.jpg"); -$o-theme-bg-img-03: url("/theme_enark/static/src/img/backgrounds/bg_img_03.jpg"); -$o-theme-bg-img-04: url("/theme_enark/static/src/img/backgrounds/bg_img_04.jpg"); -$o-theme-bg-img-05: url("/theme_enark/static/src/img/backgrounds/bg_img_05.jpg"); -$o-theme-bg-img-06: url("/theme_enark/static/src/img/backgrounds/bg_img_06.jpg"); -$o-theme-bg-img-07: url("/theme_enark/static/src/img/backgrounds/bg_img_07.jpg"); -$o-theme-bg-img-08: url("/theme_enark/static/src/img/backgrounds/bg_img_08.jpg"); -$o-theme-bg-img-09: url("/theme_enark/static/src/img/backgrounds/bg_img_09.jpg"); -$o-theme-bg-img-10: url("/theme_enark/static/src/img/backgrounds/bg_img_10.jpg"); -$o-theme-bg-img-11: url("/theme_enark/static/src/img/backgrounds/bg_img_11.jpg"); -$o-theme-bg-img-12: url("/theme_enark/static/src/img/backgrounds/bg_img_12.jpg"); +$o-theme-bg-img-01: url("/theme_enark/static/src/img/backgrounds/bg_img_01.webp"); +$o-theme-bg-img-02: url("/theme_enark/static/src/img/backgrounds/bg_img_02.webp"); +$o-theme-bg-img-03: url("/theme_enark/static/src/img/backgrounds/bg_img_03.webp"); +$o-theme-bg-img-04: url("/theme_enark/static/src/img/backgrounds/bg_img_04.webp"); +$o-theme-bg-img-05: url("/theme_enark/static/src/img/backgrounds/bg_img_05.webp"); +$o-theme-bg-img-06: url("/theme_enark/static/src/img/backgrounds/bg_img_06.webp"); +$o-theme-bg-img-07: url("/theme_enark/static/src/img/backgrounds/bg_img_07.webp"); +$o-theme-bg-img-08: url("/theme_enark/static/src/img/backgrounds/bg_img_08.webp"); +$o-theme-bg-img-09: url("/theme_enark/static/src/img/backgrounds/bg_img_09.webp"); +$o-theme-bg-img-10: url("/theme_enark/static/src/img/backgrounds/bg_img_10.webp"); +$o-theme-bg-img-11: url("/theme_enark/static/src/img/backgrounds/bg_img_11.webp"); +$o-theme-bg-img-12: url("/theme_enark/static/src/img/backgrounds/bg_img_12.webp"); -$o-theme-bg-pattern-01: url("/theme_enark/static/src/img/backgrounds/bg_pattern_01.jpg"); -$o-theme-bg-pattern-02: url("/theme_enark/static/src/img/backgrounds/bg_pattern_02.jpg"); -$o-theme-bg-pattern-03: url("/theme_enark/static/src/img/backgrounds/bg_pattern_03.jpg"); -$o-theme-bg-pattern-04: url("/theme_enark/static/src/img/backgrounds/bg_pattern_04.jpg"); -$o-theme-bg-pattern-05: url("/theme_enark/static/src/img/backgrounds/bg_pattern_05.jpg"); -$o-theme-bg-pattern-06: url("/theme_enark/static/src/img/backgrounds/bg_pattern_06.jpg"); +$o-theme-bg-pattern-01: url("/theme_enark/static/src/img/backgrounds/bg_pattern_01.webp"); +$o-theme-bg-pattern-02: url("/theme_enark/static/src/img/backgrounds/bg_pattern_02.webp"); +$o-theme-bg-pattern-03: url("/theme_enark/static/src/img/backgrounds/bg_pattern_03.webp"); +$o-theme-bg-pattern-04: url("/theme_enark/static/src/img/backgrounds/bg_pattern_04.webp"); +$o-theme-bg-pattern-05: url("/theme_enark/static/src/img/backgrounds/bg_pattern_05.webp"); +$o-theme-bg-pattern-06: url("/theme_enark/static/src/img/backgrounds/bg_pattern_06.webp"); //------------------------------------------------------------------------------ // Colors diff --git a/theme_enark/views/image_library.xml b/theme_enark/views/image_library.xml index 26b28b75e..7f922cf4f 100644 --- a/theme_enark/views/image_library.xml +++ b/theme_enark/views/image_library.xml @@ -5,370 +5,370 @@ website.s_banner_default_image website.s_banner_default_image - /theme_enark/static/src/img/snippets/s_banner.jpg + /theme_enark/static/src/img/snippets/s_banner.webp website.s_popup_default_image website.s_popup_default_image - /theme_enark/static/src/img/snippets/s_popup.jpg + /theme_enark/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_enark/static/src/img/snippets/s_cover.jpg + /theme_enark/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_enark/static/src/img/snippets/s_text_image.jpg + /theme_enark/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_enark/static/src/img/snippets/s_image_text.jpg + /theme_enark/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_enark/static/src/img/snippets/s_picture.jpg + /theme_enark/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_enark/static/src/img/snippets/library_image_11.jpg + /theme_enark/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_enark/static/src/img/snippets/library_image_15.jpg + /theme_enark/static/src/img/snippets/library_image_15.webp website.library_image_07 website.library_image_07 - /theme_enark/static/src/img/snippets/library_image_07.jpg + /theme_enark/static/src/img/snippets/library_image_07.webp website.library_image_03 website.library_image_03 - /theme_enark/static/src/img/snippets/library_image_03.jpg + /theme_enark/static/src/img/snippets/library_image_03.webp website.library_image_10 website.library_image_10 - /theme_enark/static/src/img/snippets/library_image_10.jpg + /theme_enark/static/src/img/snippets/library_image_10.webp website.library_image_15 website.library_image_15 - /theme_enark/static/src/img/snippets/library_image_15.jpg + /theme_enark/static/src/img/snippets/library_image_15.webp website.library_image_05 website.library_image_05 - /theme_enark/static/src/img/snippets/library_image_05.jpg + /theme_enark/static/src/img/snippets/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_enark/static/src/img/snippets/library_image_14.jpg + /theme_enark/static/src/img/snippets/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_enark/static/src/img/snippets/library_image_16.jpg + /theme_enark/static/src/img/snippets/library_image_16.webp website.library_image_08 website.library_image_08 - /theme_enark/static/src/img/snippets/library_image_08.jpg + /theme_enark/static/src/img/snippets/library_image_08.webp website.library_image_02 website.library_image_02 - /theme_enark/static/src/img/snippets/library_image_02.jpg + /theme_enark/static/src/img/snippets/library_image_02.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_enark/static/src/img/snippets/s_masonry_block.jpg + /theme_enark/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_enark/static/src/img/snippets/s_carousel_1.jpg + /theme_enark/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_enark/static/src/img/snippets/s_carousel_2.jpg + /theme_enark/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_enark/static/src/img/snippets/s_carousel_3.jpg + /theme_enark/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_enark/static/src/img/snippets/library_image_02.jpg + /theme_enark/static/src/img/snippets/library_image_02.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_enark/static/src/img/snippets/library_image_03.jpg + /theme_enark/static/src/img/snippets/library_image_03.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_enark/static/src/img/snippets/library_image_08.jpg + /theme_enark/static/src/img/snippets/library_image_08.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_enark/static/src/img/snippets/s_carousel_1.jpg + /theme_enark/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_enark/static/src/img/snippets/s_carousel_2.jpg + /theme_enark/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_enark/static/src/img/snippets/s_carousel_3.jpg + /theme_enark/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_enark/static/src/img/snippets/s_media_list_1.jpg + /theme_enark/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_enark/static/src/img/snippets/s_media_list_2.jpg + /theme_enark/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_enark/static/src/img/snippets/s_media_list_3.jpg + /theme_enark/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_enark/static/src/img/snippets/s_parallax.jpg + /theme_enark/static/src/img/snippets/s_parallax.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_enark/static/src/img/snippets/s_product_catalog.jpg + /theme_enark/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_enark/static/src/img/snippets/s_product_1.jpg + /theme_enark/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_enark/static/src/img/snippets/s_product_2.jpg + /theme_enark/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_enark/static/src/img/snippets/s_product_3.jpg + /theme_enark/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_enark/static/src/img/snippets/s_product_4.jpg + /theme_enark/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_enark/static/src/img/snippets/s_product_5.jpg + /theme_enark/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_enark/static/src/img/snippets/s_product_6.jpg + /theme_enark/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_enark/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_enark/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_enark/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_enark/static/src/img/snippets/s_quotes_carousel_2.webp website.library_image_17 website.library_image_17 - /theme_enark/static/src/img/snippets/s_newsletter.jpg + /theme_enark/static/src/img/snippets/s_newsletter.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_enark/static/src/img/snippets/library_image_13.jpg + /theme_enark/static/src/img/snippets/library_image_13.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_enark/static/src/img/snippets/s_cover.jpg + /theme_enark/static/src/img/snippets/s_cover.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_enark/static/src/img/snippets/library_image_07.jpg + /theme_enark/static/src/img/snippets/library_image_07.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_enark/static/src/img/snippets/library_image_11.jpg + /theme_enark/static/src/img/snippets/library_image_11.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_enark/static/src/img/snippets/library_image_13.jpg + /theme_enark/static/src/img/snippets/library_image_13.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_enark/static/src/img/snippets/library_image_10.jpg + /theme_enark/static/src/img/snippets/library_image_10.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_enark/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_enark/static/src/img/snippets/library_image_10.jpg + /theme_enark/static/src/img/snippets/library_image_10.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_enark/static/src/img/snippets/s_product_1.jpg + /theme_enark/static/src/img/snippets/s_product_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_enark/static/src/img/snippets/s_product_2.jpg + /theme_enark/static/src/img/snippets/s_product_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_enark/static/src/img/snippets/s_product_3.jpg + /theme_enark/static/src/img/snippets/s_product_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_enark/static/src/img/snippets/s_product_5.jpg + /theme_enark/static/src/img/snippets/s_product_5.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_enark/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_enark/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_enark/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_enark/static/src/img/snippets/library_image_14.jpg + /theme_enark/static/src/img/snippets/library_image_14.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_enark/static/src/img/snippets/library_image_16.jpg + /theme_enark/static/src/img/snippets/library_image_16.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_enark/static/src/img/snippets/s_carousel_3.jpg + /theme_enark/static/src/img/snippets/s_carousel_3.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_enark/static/src/img/snippets/library_image_15.jpg + /theme_enark/static/src/img/snippets/library_image_15.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_enark/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_enark/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_enark/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_enark/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_enark/static/src/img/snippets/library_image_02.jpg + /theme_enark/static/src/img/snippets/library_image_02.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_enark/static/src/img/snippets/library_image_14.jpg + /theme_enark/static/src/img/snippets/library_image_14.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_enark/static/src/img/snippets/s_cover.jpg + /theme_enark/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_enark/static/src/img/snippets/library_image_02.jpg + /theme_enark/static/src/img/snippets/library_image_02.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_enark/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_enark/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_enark/views/snippets/s_cta_box.xml b/theme_enark/views/snippets/s_cta_box.xml index 2d7732329..01035b566 100644 --- a/theme_enark/views/snippets/s_cta_box.xml +++ b/theme_enark/views/snippets/s_cta_box.xml @@ -21,7 +21,7 @@ - /theme_enark/static/src/img/snippets/library_image_02.jpg + /theme_enark/static/src/img/snippets/library_image_02.webp diff --git a/theme_graphene/__manifest__.py b/theme_graphene/__manifest__.py index 5166dd695..be3f0ff35 100644 --- a/theme_graphene/__manifest__.py +++ b/theme_graphene/__manifest__.py @@ -13,11 +13,11 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/graphene_poster.jpg', - 'static/description/graphene_screenshot.jpg', + 'static/description/graphene_poster.webp', + 'static/description/graphene_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_graphene/static/src/img/pictures/bg_image_08.jpg', + 'website.s_cover_default_image': '/theme_graphene/static/src/img/pictures/bg_image_08.webp', }, 'configurator_snippets': { 'homepage': ['s_cover', 's_text_image', 's_numbers_grid', 's_mockup_image', 's_comparisons', 's_references'], diff --git a/theme_graphene/static/description/graphene_poster.jpg b/theme_graphene/static/description/graphene_poster.jpg deleted file mode 100644 index 94d592b43..000000000 Binary files a/theme_graphene/static/description/graphene_poster.jpg and /dev/null differ diff --git a/theme_graphene/static/description/graphene_poster.webp b/theme_graphene/static/description/graphene_poster.webp new file mode 100644 index 000000000..25fca8196 Binary files /dev/null and b/theme_graphene/static/description/graphene_poster.webp differ diff --git a/theme_graphene/static/description/graphene_screenshot.jpg b/theme_graphene/static/description/graphene_screenshot.jpg deleted file mode 100644 index 21e1eb003..000000000 Binary files a/theme_graphene/static/description/graphene_screenshot.jpg and /dev/null differ diff --git a/theme_graphene/static/description/graphene_screenshot.webp b/theme_graphene/static/description/graphene_screenshot.webp new file mode 100644 index 000000000..ab7c722f5 Binary files /dev/null and b/theme_graphene/static/description/graphene_screenshot.webp differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_01.jpg b/theme_graphene/static/src/img/patterns/bg_pattern_01.jpg deleted file mode 100755 index 0787d58a8..000000000 Binary files a/theme_graphene/static/src/img/patterns/bg_pattern_01.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_01.webp b/theme_graphene/static/src/img/patterns/bg_pattern_01.webp new file mode 100644 index 000000000..0d1ab42de Binary files /dev/null and b/theme_graphene/static/src/img/patterns/bg_pattern_01.webp differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_02.jpg b/theme_graphene/static/src/img/patterns/bg_pattern_02.jpg deleted file mode 100755 index c2f1a1e97..000000000 Binary files a/theme_graphene/static/src/img/patterns/bg_pattern_02.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_02.webp b/theme_graphene/static/src/img/patterns/bg_pattern_02.webp new file mode 100644 index 000000000..557cd7411 Binary files /dev/null and b/theme_graphene/static/src/img/patterns/bg_pattern_02.webp differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_03.jpg b/theme_graphene/static/src/img/patterns/bg_pattern_03.jpg deleted file mode 100755 index b96a511af..000000000 Binary files a/theme_graphene/static/src/img/patterns/bg_pattern_03.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_03.webp b/theme_graphene/static/src/img/patterns/bg_pattern_03.webp new file mode 100644 index 000000000..64a7b2cab Binary files /dev/null and b/theme_graphene/static/src/img/patterns/bg_pattern_03.webp differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_04.jpg b/theme_graphene/static/src/img/patterns/bg_pattern_04.jpg deleted file mode 100755 index 08fe32f29..000000000 Binary files a/theme_graphene/static/src/img/patterns/bg_pattern_04.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_04.webp b/theme_graphene/static/src/img/patterns/bg_pattern_04.webp new file mode 100644 index 000000000..8862f1601 Binary files /dev/null and b/theme_graphene/static/src/img/patterns/bg_pattern_04.webp differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_05.jpg b/theme_graphene/static/src/img/patterns/bg_pattern_05.jpg deleted file mode 100755 index e67e5f2ae..000000000 Binary files a/theme_graphene/static/src/img/patterns/bg_pattern_05.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_05.webp b/theme_graphene/static/src/img/patterns/bg_pattern_05.webp new file mode 100644 index 000000000..b4def17b5 Binary files /dev/null and b/theme_graphene/static/src/img/patterns/bg_pattern_05.webp differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_06.jpg b/theme_graphene/static/src/img/patterns/bg_pattern_06.jpg deleted file mode 100755 index 1b7287355..000000000 Binary files a/theme_graphene/static/src/img/patterns/bg_pattern_06.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/patterns/bg_pattern_06.webp b/theme_graphene/static/src/img/patterns/bg_pattern_06.webp new file mode 100644 index 000000000..751128bc2 Binary files /dev/null and b/theme_graphene/static/src/img/patterns/bg_pattern_06.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_01.jpg b/theme_graphene/static/src/img/pictures/bg_image_01.jpg deleted file mode 100755 index 4cf75311d..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_01.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_01.webp b/theme_graphene/static/src/img/pictures/bg_image_01.webp new file mode 100644 index 000000000..5dddeb47d Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_01.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_02.jpg b/theme_graphene/static/src/img/pictures/bg_image_02.jpg deleted file mode 100755 index 87a5e82f6..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_02.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_02.webp b/theme_graphene/static/src/img/pictures/bg_image_02.webp new file mode 100644 index 000000000..6d4f7f5cb Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_02.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_03.jpg b/theme_graphene/static/src/img/pictures/bg_image_03.jpg deleted file mode 100755 index 578045813..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_03.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_03.webp b/theme_graphene/static/src/img/pictures/bg_image_03.webp new file mode 100644 index 000000000..817bcaadd Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_03.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_04.jpg b/theme_graphene/static/src/img/pictures/bg_image_04.jpg deleted file mode 100755 index a8d85c9ab..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_04.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_04.webp b/theme_graphene/static/src/img/pictures/bg_image_04.webp new file mode 100644 index 000000000..271790090 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_04.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_05.jpg b/theme_graphene/static/src/img/pictures/bg_image_05.jpg deleted file mode 100755 index f8e8a98c9..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_05.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_05.webp b/theme_graphene/static/src/img/pictures/bg_image_05.webp new file mode 100644 index 000000000..38e77bc9d Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_05.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_06.jpg b/theme_graphene/static/src/img/pictures/bg_image_06.jpg deleted file mode 100755 index cf1db297a..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_06.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_06.webp b/theme_graphene/static/src/img/pictures/bg_image_06.webp new file mode 100644 index 000000000..eae8eaa48 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_06.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_07.jpg b/theme_graphene/static/src/img/pictures/bg_image_07.jpg deleted file mode 100755 index c49bc691a..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_07.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_07.webp b/theme_graphene/static/src/img/pictures/bg_image_07.webp new file mode 100644 index 000000000..f0b15075b Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_07.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_08.jpg b/theme_graphene/static/src/img/pictures/bg_image_08.jpg deleted file mode 100755 index 679182901..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_08.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_08.webp b/theme_graphene/static/src/img/pictures/bg_image_08.webp new file mode 100644 index 000000000..9215b3dd5 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_08.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_09.jpg b/theme_graphene/static/src/img/pictures/bg_image_09.jpg deleted file mode 100755 index ba614f8d5..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_09.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_09.webp b/theme_graphene/static/src/img/pictures/bg_image_09.webp new file mode 100644 index 000000000..7ef9295ca Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_09.webp differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_10.jpg b/theme_graphene/static/src/img/pictures/bg_image_10.jpg deleted file mode 100755 index d0d7a78f4..000000000 Binary files a/theme_graphene/static/src/img/pictures/bg_image_10.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/bg_image_10.webp b/theme_graphene/static/src/img/pictures/bg_image_10.webp new file mode 100644 index 000000000..f4b1d2222 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/bg_image_10.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_01.jpg b/theme_graphene/static/src/img/pictures/content_01.jpg deleted file mode 100644 index c89ee5662..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_01.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_01.webp b/theme_graphene/static/src/img/pictures/content_01.webp new file mode 100644 index 000000000..d8541e31b Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_01.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_02.jpg b/theme_graphene/static/src/img/pictures/content_02.jpg deleted file mode 100644 index 7f8198306..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_02.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_02.webp b/theme_graphene/static/src/img/pictures/content_02.webp new file mode 100644 index 000000000..5265f3fcf Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_02.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_03.jpg b/theme_graphene/static/src/img/pictures/content_03.jpg deleted file mode 100644 index ca3aca2d6..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_03.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_03.webp b/theme_graphene/static/src/img/pictures/content_03.webp new file mode 100644 index 000000000..a6939a048 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_03.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_04.jpg b/theme_graphene/static/src/img/pictures/content_04.jpg deleted file mode 100644 index 811d3e3c3..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_04.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_04.webp b/theme_graphene/static/src/img/pictures/content_04.webp new file mode 100644 index 000000000..01b560010 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_04.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_05.jpg b/theme_graphene/static/src/img/pictures/content_05.jpg deleted file mode 100644 index b33323109..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_05.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_05.webp b/theme_graphene/static/src/img/pictures/content_05.webp new file mode 100644 index 000000000..2620e1754 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_05.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_06.jpg b/theme_graphene/static/src/img/pictures/content_06.jpg deleted file mode 100644 index 2846018df..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_06.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_06.webp b/theme_graphene/static/src/img/pictures/content_06.webp new file mode 100644 index 000000000..2ff7f276e Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_06.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_07.jpg b/theme_graphene/static/src/img/pictures/content_07.jpg deleted file mode 100644 index b9a7cc977..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_07.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_07.webp b/theme_graphene/static/src/img/pictures/content_07.webp new file mode 100644 index 000000000..b61247ea1 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_07.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_08.jpg b/theme_graphene/static/src/img/pictures/content_08.jpg deleted file mode 100644 index de9ec3527..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_08.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_08.webp b/theme_graphene/static/src/img/pictures/content_08.webp new file mode 100644 index 000000000..798b806af Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_08.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_09.jpg b/theme_graphene/static/src/img/pictures/content_09.jpg deleted file mode 100644 index 71a8c9e5d..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_09.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_09.webp b/theme_graphene/static/src/img/pictures/content_09.webp new file mode 100644 index 000000000..3939c39d7 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_09.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_10.jpg b/theme_graphene/static/src/img/pictures/content_10.jpg deleted file mode 100644 index bd443513a..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_10.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_10.webp b/theme_graphene/static/src/img/pictures/content_10.webp new file mode 100644 index 000000000..7b9b1f2b7 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_10.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_11.jpg b/theme_graphene/static/src/img/pictures/content_11.jpg deleted file mode 100644 index 076ed928f..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_11.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_11.webp b/theme_graphene/static/src/img/pictures/content_11.webp new file mode 100644 index 000000000..4d50ea50e Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_11.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_12.jpg b/theme_graphene/static/src/img/pictures/content_12.jpg deleted file mode 100644 index efe63f63f..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_12.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_12.webp b/theme_graphene/static/src/img/pictures/content_12.webp new file mode 100644 index 000000000..fa07737b1 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_12.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_13.jpg b/theme_graphene/static/src/img/pictures/content_13.jpg deleted file mode 100644 index eec06e38b..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_13.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_13.webp b/theme_graphene/static/src/img/pictures/content_13.webp new file mode 100644 index 000000000..4eeb1da46 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_13.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_14.jpg b/theme_graphene/static/src/img/pictures/content_14.jpg deleted file mode 100644 index 3b98b8677..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_14.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_14.webp b/theme_graphene/static/src/img/pictures/content_14.webp new file mode 100644 index 000000000..a1382083b Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_14.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_15.jpg b/theme_graphene/static/src/img/pictures/content_15.jpg deleted file mode 100644 index 048279398..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_15.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_15.webp b/theme_graphene/static/src/img/pictures/content_15.webp new file mode 100644 index 000000000..dd900d322 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_15.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_16.jpg b/theme_graphene/static/src/img/pictures/content_16.jpg deleted file mode 100644 index 486f94a0f..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_16.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_16.webp b/theme_graphene/static/src/img/pictures/content_16.webp new file mode 100644 index 000000000..a5e8f4577 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_16.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_17.jpg b/theme_graphene/static/src/img/pictures/content_17.jpg deleted file mode 100644 index 86765e895..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_17.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_17.webp b/theme_graphene/static/src/img/pictures/content_17.webp new file mode 100644 index 000000000..84cbab084 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_17.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_18.jpg b/theme_graphene/static/src/img/pictures/content_18.jpg deleted file mode 100644 index e9485fe3b..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_18.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_18.webp b/theme_graphene/static/src/img/pictures/content_18.webp new file mode 100644 index 000000000..a4dbf93cd Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_18.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_19.jpg b/theme_graphene/static/src/img/pictures/content_19.jpg deleted file mode 100644 index 665b7f459..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_19.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_19.webp b/theme_graphene/static/src/img/pictures/content_19.webp new file mode 100644 index 000000000..073770148 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_19.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_20.jpg b/theme_graphene/static/src/img/pictures/content_20.jpg deleted file mode 100644 index 090376620..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_20.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_20.webp b/theme_graphene/static/src/img/pictures/content_20.webp new file mode 100644 index 000000000..c08f35e61 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_20.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_21.jpg b/theme_graphene/static/src/img/pictures/content_21.jpg deleted file mode 100644 index 8a605f520..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_21.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_21.webp b/theme_graphene/static/src/img/pictures/content_21.webp new file mode 100644 index 000000000..3dc29394d Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_21.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_22.jpg b/theme_graphene/static/src/img/pictures/content_22.jpg deleted file mode 100644 index 4256f78d9..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_22.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_22.webp b/theme_graphene/static/src/img/pictures/content_22.webp new file mode 100644 index 000000000..1974bbf5b Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_22.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_23.jpg b/theme_graphene/static/src/img/pictures/content_23.jpg deleted file mode 100644 index 370ea36f0..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_23.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_23.webp b/theme_graphene/static/src/img/pictures/content_23.webp new file mode 100644 index 000000000..5598a976b Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_23.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_24.jpg b/theme_graphene/static/src/img/pictures/content_24.jpg deleted file mode 100644 index a2a235cc4..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_24.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_24.webp b/theme_graphene/static/src/img/pictures/content_24.webp new file mode 100644 index 000000000..ef9f3c413 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_24.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_25.jpg b/theme_graphene/static/src/img/pictures/content_25.jpg deleted file mode 100644 index 435f9bd61..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_25.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_25.webp b/theme_graphene/static/src/img/pictures/content_25.webp new file mode 100644 index 000000000..1872b991b Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_25.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_26.jpg b/theme_graphene/static/src/img/pictures/content_26.jpg deleted file mode 100644 index 84dcd15f5..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_26.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_26.webp b/theme_graphene/static/src/img/pictures/content_26.webp new file mode 100644 index 000000000..efe631027 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_26.webp differ diff --git a/theme_graphene/static/src/img/pictures/content_27.jpg b/theme_graphene/static/src/img/pictures/content_27.jpg deleted file mode 100644 index da170d901..000000000 Binary files a/theme_graphene/static/src/img/pictures/content_27.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/content_27.webp b/theme_graphene/static/src/img/pictures/content_27.webp new file mode 100644 index 000000000..a185631ed Binary files /dev/null and b/theme_graphene/static/src/img/pictures/content_27.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_image_text_device.jpg b/theme_graphene/static/src/img/pictures/s_image_text_device.jpg deleted file mode 100644 index 27f261d77..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_image_text_device.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_image_text_device.webp b/theme_graphene/static/src/img/pictures/s_image_text_device.webp new file mode 100644 index 000000000..8cbf9d5a4 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_image_text_device.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_image_text_device_perspective.jpg b/theme_graphene/static/src/img/pictures/s_image_text_device_perspective.jpg deleted file mode 100644 index d678176bd..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_image_text_device_perspective.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_image_text_device_perspective.webp b/theme_graphene/static/src/img/pictures/s_image_text_device_perspective.webp new file mode 100644 index 000000000..01152d7ed Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_image_text_device_perspective.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image.jpg b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image.jpg deleted file mode 100644 index a4c3eaaff..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image.webp b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image.webp new file mode 100644 index 000000000..921f95c2f Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.jpg b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.jpg deleted file mode 100644 index db78f8c03..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.webp b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..1137b761d Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.jpg b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.jpg deleted file mode 100644 index a5f0dd2aa..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.webp b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..236caf55b Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_intro_pill_default_image.jpg b/theme_graphene/static/src/img/pictures/s_intro_pill_default_image.jpg deleted file mode 100644 index f134268a0..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_intro_pill_default_image.webp b/theme_graphene/static/src/img/pictures/s_intro_pill_default_image.webp new file mode 100644 index 000000000..06058a0f8 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_intro_pill_default_image.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.jpg b/theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 953bb13f0..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.webp b/theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..a9c357fa5 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_kickoff_default_image.jpg b/theme_graphene/static/src/img/pictures/s_kickoff_default_image.jpg deleted file mode 100644 index 0cfcff94c..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_kickoff_default_image.webp b/theme_graphene/static/src/img/pictures/s_kickoff_default_image.webp new file mode 100644 index 000000000..ae0583684 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_kickoff_default_image.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_numbers.jpg b/theme_graphene/static/src/img/pictures/s_numbers.jpg deleted file mode 100644 index 5b33ca6fe..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_numbers.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_numbers.webp b/theme_graphene/static/src/img/pictures/s_numbers.webp new file mode 100644 index 000000000..207d590ff Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_numbers.webp differ diff --git a/theme_graphene/static/src/img/pictures/s_popup.jpg b/theme_graphene/static/src/img/pictures/s_popup.jpg deleted file mode 100644 index c8c51f7a8..000000000 Binary files a/theme_graphene/static/src/img/pictures/s_popup.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/s_popup.webp b/theme_graphene/static/src/img/pictures/s_popup.webp new file mode 100644 index 000000000..5a6e5507f Binary files /dev/null and b/theme_graphene/static/src/img/pictures/s_popup.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_01.jpg b/theme_graphene/static/src/img/pictures/uiface_01.jpg deleted file mode 100644 index c73a255be..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_01.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_01.webp b/theme_graphene/static/src/img/pictures/uiface_01.webp new file mode 100644 index 000000000..01b4fc6d0 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_01.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_02.jpg b/theme_graphene/static/src/img/pictures/uiface_02.jpg deleted file mode 100644 index c074e378e..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_02.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_02.webp b/theme_graphene/static/src/img/pictures/uiface_02.webp new file mode 100644 index 000000000..a065ff0d9 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_02.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_03.jpg b/theme_graphene/static/src/img/pictures/uiface_03.jpg deleted file mode 100644 index b3280cf94..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_03.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_03.webp b/theme_graphene/static/src/img/pictures/uiface_03.webp new file mode 100644 index 000000000..8f438a9ec Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_03.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_04.jpg b/theme_graphene/static/src/img/pictures/uiface_04.jpg deleted file mode 100644 index 580106a7c..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_04.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_04.webp b/theme_graphene/static/src/img/pictures/uiface_04.webp new file mode 100644 index 000000000..eb04912c2 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_04.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_05.jpg b/theme_graphene/static/src/img/pictures/uiface_05.jpg deleted file mode 100644 index 41b2f8e5b..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_05.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_05.webp b/theme_graphene/static/src/img/pictures/uiface_05.webp new file mode 100644 index 000000000..6831665ed Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_05.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_06.jpg b/theme_graphene/static/src/img/pictures/uiface_06.jpg deleted file mode 100644 index 8a9edd8d1..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_06.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_06.webp b/theme_graphene/static/src/img/pictures/uiface_06.webp new file mode 100644 index 000000000..ee5470486 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_06.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_07.jpg b/theme_graphene/static/src/img/pictures/uiface_07.jpg deleted file mode 100644 index 4f50b5c54..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_07.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_07.webp b/theme_graphene/static/src/img/pictures/uiface_07.webp new file mode 100644 index 000000000..dfefc441f Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_07.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_08.jpg b/theme_graphene/static/src/img/pictures/uiface_08.jpg deleted file mode 100644 index 44cb7bfb1..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_08.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_08.webp b/theme_graphene/static/src/img/pictures/uiface_08.webp new file mode 100644 index 000000000..1b37001ab Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_08.webp differ diff --git a/theme_graphene/static/src/img/pictures/uiface_09.jpg b/theme_graphene/static/src/img/pictures/uiface_09.jpg deleted file mode 100644 index 3d783f9a8..000000000 Binary files a/theme_graphene/static/src/img/pictures/uiface_09.jpg and /dev/null differ diff --git a/theme_graphene/static/src/img/pictures/uiface_09.webp b/theme_graphene/static/src/img/pictures/uiface_09.webp new file mode 100644 index 000000000..fb6a81a89 Binary files /dev/null and b/theme_graphene/static/src/img/pictures/uiface_09.webp differ diff --git a/theme_graphene/views/customizations.xml b/theme_graphene/views/customizations.xml index 55f13075f..ea9e10df0 100644 --- a/theme_graphene/views/customizations.xml +++ b/theme_graphene/views/customizations.xml @@ -233,7 +233,7 @@ - theme_graphene/static/src/img/pictures/bg_image_04.jpg + theme_graphene/static/src/img/pictures/bg_image_04.webp diff --git a/theme_graphene/views/images_library.xml b/theme_graphene/views/images_library.xml index 1171e3852..e47d07120 100644 --- a/theme_graphene/views/images_library.xml +++ b/theme_graphene/views/images_library.xml @@ -6,110 +6,110 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin theme_graphene.image_content_01 theme_graphene.image_content_01 - /theme_graphene/static/src/img/pictures/bg_image_01.jpg + /theme_graphene/static/src/img/pictures/bg_image_01.webp theme_graphene.image_content_02 theme_graphene.image_content_02 - /theme_graphene/static/src/img/pictures/bg_image_02.jpg + /theme_graphene/static/src/img/pictures/bg_image_02.webp theme_graphene.image_content_03 theme_graphene.image_content_03 - /theme_graphene/static/src/img/pictures/bg_image_03.jpg + /theme_graphene/static/src/img/pictures/bg_image_03.webp theme_graphene.image_content_04 theme_graphene.image_content_04 - /theme_graphene/static/src/img/pictures/bg_image_04.jpg + /theme_graphene/static/src/img/pictures/bg_image_04.webp theme_graphene.image_content_05 theme_graphene.image_content_05 - /theme_graphene/static/src/img/pictures/bg_image_05.jpg + /theme_graphene/static/src/img/pictures/bg_image_05.webp theme_graphene.image_content_06 theme_graphene.image_content_06 - /theme_graphene/static/src/img/pictures/bg_image_06.jpg + /theme_graphene/static/src/img/pictures/bg_image_06.webp theme_graphene.image_content_07 theme_graphene.image_content_07 - /theme_graphene/static/src/img/pictures/bg_image_07.jpg + /theme_graphene/static/src/img/pictures/bg_image_07.webp theme_graphene.image_content_08 theme_graphene.image_content_08 - /theme_graphene/static/src/img/pictures/bg_image_08.jpg + /theme_graphene/static/src/img/pictures/bg_image_08.webp theme_graphene.image_content_09 theme_graphene.image_content_09 - /theme_graphene/static/src/img/pictures/bg_image_09.jpg + /theme_graphene/static/src/img/pictures/bg_image_09.webp theme_graphene.image_content_10 theme_graphene.image_content_10 - /theme_graphene/static/src/img/pictures/bg_image_10.jpg + /theme_graphene/static/src/img/pictures/bg_image_10.webp theme_graphene.image_content_19 theme_graphene.image_content_19 - /theme_graphene/static/src/img/pictures/bg_image_01.jpg + /theme_graphene/static/src/img/pictures/bg_image_01.webp theme_graphene.image_content_20 theme_graphene.image_content_20 - /theme_graphene/static/src/img/pictures/bg_image_01.jpg + /theme_graphene/static/src/img/pictures/bg_image_01.webp theme_graphene.image_content_21 theme_graphene.image_content_21 - /theme_graphene/static/src/img/pictures/bg_image_02.jpg + /theme_graphene/static/src/img/pictures/bg_image_02.webp theme_graphene.image_content_22 theme_graphene.image_content_22 - /theme_graphene/static/src/img/pictures/bg_image_03.jpg + /theme_graphene/static/src/img/pictures/bg_image_03.webp theme_graphene.image_content_23 theme_graphene.image_content_23 - /theme_graphene/static/src/img/pictures/bg_image_03.jpg + /theme_graphene/static/src/img/pictures/bg_image_03.webp website.s_background_image_01 Background Image 01 - /theme_graphene/static/src/img/patterns/bg_pattern_01.jpg + /theme_graphene/static/src/img/patterns/bg_pattern_01.webp website.s_background_image_02 Background Image 02 - /theme_graphene/static/src/img/patterns/bg_pattern_02.jpg + /theme_graphene/static/src/img/patterns/bg_pattern_02.webp website.s_background_image_03 Background Image 03 - /theme_graphene/static/src/img/patterns/bg_pattern_03.jpg + /theme_graphene/static/src/img/patterns/bg_pattern_03.webp website.s_background_image_04 Background Image 04 - /theme_graphene/static/src/img/patterns/bg_pattern_04.jpg + /theme_graphene/static/src/img/patterns/bg_pattern_04.webp website.s_background_image_05 Background Image 05 - /theme_graphene/static/src/img/patterns/bg_pattern_05.jpg + /theme_graphene/static/src/img/patterns/bg_pattern_05.webp website.s_background_image_06 Background Image 06 - /theme_graphene/static/src/img/patterns/bg_pattern_06.jpg + /theme_graphene/static/src/img/patterns/bg_pattern_06.webp @@ -117,166 +117,166 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin website.s_cover_default_image website.s_cover_default_image - /theme_graphene/static/src/img/pictures/bg_image_08.jpg + /theme_graphene/static/src/img/pictures/bg_image_08.webp website.s_banner_default_image website.s_banner_default_image - /theme_graphene/static/src/img/pictures/content_01.jpg + /theme_graphene/static/src/img/pictures/content_01.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_graphene/static/src/img/pictures/content_24.jpg + /theme_graphene/static/src/img/pictures/content_24.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_graphene/static/src/img/pictures/content_25.jpg + /theme_graphene/static/src/img/pictures/content_25.webp website.s_popup_default_image website.s_popup_default_image - /theme_graphene/static/src/img/pictures/s_popup.jpg + /theme_graphene/static/src/img/pictures/s_popup.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_graphene/static/src/img/pictures/content_02.jpg + /theme_graphene/static/src/img/pictures/content_02.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_graphene/static/src/img/pictures/content_03.jpg + /theme_graphene/static/src/img/pictures/content_03.webp website.s_picture_default_image website.s_picture_default_image - /theme_graphene/static/src/img/pictures/content_04.jpg + /theme_graphene/static/src/img/pictures/content_04.webp website.library_image_11 website.library_image_11 - /theme_graphene/static/src/img/pictures/content_05.jpg + /theme_graphene/static/src/img/pictures/content_05.webp website.library_image_13 website.library_image_13 - /theme_graphene/static/src/img/pictures/content_06.jpg + /theme_graphene/static/src/img/pictures/content_06.webp website.library_image_07 website.library_image_07 - /theme_graphene/static/src/img/pictures/content_07.jpg + /theme_graphene/static/src/img/pictures/content_07.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_graphene/static/src/img/pictures/content_08.jpg + /theme_graphene/static/src/img/pictures/content_08.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_graphene/static/src/img/pictures/content_09.jpg + /theme_graphene/static/src/img/pictures/content_09.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_graphene/static/src/img/pictures/content_10.jpg + /theme_graphene/static/src/img/pictures/content_10.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_graphene/static/src/img/pictures/content_11.jpg + /theme_graphene/static/src/img/pictures/content_11.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_graphene/static/src/img/pictures/content_13.jpg + /theme_graphene/static/src/img/pictures/content_13.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_graphene/static/src/img/pictures/content_09.jpg + /theme_graphene/static/src/img/pictures/content_09.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_graphene/static/src/img/pictures/content_12.jpg + /theme_graphene/static/src/img/pictures/content_12.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_graphene/static/src/img/pictures/content_09.jpg + /theme_graphene/static/src/img/pictures/content_09.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_graphene/static/src/img/pictures/content_10.jpg + /theme_graphene/static/src/img/pictures/content_10.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_graphene/static/src/img/pictures/content_11.jpg + /theme_graphene/static/src/img/pictures/content_11.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_graphene/static/src/img/pictures/content_12.jpg + /theme_graphene/static/src/img/pictures/content_12.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_graphene/static/src/img/pictures/uiface_02.jpg + /theme_graphene/static/src/img/pictures/uiface_02.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_graphene/static/src/img/pictures/uiface_01.jpg + /theme_graphene/static/src/img/pictures/uiface_01.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_graphene/static/src/img/pictures/uiface_03.jpg + /theme_graphene/static/src/img/pictures/uiface_03.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_graphene/static/src/img/pictures/uiface_04.jpg + /theme_graphene/static/src/img/pictures/uiface_04.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_graphene/static/src/img/pictures/uiface_08.jpg + /theme_graphene/static/src/img/pictures/uiface_08.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_graphene/static/src/img/pictures/uiface_09.jpg + /theme_graphene/static/src/img/pictures/uiface_09.webp @@ -284,169 +284,169 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_graphene/static/src/img/pictures/uiface_05.jpg + /theme_graphene/static/src/img/pictures/uiface_05.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_graphene/static/src/img/pictures/uiface_06.jpg + /theme_graphene/static/src/img/pictures/uiface_06.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_graphene/static/src/img/pictures/content_13.jpg + /theme_graphene/static/src/img/pictures/content_13.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_graphene/static/src/img/pictures/uiface_07.jpg + /theme_graphene/static/src/img/pictures/uiface_07.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_graphene/static/src/img/pictures/content_14.jpg + /theme_graphene/static/src/img/pictures/content_14.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_graphene/static/src/img/pictures/content_15.jpg + /theme_graphene/static/src/img/pictures/content_15.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_graphene/static/src/img/pictures/content_16.jpg + /theme_graphene/static/src/img/pictures/content_16.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_graphene/static/src/img/pictures/content_17.jpg + /theme_graphene/static/src/img/pictures/content_17.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_graphene/static/src/img/pictures/content_18.jpg + /theme_graphene/static/src/img/pictures/content_18.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_graphene/static/src/img/pictures/content_19.jpg + /theme_graphene/static/src/img/pictures/content_19.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_graphene/static/src/img/pictures/content_20.jpg + /theme_graphene/static/src/img/pictures/content_20.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_graphene/static/src/img/pictures/content_21.jpg + /theme_graphene/static/src/img/pictures/content_21.webp website.s_numbers_default_image website.s_numbers_default_image - /theme_graphene/static/src/img/pictures/s_numbers.jpg + /theme_graphene/static/src/img/pictures/s_numbers.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_graphene/static/src/img/pictures/content_03.jpg + /theme_graphene/static/src/img/pictures/content_03.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_graphene/static/src/img/pictures/content_04.jpg + /theme_graphene/static/src/img/pictures/content_04.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_graphene/static/src/img/pictures/bg_image_10.jpg + /theme_graphene/static/src/img/pictures/bg_image_10.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_graphene/static/src/img/pictures/content_22.jpg + /theme_graphene/static/src/img/pictures/content_22.webp website.library_image_03 website.library_image_03 - /theme_graphene/static/src/img/pictures/content_08.jpg + /theme_graphene/static/src/img/pictures/content_08.webp website.library_image_10 website.library_image_10 - /theme_graphene/static/src/img/pictures/content_22.jpg + /theme_graphene/static/src/img/pictures/content_22.webp website.library_image_05 website.library_image_05 - /theme_graphene/static/src/img/pictures/content_05.jpg + /theme_graphene/static/src/img/pictures/content_05.webp website.library_image_14 website.library_image_14 - /theme_graphene/static/src/img/pictures/content_07.jpg + /theme_graphene/static/src/img/pictures/content_07.webp website.library_image_16 website.library_image_16 - /theme_graphene/static/src/img/pictures/content_23.jpg + /theme_graphene/static/src/img/pictures/content_23.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_graphene/static/src/img/pictures/content_06.jpg + /theme_graphene/static/src/img/pictures/content_06.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_graphene/static/src/img/pictures/content_01.jpg + /theme_graphene/static/src/img/pictures/content_01.webp website.library_image_02 website.library_image_02 - /theme_graphene/static/src/img/pictures/content_26.jpg + /theme_graphene/static/src/img/pictures/content_26.webp website.library_image_08 website.library_image_08 - /theme_graphene/static/src/img/pictures/content_27.jpg + /theme_graphene/static/src/img/pictures/content_27.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_graphene/static/src/img/pictures/content_05.jpg + /theme_graphene/static/src/img/pictures/content_05.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_graphene/static/src/img/pictures/content_06.jpg + /theme_graphene/static/src/img/pictures/content_06.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_graphene/static/src/img/pictures/content_07.jpg + /theme_graphene/static/src/img/pictures/content_07.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_graphene/static/src/img/pictures/content_08.jpg + /theme_graphene/static/src/img/pictures/content_08.webp @@ -454,116 +454,116 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin website.s_image_text_device website.s_image_text_device - /theme_graphene/static/src/img/pictures/s_image_text_device.jpg + /theme_graphene/static/src/img/pictures/s_image_text_device.webp website.s_image_text_device_perspective website.s_image_text_device_perspective - /theme_graphene/static/src/img/pictures/s_image_text_device_perspective.jpg + /theme_graphene/static/src/img/pictures/s_image_text_device_perspective.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_graphene/static/src/img/pictures/s_kickoff_default_image.jpg + /theme_graphene/static/src/img/pictures/s_kickoff_default_image.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_graphene/static/src/img/pictures/bg_image_08.jpg + /theme_graphene/static/src/img/pictures/bg_image_08.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_graphene/static/src/img/pictures/s_intro_pill_default_image.jpg + /theme_graphene/static/src/img/pictures/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.jpg + /theme_graphene/static/src/img/pictures/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_graphene/static/src/img/pictures/content_13.jpg + /theme_graphene/static/src/img/pictures/content_13.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_graphene/static/src/img/pictures/bg_image_06.jpg + /theme_graphene/static/src/img/pictures/bg_image_06.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_graphene/static/src/img/pictures/bg_image_09.jpg + /theme_graphene/static/src/img/pictures/bg_image_09.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_graphene/static/src/img/pictures/bg_image_04.jpg + /theme_graphene/static/src/img/pictures/bg_image_04.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_graphene/static/src/img/pictures/content_05.jpg + /theme_graphene/static/src/img/pictures/content_05.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_graphene/static/src/img/pictures/content_06.jpg + /theme_graphene/static/src/img/pictures/content_06.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_graphene/static/src/img/pictures/content_07.jpg + /theme_graphene/static/src/img/pictures/content_07.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_graphene/static/src/img/pictures/content_08.jpg + /theme_graphene/static/src/img/pictures/content_08.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_graphene/static/src/img/pictures/content_23.jpg + /theme_graphene/static/src/img/pictures/content_23.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_graphene/static/src/img/pictures/s_images_constellation_default_image.jpg + /theme_graphene/static/src/img/pictures/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.jpg + /theme_graphene/static/src/img/pictures/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.jpg + /theme_graphene/static/src/img/pictures/s_images_constellation_default_image_2.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_graphene/static/src/img/pictures/bg_image_08.jpg + /theme_graphene/static/src/img/pictures/bg_image_08.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_graphene/static/src/img/pictures/bg_image_08.jpg + /theme_graphene/static/src/img/pictures/bg_image_08.webp diff --git a/theme_kea/__manifest__.py b/theme_kea/__manifest__.py index 91f3bef65..9219f6d1d 100644 --- a/theme_kea/__manifest__.py +++ b/theme_kea/__manifest__.py @@ -61,16 +61,16 @@ ], 'images': [ 'static/description/kea_description.png', - 'static/description/kea_screenshot.jpg', + 'static/description/kea_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_kea/static/src/img/snippets/s_cover.jpg', - 'website.s_picture_default_image': '/theme_kea/static/src/img/snippets/s_picture.jpg', - 'website.s_quotes_carousel_demo_image_1': '/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg', - 'website.s_quotes_carousel_demo_image_2': '/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg', - 'website.s_media_list_default_image_1': '/theme_kea/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_media_list_default_image_2': '/theme_kea/static/src/img/snippets/s_media_list_2.jpg', - 'website.s_media_list_default_image_3': '/theme_kea/static/src/img/snippets/s_media_list_3.jpg', + 'website.s_cover_default_image': '/theme_kea/static/src/img/snippets/s_cover.webp', + 'website.s_picture_default_image': '/theme_kea/static/src/img/snippets/s_picture.webp', + 'website.s_quotes_carousel_demo_image_1': '/theme_kea/static/src/img/snippets/s_quotes_carousel_1.webp', + 'website.s_quotes_carousel_demo_image_2': '/theme_kea/static/src/img/snippets/s_quotes_carousel_2.webp', + 'website.s_media_list_default_image_1': '/theme_kea/static/src/img/snippets/s_media_list_1.webp', + 'website.s_media_list_default_image_2': '/theme_kea/static/src/img/snippets/s_media_list_2.webp', + 'website.s_media_list_default_image_3': '/theme_kea/static/src/img/snippets/s_media_list_3.webp', }, 'configurator_snippets': { 'homepage': ['s_cover', 's_text_image', 's_picture', 's_image_text', 's_color_blocks_2', 's_media_list'], diff --git a/theme_kea/static/description/kea_screenshot.jpg b/theme_kea/static/description/kea_screenshot.jpg deleted file mode 100644 index 63ebfa314..000000000 Binary files a/theme_kea/static/description/kea_screenshot.jpg and /dev/null differ diff --git a/theme_kea/static/description/kea_screenshot.webp b/theme_kea/static/description/kea_screenshot.webp new file mode 100644 index 000000000..4a7a21492 Binary files /dev/null and b/theme_kea/static/description/kea_screenshot.webp differ diff --git a/theme_kea/static/src/img/content/content_img_02.jpg b/theme_kea/static/src/img/content/content_img_02.jpg deleted file mode 100755 index 62f957e2e..000000000 Binary files a/theme_kea/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/content/content_img_02.webp b/theme_kea/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..f3ac7e9a9 Binary files /dev/null and b/theme_kea/static/src/img/content/content_img_02.webp differ diff --git a/theme_kea/static/src/img/content/content_img_03.jpg b/theme_kea/static/src/img/content/content_img_03.jpg deleted file mode 100755 index aeb5ea3c6..000000000 Binary files a/theme_kea/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/content/content_img_03.webp b/theme_kea/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..cb644a66b Binary files /dev/null and b/theme_kea/static/src/img/content/content_img_03.webp differ diff --git a/theme_kea/static/src/img/content/content_img_07.jpg b/theme_kea/static/src/img/content/content_img_07.jpg deleted file mode 100755 index 9ee8e011d..000000000 Binary files a/theme_kea/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/content/content_img_07.webp b/theme_kea/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..3cf263dfa Binary files /dev/null and b/theme_kea/static/src/img/content/content_img_07.webp differ diff --git a/theme_kea/static/src/img/content/content_img_09.jpg b/theme_kea/static/src/img/content/content_img_09.jpg deleted file mode 100755 index 6f1d8f661..000000000 Binary files a/theme_kea/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/content/content_img_09.webp b/theme_kea/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..5ed1836e4 Binary files /dev/null and b/theme_kea/static/src/img/content/content_img_09.webp differ diff --git a/theme_kea/static/src/img/content/content_img_10.jpg b/theme_kea/static/src/img/content/content_img_10.jpg deleted file mode 100755 index 6191d1c55..000000000 Binary files a/theme_kea/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/content/content_img_10.webp b/theme_kea/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..9f39f474f Binary files /dev/null and b/theme_kea/static/src/img/content/content_img_10.webp differ diff --git a/theme_kea/static/src/img/content/content_img_11.jpg b/theme_kea/static/src/img/content/content_img_11.jpg deleted file mode 100755 index 51e8f13e8..000000000 Binary files a/theme_kea/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/content/content_img_11.webp b/theme_kea/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..e3ebb3b19 Binary files /dev/null and b/theme_kea/static/src/img/content/content_img_11.webp differ diff --git a/theme_kea/static/src/img/content/content_img_12.jpg b/theme_kea/static/src/img/content/content_img_12.jpg deleted file mode 100755 index a0abae98f..000000000 Binary files a/theme_kea/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/content/content_img_12.webp b/theme_kea/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..d85ddd196 Binary files /dev/null and b/theme_kea/static/src/img/content/content_img_12.webp differ diff --git a/theme_kea/static/src/img/snippets/library_image_07.jpg b/theme_kea/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index c61f7ed4b..000000000 Binary files a/theme_kea/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/library_image_07.webp b/theme_kea/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..b47383000 Binary files /dev/null and b/theme_kea/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_kea/static/src/img/snippets/library_image_11.jpg b/theme_kea/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 112a8515f..000000000 Binary files a/theme_kea/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/library_image_11.webp b/theme_kea/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..1c9b0f532 Binary files /dev/null and b/theme_kea/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_kea/static/src/img/snippets/library_image_13.jpg b/theme_kea/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index a68f2e9f4..000000000 Binary files a/theme_kea/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/library_image_13.webp b/theme_kea/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..31f07a790 Binary files /dev/null and b/theme_kea/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_kea/static/src/img/snippets/s_banner.jpg b/theme_kea/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index edf3eb86c..000000000 Binary files a/theme_kea/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_banner.webp b/theme_kea/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..921539277 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_banner.webp differ diff --git a/theme_kea/static/src/img/snippets/s_banner_2.jpg b/theme_kea/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 22e84654a..000000000 Binary files a/theme_kea/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_banner_2.webp b/theme_kea/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..116b1e643 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_banner_3.jpg b/theme_kea/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 389d49a1f..000000000 Binary files a/theme_kea/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_banner_3.webp b/theme_kea/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..87dd7babe Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_1.jpg b/theme_kea/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index c95ef8a2e..000000000 Binary files a/theme_kea/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_1.webp b/theme_kea/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..98275ae66 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_2.jpg b/theme_kea/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 718a01996..000000000 Binary files a/theme_kea/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_2.webp b/theme_kea/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..6cc48fc8a Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_3.jpg b/theme_kea/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index d068f938b..000000000 Binary files a/theme_kea/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_3.webp b/theme_kea/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..a809df7f0 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_kea/static/src/img/snippets/s_color_blocks_1.jpg b/theme_kea/static/src/img/snippets/s_color_blocks_1.jpg deleted file mode 100644 index 5667c36b4..000000000 Binary files a/theme_kea/static/src/img/snippets/s_color_blocks_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_color_blocks_1.webp b/theme_kea/static/src/img/snippets/s_color_blocks_1.webp new file mode 100644 index 000000000..ce6eae79e Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_color_blocks_1.webp differ diff --git a/theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg b/theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg deleted file mode 100644 index 532add619..000000000 Binary files a/theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_color_blocks_1bis.webp b/theme_kea/static/src/img/snippets/s_color_blocks_1bis.webp new file mode 100644 index 000000000..5be095425 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_color_blocks_1bis.webp differ diff --git a/theme_kea/static/src/img/snippets/s_cover.jpg b/theme_kea/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index b65132578..000000000 Binary files a/theme_kea/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_cover.webp b/theme_kea/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..68d5674ea Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_cover.webp differ diff --git a/theme_kea/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_kea/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 3fd42cbc3..000000000 Binary files a/theme_kea/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_empowerment_default_image.webp b/theme_kea/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..b7cc222a1 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_kea/static/src/img/snippets/s_image_text.jpg b/theme_kea/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index a7786439a..000000000 Binary files a/theme_kea/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_image_text.webp b/theme_kea/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..36b2085be Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_01.jpg b/theme_kea/static/src/img/snippets/s_image_wall_01.jpg deleted file mode 100644 index 435416fc0..000000000 Binary files a/theme_kea/static/src/img/snippets/s_image_wall_01.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_01.webp b/theme_kea/static/src/img/snippets/s_image_wall_01.webp new file mode 100644 index 000000000..3d83ec92a Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_01.webp differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_02.jpg b/theme_kea/static/src/img/snippets/s_image_wall_02.jpg deleted file mode 100644 index 8306795ae..000000000 Binary files a/theme_kea/static/src/img/snippets/s_image_wall_02.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_02.webp b/theme_kea/static/src/img/snippets/s_image_wall_02.webp new file mode 100644 index 000000000..e134842c0 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_02.webp differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_03.jpg b/theme_kea/static/src/img/snippets/s_image_wall_03.jpg deleted file mode 100644 index aa8f25eb6..000000000 Binary files a/theme_kea/static/src/img/snippets/s_image_wall_03.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_03.webp b/theme_kea/static/src/img/snippets/s_image_wall_03.webp new file mode 100644 index 000000000..685ce49cb Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_03.webp differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_04.jpg b/theme_kea/static/src/img/snippets/s_image_wall_04.jpg deleted file mode 100644 index e5251448c..000000000 Binary files a/theme_kea/static/src/img/snippets/s_image_wall_04.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_04.webp b/theme_kea/static/src/img/snippets/s_image_wall_04.webp new file mode 100644 index 000000000..8d4cd1734 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_04.webp differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_05.jpg b/theme_kea/static/src/img/snippets/s_image_wall_05.jpg deleted file mode 100644 index 857ffaa03..000000000 Binary files a/theme_kea/static/src/img/snippets/s_image_wall_05.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_05.webp b/theme_kea/static/src/img/snippets/s_image_wall_05.webp new file mode 100644 index 000000000..910a48435 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_05.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_kea/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 61732ceb2..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_kea/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..299b1577c Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index e5f636f80..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..5d0d396a9 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 1cd8b2071..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..25044d225 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 45cea6707..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..234852642 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index b6fa35821..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..30cc51450 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 3d0f5d105..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..36bcd3d5f Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index f08c57e96..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..d742dd2f0 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index c7b8e8079..000000000 Binary files a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..3b277000e Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_kea/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_kea/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 25b9aa84a..000000000 Binary files a/theme_kea/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_kea/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..66689af18 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 76619fe24..000000000 Binary files a/theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..d15af34b9 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_kea/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index d0b96e989..000000000 Binary files a/theme_kea/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_kickoff_default_image.webp b/theme_kea/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..c2cb8888d Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_kea/static/src/img/snippets/s_masonry_block.jpg b/theme_kea/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index a7786439a..000000000 Binary files a/theme_kea/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_masonry_block.webp b/theme_kea/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..36b2085be Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_1.jpg b/theme_kea/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 07897d95e..000000000 Binary files a/theme_kea/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_1.webp b/theme_kea/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..bc09ac2df Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_2.jpg b/theme_kea/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index fade72093..000000000 Binary files a/theme_kea/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_2.webp b/theme_kea/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..ea77d0da8 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_3.jpg b/theme_kea/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index e01180abc..000000000 Binary files a/theme_kea/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_3.webp b/theme_kea/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..d0559e2bd Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_kea/static/src/img/snippets/s_newsletter.jpg b/theme_kea/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 0436e3d51..000000000 Binary files a/theme_kea/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_newsletter.webp b/theme_kea/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..522a39390 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_kea/static/src/img/snippets/s_parallax.jpg b/theme_kea/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index d420545ba..000000000 Binary files a/theme_kea/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_parallax.webp b/theme_kea/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..dab471f5d Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_kea/static/src/img/snippets/s_picture.jpg b/theme_kea/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 79378c44b..000000000 Binary files a/theme_kea/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_picture.webp b/theme_kea/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..62a862e37 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_picture.webp differ diff --git a/theme_kea/static/src/img/snippets/s_popup.jpg b/theme_kea/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index be97f3fa8..000000000 Binary files a/theme_kea/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_popup.webp b/theme_kea/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..98cd8a480 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_popup.webp differ diff --git a/theme_kea/static/src/img/snippets/s_product_1.jpg b/theme_kea/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index f6a9a216c..000000000 Binary files a/theme_kea/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_product_1.webp b/theme_kea/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..9cf7c5333 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_kea/static/src/img/snippets/s_product_2.jpg b/theme_kea/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index 77e2cc75e..000000000 Binary files a/theme_kea/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_product_2.webp b/theme_kea/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..6e7027f54 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_product_3.jpg b/theme_kea/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 7f9cd5d60..000000000 Binary files a/theme_kea/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_product_3.webp b/theme_kea/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..0d36b075d Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_kea/static/src/img/snippets/s_product_4.jpg b/theme_kea/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index bcdbd3d99..000000000 Binary files a/theme_kea/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_product_4.webp b/theme_kea/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..f25a110dd Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_kea/static/src/img/snippets/s_product_5.jpg b/theme_kea/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index c3d9ff083..000000000 Binary files a/theme_kea/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_product_5.webp b/theme_kea/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..fb137b1cb Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_kea/static/src/img/snippets/s_product_6.jpg b/theme_kea/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 48350212d..000000000 Binary files a/theme_kea/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_product_6.webp b/theme_kea/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..415b9a253 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_kea/static/src/img/snippets/s_product_catalog.jpg b/theme_kea/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index 610ca46c3..000000000 Binary files a/theme_kea/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_product_catalog.webp b/theme_kea/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..111b26ae8 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 604d6ee0c..000000000 Binary files a/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_kea/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..8cecbb788 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index e2716a9f6..000000000 Binary files a/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_kea/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..ebf35ab7e Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_kea/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_kea/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index facd173ae..000000000 Binary files a/theme_kea/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_shape_image_default_image.webp b/theme_kea/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..0363f740c Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_kea/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_kea/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index bccfa3a0a..000000000 Binary files a/theme_kea/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_split_intro_default_image.webp b/theme_kea/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..e7fec30f5 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_kea/static/src/img/snippets/s_text_image.jpg b/theme_kea/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index d420545ba..000000000 Binary files a/theme_kea/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_text_image.webp b/theme_kea/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..dab471f5d Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_kea/static/src/img/snippets/uiface_1.jpg b/theme_kea/static/src/img/snippets/uiface_1.jpg deleted file mode 100644 index d72eeb5ef..000000000 Binary files a/theme_kea/static/src/img/snippets/uiface_1.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/uiface_1.webp b/theme_kea/static/src/img/snippets/uiface_1.webp new file mode 100644 index 000000000..6f82249cc Binary files /dev/null and b/theme_kea/static/src/img/snippets/uiface_1.webp differ diff --git a/theme_kea/static/src/img/snippets/uiface_2.jpg b/theme_kea/static/src/img/snippets/uiface_2.jpg deleted file mode 100644 index c8b2cba93..000000000 Binary files a/theme_kea/static/src/img/snippets/uiface_2.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/uiface_2.webp b/theme_kea/static/src/img/snippets/uiface_2.webp new file mode 100644 index 000000000..f13f061c2 Binary files /dev/null and b/theme_kea/static/src/img/snippets/uiface_2.webp differ diff --git a/theme_kea/static/src/img/snippets/uiface_3.jpg b/theme_kea/static/src/img/snippets/uiface_3.jpg deleted file mode 100644 index dbf6c5185..000000000 Binary files a/theme_kea/static/src/img/snippets/uiface_3.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/uiface_3.webp b/theme_kea/static/src/img/snippets/uiface_3.webp new file mode 100644 index 000000000..4a54c6cae Binary files /dev/null and b/theme_kea/static/src/img/snippets/uiface_3.webp differ diff --git a/theme_kea/static/src/img/snippets/uiface_4.jpg b/theme_kea/static/src/img/snippets/uiface_4.jpg deleted file mode 100644 index 7dbf78dd6..000000000 Binary files a/theme_kea/static/src/img/snippets/uiface_4.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/uiface_4.webp b/theme_kea/static/src/img/snippets/uiface_4.webp new file mode 100644 index 000000000..f5d9fbc48 Binary files /dev/null and b/theme_kea/static/src/img/snippets/uiface_4.webp differ diff --git a/theme_kea/static/src/img/snippets/uiface_5.jpg b/theme_kea/static/src/img/snippets/uiface_5.jpg deleted file mode 100644 index bbf076a3f..000000000 Binary files a/theme_kea/static/src/img/snippets/uiface_5.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/uiface_5.webp b/theme_kea/static/src/img/snippets/uiface_5.webp new file mode 100644 index 000000000..15a9f939b Binary files /dev/null and b/theme_kea/static/src/img/snippets/uiface_5.webp differ diff --git a/theme_kea/static/src/img/snippets/uiface_6.jpg b/theme_kea/static/src/img/snippets/uiface_6.jpg deleted file mode 100644 index 845bc675f..000000000 Binary files a/theme_kea/static/src/img/snippets/uiface_6.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/uiface_6.webp b/theme_kea/static/src/img/snippets/uiface_6.webp new file mode 100644 index 000000000..1694527c1 Binary files /dev/null and b/theme_kea/static/src/img/snippets/uiface_6.webp differ diff --git a/theme_kea/views/images_content.xml b/theme_kea/views/images_content.xml index d3a0534c1..9f9b7cb60 100644 --- a/theme_kea/views/images_content.xml +++ b/theme_kea/views/images_content.xml @@ -6,505 +6,505 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_kea/static/src/img/content/content_img_02.jpg + /theme_kea/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_kea/static/src/img/content/content_img_03.jpg + /theme_kea/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_kea/static/src/img/content/content_img_07.jpg + /theme_kea/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_kea/static/src/img/content/content_img_09.jpg + /theme_kea/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_kea/static/src/img/content/content_img_10.jpg + /theme_kea/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_kea/static/src/img/content/content_img_11.jpg + /theme_kea/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_kea/static/src/img/content/content_img_12.jpg + /theme_kea/static/src/img/content/content_img_12.webp website.s_popup_default_image website.s_popup_default_image - /theme_kea/static/src/img/snippets/s_popup.jpg + /theme_kea/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_kea/static/src/img/snippets/s_cover.jpg + /theme_kea/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_kea/static/src/img/snippets/s_text_image.jpg + /theme_kea/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_kea/static/src/img/snippets/s_image_text.jpg + /theme_kea/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_kea/static/src/img/snippets/s_picture.jpg + /theme_kea/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_kea/static/src/img/snippets/library_image_11.jpg + /theme_kea/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_kea/static/src/img/snippets/library_image_13.jpg + /theme_kea/static/src/img/snippets/library_image_13.webp website.library_image_07 website.library_image_07 - /theme_kea/static/src/img/snippets/library_image_07.jpg + /theme_kea/static/src/img/snippets/library_image_07.webp website.library_image_08 website.library_image_08 - /theme_kea/static/src/img/snippets/s_image_wall_03.jpg + /theme_kea/static/src/img/snippets/s_image_wall_03.webp website.library_image_02 website.library_image_02 - /theme_kea/static/src/img/snippets/s_image_wall_04.jpg + /theme_kea/static/src/img/snippets/s_image_wall_04.webp website.library_image_03 website.library_image_03 - /theme_kea/static/src/img/snippets/s_image_wall_01.jpg + /theme_kea/static/src/img/snippets/s_image_wall_01.webp website.library_image_10 website.library_image_10 - /theme_kea/static/src/img/snippets/s_image_wall_02.jpg + /theme_kea/static/src/img/snippets/s_image_wall_02.webp website.library_image_05 website.library_image_05 - /theme_kea/static/src/img/snippets/s_image_wall_03.jpg + /theme_kea/static/src/img/snippets/s_image_wall_03.webp website.library_image_14 website.library_image_14 - /theme_kea/static/src/img/snippets/s_image_wall_04.jpg + /theme_kea/static/src/img/snippets/s_image_wall_04.webp website.library_image_16 website.library_image_16 - /theme_kea/static/src/img/snippets/s_image_wall_05.jpg + /theme_kea/static/src/img/snippets/s_image_wall_05.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_kea/static/src/img/snippets/s_masonry_block.jpg + /theme_kea/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_kea/static/src/img/snippets/s_carousel_1.jpg + /theme_kea/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_kea/static/src/img/snippets/s_carousel_2.jpg + /theme_kea/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_kea/static/src/img/snippets/s_carousel_3.jpg + /theme_kea/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_kea/static/src/img/snippets/s_color_blocks_1.jpg + /theme_kea/static/src/img/snippets/s_color_blocks_1.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_kea/static/src/img/snippets/s_picture.jpg + /theme_kea/static/src/img/snippets/s_picture.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg + /theme_kea/static/src/img/snippets/s_color_blocks_1bis.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_kea/static/src/img/snippets/s_carousel_1.jpg + /theme_kea/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_kea/static/src/img/snippets/s_carousel_2.jpg + /theme_kea/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_kea/static/src/img/snippets/s_carousel_3.jpg + /theme_kea/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_kea/static/src/img/snippets/s_media_list_1.jpg + /theme_kea/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_kea/static/src/img/snippets/s_media_list_2.jpg + /theme_kea/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_kea/static/src/img/snippets/s_media_list_3.jpg + /theme_kea/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_kea/static/src/img/snippets/s_parallax.jpg + /theme_kea/static/src/img/snippets/s_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_kea/static/src/img/snippets/uiface_1.jpg + /theme_kea/static/src/img/snippets/uiface_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_kea/static/src/img/snippets/uiface_2.jpg + /theme_kea/static/src/img/snippets/uiface_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_kea/static/src/img/snippets/uiface_3.jpg + /theme_kea/static/src/img/snippets/uiface_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_kea/static/src/img/snippets/uiface_4.jpg + /theme_kea/static/src/img/snippets/uiface_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_kea/static/src/img/snippets/uiface_5.jpg + /theme_kea/static/src/img/snippets/uiface_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_kea/static/src/img/snippets/uiface_6.jpg + /theme_kea/static/src/img/snippets/uiface_6.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_kea/static/src/img/snippets/s_product_catalog.jpg + /theme_kea/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_kea/static/src/img/snippets/s_product_1.jpg + /theme_kea/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_kea/static/src/img/snippets/s_product_2.jpg + /theme_kea/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_kea/static/src/img/snippets/s_product_3.jpg + /theme_kea/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_kea/static/src/img/snippets/s_product_4.jpg + /theme_kea/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_kea/static/src/img/snippets/s_product_5.jpg + /theme_kea/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_kea/static/src/img/snippets/s_product_6.jpg + /theme_kea/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_kea/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_kea/static/src/img/snippets/s_color_blocks_1.jpg + /theme_kea/static/src/img/snippets/s_color_blocks_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_kea/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_kea/static/src/img/snippets/uiface_3.jpg + /theme_kea/static/src/img/snippets/uiface_3.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_kea/static/src/img/snippets/uiface_1.jpg + /theme_kea/static/src/img/snippets/uiface_1.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_kea/static/src/img/snippets/uiface_4.jpg + /theme_kea/static/src/img/snippets/uiface_4.webp website.library_image_17 website.library_image_17 - /theme_kea/static/src/img/snippets/s_newsletter.jpg + /theme_kea/static/src/img/snippets/s_newsletter.webp website.s_blockquote_default_image website.s_blockquote_default_image - /theme_kea/static/src/img/snippets/uiface_2.jpg + /theme_kea/static/src/img/snippets/uiface_2.webp website.s_banner_default_image website.s_banner_default_image - /theme_kea/static/src/img/snippets/s_banner.jpg + /theme_kea/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_kea/static/src/img/snippets/s_banner_2.jpg + /theme_kea/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_kea/static/src/img/snippets/s_banner_3.jpg + /theme_kea/static/src/img/snippets/s_banner_3.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_kea/static/src/img/snippets/s_carousel_3.jpg + /theme_kea/static/src/img/snippets/s_carousel_3.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_kea/static/src/img/snippets/s_carousel_1.jpg + /theme_kea/static/src/img/snippets/s_carousel_1.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_kea/static/src/img/snippets/s_media_list_1.jpg + /theme_kea/static/src/img/snippets/s_media_list_1.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_kea/static/src/img/snippets/s_carousel_2.jpg + /theme_kea/static/src/img/snippets/s_carousel_2.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_kea/static/src/img/snippets/s_media_list_2.jpg + /theme_kea/static/src/img/snippets/s_media_list_2.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_kea/static/src/img/snippets/s_color_blocks_1.jpg + /theme_kea/static/src/img/snippets/s_color_blocks_1.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_kea/static/src/img/snippets/library_image_11.jpg + /theme_kea/static/src/img/snippets/library_image_11.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_kea/static/src/img/snippets/s_media_list_2.jpg + /theme_kea/static/src/img/snippets/s_media_list_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_kea/static/src/img/snippets/library_image_13.jpg + /theme_kea/static/src/img/snippets/library_image_13.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_kea/static/src/img/snippets/s_media_list_3.jpg + /theme_kea/static/src/img/snippets/s_media_list_3.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_kea/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_kea/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_kea/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_kea/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_kea/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_kea/static/src/img/snippets/s_newsletter.jpg + /theme_kea/static/src/img/snippets/s_newsletter.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_kea/static/src/img/snippets/s_picture.jpg + /theme_kea/static/src/img/snippets/s_picture.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_kea/static/src/img/snippets/s_image_wall_04.jpg + /theme_kea/static/src/img/snippets/s_image_wall_04.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_kea/static/src/img/snippets/s_image_wall_03.jpg + /theme_kea/static/src/img/snippets/s_image_wall_03.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_kea/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_kea/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_kea/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_kea/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_kea/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_kea/static/src/img/snippets/s_image_wall_02.jpg + /theme_kea/static/src/img/snippets/s_image_wall_02.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_kea/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_kea/static/src/img/snippets/s_empowerment_default_image.webp website.s_sidegrid_default_image_1 website.s_sidegrid_default_image_1 - /theme_kea/static/src/img/snippets/s_picture.jpg + /theme_kea/static/src/img/snippets/s_picture.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_kea/static/src/img/snippets/s_color_blocks_1.jpg + /theme_kea/static/src/img/snippets/s_color_blocks_1.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_kea/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_kea/static/src/img/snippets/s_kickoff_default_image.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_kea/static/src/img/snippets/s_banner_2.jpg + /theme_kea/static/src/img/snippets/s_banner_2.webp website.s_striped_top_default_image website.s_striped_top_default_image - /theme_kea/static/src/img/snippets/s_popup.jpg + /theme_kea/static/src/img/snippets/s_popup.webp website.s_framed_intro_default_image website.s_framed_intro_default_image - /theme_kea/static/src/img/snippets/s_banner_2.jpg + /theme_kea/static/src/img/snippets/s_banner_2.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_kea/static/src/img/snippets/s_banner_2.jpg + /theme_kea/static/src/img/snippets/s_banner_2.webp website.s_image_punchy_default_image website.s_image_punchy_default_image - /theme_kea/static/src/img/snippets/s_color_blocks_1.jpg + /theme_kea/static/src/img/snippets/s_color_blocks_1.webp website.s_image_frame_default_image website.s_image_frame_default_image - /theme_kea/static/src/img/snippets/s_image_wall_02.jpg + /theme_kea/static/src/img/snippets/s_image_wall_02.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_kea/static/src/img/snippets/s_masonry_block.jpg + /theme_kea/static/src/img/snippets/s_masonry_block.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_kea/static/src/img/snippets/s_color_blocks_1.jpg + /theme_kea/static/src/img/snippets/s_color_blocks_1.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_kea/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_kea/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_kea/views/snippets/s_company_team_grid.xml b/theme_kea/views/snippets/s_company_team_grid.xml index a207c94c4..6f09d460e 100644 --- a/theme_kea/views/snippets/s_company_team_grid.xml +++ b/theme_kea/views/snippets/s_company_team_grid.xml @@ -9,7 +9,7 @@ /web_editor/image_shape/website.s_company_team_image_1/web_editor/composition/composition_line_1.svg?c1=o-color-1 web_editor/composition/composition_line_1 - image/jpeg + image/webp uiface_1.svg o-color-1;;;; @@ -20,7 +20,7 @@ /web_editor/image_shape/website.s_company_team_image_2/web_editor/composition/composition_mixed_1.svg?c1=o-color-1&c2=o-color-2&c5=o-color-5 web_editor/composition/composition_mixed_1 - image/jpeg + image/webp uiface_1.svg o-color-1;o-color-2;;;o-color-5 @@ -31,7 +31,7 @@ /web_editor/image_shape/website.s_company_team_image_3/web_editor/composition/composition_planet_1.svg?c1=o-color-1&c2=o-color-2&c5=o-color-5 web_editor/composition/composition_planet_1 - image/jpeg + image/webp uiface_1.svg o-color-1;o-color-2;;;o-color-5 @@ -42,7 +42,7 @@ /web_editor/image_shape/website.s_company_team_image_4/web_editor/composition/composition_planet_2.svg?c1=o-color-1&c2=o-color-2&c5=o-color-5 web_editor/composition/composition_planet_2 - image/jpeg + image/webp uiface_1.svg o-color-1;o-color-2;;;o-color-5 @@ -53,7 +53,7 @@ /web_editor/image_shape/website.s_company_team_image_5/web_editor/pattern/pattern_point.svg?c1=o-color-1 web_editor/pattern/pattern_point - image/jpeg + image/webp uiface_1.svg o-color-1;;;; @@ -64,7 +64,7 @@ /web_editor/image_shape/website.s_company_team_image_6/web_editor/composition/composition_mixed_2.svg?c1=o-color-1&c2=o-color-2&c5=o-color-5 web_editor/composition/composition_mixed_2 - image/jpeg + image/webp uiface_1.svg o-color-1;o-color-2;;;o-color-5 diff --git a/theme_kea/views/snippets/s_cta_box.xml b/theme_kea/views/snippets/s_cta_box.xml index abf49c3cb..3033401df 100644 --- a/theme_kea/views/snippets/s_cta_box.xml +++ b/theme_kea/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_kea/static/src/img/content/content_img_12.jpg + /theme_kea/static/src/img/content/content_img_12.webp diff --git a/theme_kea/views/snippets/s_media_list.xml b/theme_kea/views/snippets/s_media_list.xml index d4e6c607f..64dca00f5 100644 --- a/theme_kea/views/snippets/s_media_list.xml +++ b/theme_kea/views/snippets/s_media_list.xml @@ -24,7 +24,7 @@ /web_editor/image_shape/website.s_media_list_default_image_3/web_editor/geometric_round/geo_round_blob_medium.svg web_editor/geometric_round/geo_round_blob_medium - image/jpeg + image/webp s_media_list_3.svg ;;;; @@ -41,7 +41,7 @@ /web_editor/image_shape/website.s_media_list_default_image_2/web_editor/geometric_round/geo_round_blob_medium.svg web_editor/geometric_round/geo_round_blob_medium - image/jpeg + image/webp s_media_list_2.svg ;;;; @@ -58,7 +58,7 @@ /web_editor/image_shape/website.s_media_list_default_image_1/web_editor/geometric_round/geo_round_blob_medium.svg web_editor/geometric_round/geo_round_blob_medium - image/jpeg + image/webp s_media_list_1.svg ;;;; diff --git a/theme_kea/views/snippets/s_picture.xml b/theme_kea/views/snippets/s_picture.xml index f1b173b12..92d9618fd 100644 --- a/theme_kea/views/snippets/s_picture.xml +++ b/theme_kea/views/snippets/s_picture.xml @@ -15,6 +15,8 @@ width: 100%; /web_editor/image_shape/website.s_media_list_default_image_1/web_editor/geometric_round/geo_round_blob_medium.svg web_editor/geometric_round/geo_round_blob_medium + image/webp + s_media_list_1.svg ;;;; diff --git a/theme_kiddo/__manifest__.py b/theme_kiddo/__manifest__.py index b48ffbaa8..3d27e6a5f 100644 --- a/theme_kiddo/__manifest__.py +++ b/theme_kiddo/__manifest__.py @@ -63,15 +63,15 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/kiddo_description.jpg', - 'static/description/kiddo_screenshot.jpg', + 'static/description/kiddo_description.webp', + 'static/description/kiddo_screenshot.webp', ], 'images_preview_theme': { - 'website.s_banner_default_image': '/theme_kiddo/static/src/img/snippets/s_banner.jpg', - 'website.s_image_text_default_image': '/theme_kiddo/static/src/img/snippets/s_image_text.jpg', - 'website.s_three_columns_default_image_1': '/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.jpg', - 'website.s_three_columns_default_image_2': '/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.jpg', - 'website.s_three_columns_default_image_3': '/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.jpg', + 'website.s_banner_default_image': '/theme_kiddo/static/src/img/snippets/s_banner.webp', + 'website.s_image_text_default_image': '/theme_kiddo/static/src/img/snippets/s_image_text.webp', + 'website.s_three_columns_default_image_1': '/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.webp', + 'website.s_three_columns_default_image_2': '/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.webp', + 'website.s_three_columns_default_image_3': '/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.webp', }, 'configurator_snippets': { 'homepage': ['s_banner', 's_image_text', 's_three_columns', 's_product_list', 's_call_to_action'], diff --git a/theme_kiddo/static/description/kiddo_description.jpg b/theme_kiddo/static/description/kiddo_description.jpg deleted file mode 100644 index 32be65d8b..000000000 Binary files a/theme_kiddo/static/description/kiddo_description.jpg and /dev/null differ diff --git a/theme_kiddo/static/description/kiddo_description.webp b/theme_kiddo/static/description/kiddo_description.webp new file mode 100644 index 000000000..460f0e71d Binary files /dev/null and b/theme_kiddo/static/description/kiddo_description.webp differ diff --git a/theme_kiddo/static/description/kiddo_screenshot.jpg b/theme_kiddo/static/description/kiddo_screenshot.jpg deleted file mode 100644 index 291e72090..000000000 Binary files a/theme_kiddo/static/description/kiddo_screenshot.jpg and /dev/null differ diff --git a/theme_kiddo/static/description/kiddo_screenshot.webp b/theme_kiddo/static/description/kiddo_screenshot.webp new file mode 100644 index 000000000..3ea0f04c9 Binary files /dev/null and b/theme_kiddo/static/description/kiddo_screenshot.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_13.jpg b/theme_kiddo/static/src/img/content/content_img_13.jpg deleted file mode 100644 index d7743f995..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_13.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_13.webp b/theme_kiddo/static/src/img/content/content_img_13.webp new file mode 100644 index 000000000..52b64027a Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_13.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_14.jpg b/theme_kiddo/static/src/img/content/content_img_14.jpg deleted file mode 100644 index 30c2d5eec..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_14.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_14.webp b/theme_kiddo/static/src/img/content/content_img_14.webp new file mode 100644 index 000000000..0ebe7d1b7 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_14.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_15.jpg b/theme_kiddo/static/src/img/content/content_img_15.jpg deleted file mode 100644 index 0653e14b6..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_15.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_15.webp b/theme_kiddo/static/src/img/content/content_img_15.webp new file mode 100644 index 000000000..92a74776d Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_15.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_16.jpg b/theme_kiddo/static/src/img/content/content_img_16.jpg deleted file mode 100644 index 04113e9ac..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_16.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_16.webp b/theme_kiddo/static/src/img/content/content_img_16.webp new file mode 100644 index 000000000..186214d0d Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_16.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_17.jpg b/theme_kiddo/static/src/img/content/content_img_17.jpg deleted file mode 100644 index 69e50907a..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_17.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_17.webp b/theme_kiddo/static/src/img/content/content_img_17.webp new file mode 100644 index 000000000..86a6503f3 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_17.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_18.jpg b/theme_kiddo/static/src/img/content/content_img_18.jpg deleted file mode 100644 index 9a18d898b..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_18.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_18.webp b/theme_kiddo/static/src/img/content/content_img_18.webp new file mode 100644 index 000000000..00bb61ff7 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_18.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_19.jpg b/theme_kiddo/static/src/img/content/content_img_19.jpg deleted file mode 100644 index 37c473480..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_19.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_19.webp b/theme_kiddo/static/src/img/content/content_img_19.webp new file mode 100644 index 000000000..f67dfe9df Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_19.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_20.jpg b/theme_kiddo/static/src/img/content/content_img_20.jpg deleted file mode 100644 index 8d7406b6b..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_20.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_20.webp b/theme_kiddo/static/src/img/content/content_img_20.webp new file mode 100644 index 000000000..218713130 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_20.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_21.jpg b/theme_kiddo/static/src/img/content/content_img_21.jpg deleted file mode 100644 index e17fa2573..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_21.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_21.webp b/theme_kiddo/static/src/img/content/content_img_21.webp new file mode 100644 index 000000000..ded730931 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_21.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_22.jpg b/theme_kiddo/static/src/img/content/content_img_22.jpg deleted file mode 100644 index 17d7e8feb..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_22.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_22.webp b/theme_kiddo/static/src/img/content/content_img_22.webp new file mode 100644 index 000000000..be2fd69fc Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_22.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_23.jpg b/theme_kiddo/static/src/img/content/content_img_23.jpg deleted file mode 100644 index e3c575965..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_23.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_23.webp b/theme_kiddo/static/src/img/content/content_img_23.webp new file mode 100644 index 000000000..97fe8c9b9 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_23.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_24.jpg b/theme_kiddo/static/src/img/content/content_img_24.jpg deleted file mode 100644 index bc11aa04a..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_24.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_24.webp b/theme_kiddo/static/src/img/content/content_img_24.webp new file mode 100644 index 000000000..d2e89fc7b Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_24.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_25.jpg b/theme_kiddo/static/src/img/content/content_img_25.jpg deleted file mode 100644 index 6374126db..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_25.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_25.webp b/theme_kiddo/static/src/img/content/content_img_25.webp new file mode 100644 index 000000000..65d8010e4 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_25.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_26.jpg b/theme_kiddo/static/src/img/content/content_img_26.jpg deleted file mode 100644 index 7cae3c3a7..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_26.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_26.webp b/theme_kiddo/static/src/img/content/content_img_26.webp new file mode 100644 index 000000000..91a13ed92 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_26.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_27.jpg b/theme_kiddo/static/src/img/content/content_img_27.jpg deleted file mode 100644 index cc93912c5..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_27.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_27.webp b/theme_kiddo/static/src/img/content/content_img_27.webp new file mode 100644 index 000000000..b3fc9afbd Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_27.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_28.jpg b/theme_kiddo/static/src/img/content/content_img_28.jpg deleted file mode 100644 index 17b6a4b46..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_28.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_28.webp b/theme_kiddo/static/src/img/content/content_img_28.webp new file mode 100644 index 000000000..d415ca261 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_28.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_29.jpg b/theme_kiddo/static/src/img/content/content_img_29.jpg deleted file mode 100644 index 2879591a7..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_29.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_29.webp b/theme_kiddo/static/src/img/content/content_img_29.webp new file mode 100644 index 000000000..02758d189 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_29.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_30.jpg b/theme_kiddo/static/src/img/content/content_img_30.jpg deleted file mode 100644 index 0595b2e54..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_30.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_30.webp b/theme_kiddo/static/src/img/content/content_img_30.webp new file mode 100644 index 000000000..c458f0399 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_30.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_31.jpg b/theme_kiddo/static/src/img/content/content_img_31.jpg deleted file mode 100644 index 030ee5916..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_31.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_31.webp b/theme_kiddo/static/src/img/content/content_img_31.webp new file mode 100644 index 000000000..f762efe93 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_31.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_32.jpg b/theme_kiddo/static/src/img/content/content_img_32.jpg deleted file mode 100644 index 7504005f1..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_32.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_32.webp b/theme_kiddo/static/src/img/content/content_img_32.webp new file mode 100644 index 000000000..f211bc2d8 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_32.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_33.jpg b/theme_kiddo/static/src/img/content/content_img_33.jpg deleted file mode 100644 index 340692c43..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_33.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_33.webp b/theme_kiddo/static/src/img/content/content_img_33.webp new file mode 100644 index 000000000..d87b96374 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_33.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_34.jpg b/theme_kiddo/static/src/img/content/content_img_34.jpg deleted file mode 100644 index 122a0355a..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_34.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_34.webp b/theme_kiddo/static/src/img/content/content_img_34.webp new file mode 100644 index 000000000..5e55f92ae Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_34.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_35.jpg b/theme_kiddo/static/src/img/content/content_img_35.jpg deleted file mode 100644 index 939482acf..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_35.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_35.webp b/theme_kiddo/static/src/img/content/content_img_35.webp new file mode 100644 index 000000000..bcf0965d1 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_35.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_36.jpg b/theme_kiddo/static/src/img/content/content_img_36.jpg deleted file mode 100644 index 703136cb0..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_36.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_36.webp b/theme_kiddo/static/src/img/content/content_img_36.webp new file mode 100644 index 000000000..0039f125f Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_36.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_37.jpg b/theme_kiddo/static/src/img/content/content_img_37.jpg deleted file mode 100644 index 0809bccb5..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_37.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_37.webp b/theme_kiddo/static/src/img/content/content_img_37.webp new file mode 100644 index 000000000..599ebc413 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_37.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_38.jpg b/theme_kiddo/static/src/img/content/content_img_38.jpg deleted file mode 100644 index 8f2a29867..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_38.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_38.webp b/theme_kiddo/static/src/img/content/content_img_38.webp new file mode 100644 index 000000000..a96bd752b Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_38.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_39.jpg b/theme_kiddo/static/src/img/content/content_img_39.jpg deleted file mode 100644 index 219bae3f6..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_39.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_39.webp b/theme_kiddo/static/src/img/content/content_img_39.webp new file mode 100644 index 000000000..994b0df2c Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_39.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_40.jpg b/theme_kiddo/static/src/img/content/content_img_40.jpg deleted file mode 100644 index 7220056c5..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_40.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_40.webp b/theme_kiddo/static/src/img/content/content_img_40.webp new file mode 100644 index 000000000..f5fe6ceff Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_40.webp differ diff --git a/theme_kiddo/static/src/img/content/content_img_41.jpg b/theme_kiddo/static/src/img/content/content_img_41.jpg deleted file mode 100644 index 3f7b05747..000000000 Binary files a/theme_kiddo/static/src/img/content/content_img_41.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/content_img_41.webp b/theme_kiddo/static/src/img/content/content_img_41.webp new file mode 100644 index 000000000..683ad1401 Binary files /dev/null and b/theme_kiddo/static/src/img/content/content_img_41.webp differ diff --git a/theme_kiddo/static/src/img/content/s_popup.jpg b/theme_kiddo/static/src/img/content/s_popup.jpg deleted file mode 100644 index 777989f7c..000000000 Binary files a/theme_kiddo/static/src/img/content/s_popup.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/content/s_popup.webp b/theme_kiddo/static/src/img/content/s_popup.webp new file mode 100644 index 000000000..f9c13fb0a Binary files /dev/null and b/theme_kiddo/static/src/img/content/s_popup.webp differ diff --git a/theme_kiddo/static/src/img/library/bg11.jpg b/theme_kiddo/static/src/img/library/bg11.jpg deleted file mode 100644 index c03130afa..000000000 Binary files a/theme_kiddo/static/src/img/library/bg11.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/library/bg11.webp b/theme_kiddo/static/src/img/library/bg11.webp new file mode 100644 index 000000000..7520fff94 Binary files /dev/null and b/theme_kiddo/static/src/img/library/bg11.webp differ diff --git a/theme_kiddo/static/src/img/library/bg12.jpg b/theme_kiddo/static/src/img/library/bg12.jpg deleted file mode 100644 index 27f7bd7ec..000000000 Binary files a/theme_kiddo/static/src/img/library/bg12.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/library/bg12.webp b/theme_kiddo/static/src/img/library/bg12.webp new file mode 100644 index 000000000..0c8220fa3 Binary files /dev/null and b/theme_kiddo/static/src/img/library/bg12.webp differ diff --git a/theme_kiddo/static/src/img/library/bg13.jpg b/theme_kiddo/static/src/img/library/bg13.jpg deleted file mode 100644 index 6860196b2..000000000 Binary files a/theme_kiddo/static/src/img/library/bg13.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/library/bg13.webp b/theme_kiddo/static/src/img/library/bg13.webp new file mode 100644 index 000000000..e2ea05e59 Binary files /dev/null and b/theme_kiddo/static/src/img/library/bg13.webp differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_02.jpg b/theme_kiddo/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 99931e288..000000000 Binary files a/theme_kiddo/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_02.webp b/theme_kiddo/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..21380ff9a Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_03.jpg b/theme_kiddo/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index f68c0c9ea..000000000 Binary files a/theme_kiddo/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_03.webp b/theme_kiddo/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..a9530a4d5 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_05.jpg b/theme_kiddo/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index 309b2803e..000000000 Binary files a/theme_kiddo/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_05.webp b/theme_kiddo/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..71b3344a3 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_08.jpg b/theme_kiddo/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index 977437f4f..000000000 Binary files a/theme_kiddo/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_08.webp b/theme_kiddo/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..86a9a0540 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_10.jpg b/theme_kiddo/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index e02abc8c2..000000000 Binary files a/theme_kiddo/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_10.webp b/theme_kiddo/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..ec59c245c Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_14.jpg b/theme_kiddo/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index b82943b46..000000000 Binary files a/theme_kiddo/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_14.webp b/theme_kiddo/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..10f4a9e27 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_16.jpg b/theme_kiddo/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index 96c6f55b5..000000000 Binary files a/theme_kiddo/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/library_image_16.webp b/theme_kiddo/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..110824cb8 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_banner.jpg b/theme_kiddo/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 46c499501..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_banner.webp b/theme_kiddo/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..9e7400693 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_banner.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_kiddo/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index d0eb3aa3b..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_empowerment_default_image.webp b/theme_kiddo/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..7d802fb31 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_image_text.jpg b/theme_kiddo/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 5284cb43c..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_image_text.webp b/theme_kiddo/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..eed889114 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 94ec13063..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..294226648 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 132a19a2f..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..f2c4515bd Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 15f71e625..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..bd267d206 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 160c6e5b0..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..973fec488 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index cfc8da6de..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..d38ed48ae Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index d256f81bd..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..92c53cdd4 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 41d638097..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..5373e1dd7 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index b085f55bc..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..c59950dc0 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 9bb2b7582..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..bbc2b98dd Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 7beb91525..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..2dd8a8ce0 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_kiddo/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 961e98639..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_kickoff_default_image.webp b/theme_kiddo/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..a0468ec1a Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.jpg b/theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.jpg deleted file mode 100644 index d8a3ac545..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.webp b/theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.webp new file mode 100644 index 000000000..8d628b5d5 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_kiddo/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index 20d56d253..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_shape_image_default_image.webp b/theme_kiddo/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..5a5d656e1 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 2d5fdd7d7..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.webp b/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..5d8a9b386 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.jpg b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.jpg deleted file mode 100644 index 43078d62e..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.webp b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.webp new file mode 100644 index 000000000..150a90fee Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.jpg b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.jpg deleted file mode 100644 index e8bc6b5bc..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.webp b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.webp new file mode 100644 index 000000000..0a3132522 Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.webp differ diff --git a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.jpg b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.jpg deleted file mode 100644 index 3b771c5de..000000000 Binary files a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.jpg and /dev/null differ diff --git a/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.webp b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.webp new file mode 100644 index 000000000..aaf88bf7e Binary files /dev/null and b/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.webp differ diff --git a/theme_kiddo/views/images_library.xml b/theme_kiddo/views/images_library.xml index 112b77866..9daf36687 100644 --- a/theme_kiddo/views/images_library.xml +++ b/theme_kiddo/views/images_library.xml @@ -5,182 +5,182 @@ website.s_cover_default_image website.s_cover_default_image - /theme_kiddo/static/src/img/library/bg12.jpg + /theme_kiddo/static/src/img/library/bg12.webp website.s_banner_default_image website.s_banner_default_image - /theme_kiddo/static/src/img/snippets/s_banner.jpg + /theme_kiddo/static/src/img/snippets/s_banner.webp website.s_popup_default_image website.s_popup_default_image - /theme_kiddo/static/src/img/content/s_popup.jpg + /theme_kiddo/static/src/img/content/s_popup.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_kiddo/static/src/img/content/content_img_13.jpg + /theme_kiddo/static/src/img/content/content_img_13.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_kiddo/static/src/img/snippets/s_image_text.jpg + /theme_kiddo/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_kiddo/static/src/img/content/content_img_15.jpg + /theme_kiddo/static/src/img/content/content_img_15.webp website.library_image_11 website.library_image_11 - /theme_kiddo/static/src/img/content/content_img_16.jpg + /theme_kiddo/static/src/img/content/content_img_16.webp website.library_image_13 website.library_image_13 - /theme_kiddo/static/src/img/content/content_img_17.jpg + /theme_kiddo/static/src/img/content/content_img_17.webp website.library_image_07 website.library_image_07 - /theme_kiddo/static/src/img/content/content_img_18.jpg + /theme_kiddo/static/src/img/content/content_img_18.webp website.library_image_08 website.library_image_08 - /theme_kiddo/static/src/img/snippets/library_image_08.jpg + /theme_kiddo/static/src/img/snippets/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_kiddo/static/src/img/snippets/library_image_03.jpg + /theme_kiddo/static/src/img/snippets/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_kiddo/static/src/img/snippets/library_image_02.jpg + /theme_kiddo/static/src/img/snippets/library_image_02.webp website.library_image_10 website.library_image_10 - /theme_kiddo/static/src/img/snippets/library_image_10.jpg + /theme_kiddo/static/src/img/snippets/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_kiddo/static/src/img/snippets/library_image_05.jpg + /theme_kiddo/static/src/img/snippets/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_kiddo/static/src/img/snippets/library_image_14.jpg + /theme_kiddo/static/src/img/snippets/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_kiddo/static/src/img/snippets/library_image_16.jpg + /theme_kiddo/static/src/img/snippets/library_image_16.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_kiddo/static/src/img/content/content_img_19.jpg + /theme_kiddo/static/src/img/content/content_img_19.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_kiddo/static/src/img/content/content_img_20.jpg + /theme_kiddo/static/src/img/content/content_img_20.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_kiddo/static/src/img/content/content_img_21.jpg + /theme_kiddo/static/src/img/content/content_img_21.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_kiddo/static/src/img/content/content_img_22.jpg + /theme_kiddo/static/src/img/content/content_img_22.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_kiddo/static/src/img/snippets/library_image_02.jpg + /theme_kiddo/static/src/img/snippets/library_image_02.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_kiddo/static/src/img/snippets/s_banner.jpg + /theme_kiddo/static/src/img/snippets/s_banner.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_kiddo/static/src/img/content/content_img_20.jpg + /theme_kiddo/static/src/img/content/content_img_20.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_kiddo/static/src/img/content/content_img_21.jpg + /theme_kiddo/static/src/img/content/content_img_21.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_kiddo/static/src/img/content/content_img_22.jpg + /theme_kiddo/static/src/img/content/content_img_22.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_kiddo/static/src/img/content/content_img_23.jpg + /theme_kiddo/static/src/img/content/content_img_23.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_kiddo/static/src/img/content/content_img_24.jpg + /theme_kiddo/static/src/img/content/content_img_24.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_kiddo/static/src/img/content/content_img_25.jpg + /theme_kiddo/static/src/img/content/content_img_25.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_kiddo/static/src/img/library/bg13.jpg + /theme_kiddo/static/src/img/library/bg13.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_kiddo/static/src/img/content/content_img_26.jpg + /theme_kiddo/static/src/img/content/content_img_26.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_kiddo/static/src/img/content/content_img_27.jpg + /theme_kiddo/static/src/img/content/content_img_27.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_kiddo/static/src/img/content/content_img_28.jpg + /theme_kiddo/static/src/img/content/content_img_28.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_kiddo/static/src/img/content/content_img_29.jpg + /theme_kiddo/static/src/img/content/content_img_29.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_kiddo/static/src/img/content/content_img_40.jpg + /theme_kiddo/static/src/img/content/content_img_40.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_kiddo/static/src/img/content/content_img_41.jpg + /theme_kiddo/static/src/img/content/content_img_41.webp @@ -217,232 +217,232 @@ website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_kiddo/static/src/img/content/content_img_39.jpg + /theme_kiddo/static/src/img/content/content_img_39.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_kiddo/static/src/img/content/content_img_36.jpg + /theme_kiddo/static/src/img/content/content_img_36.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_kiddo/static/src/img/content/content_img_37.jpg + /theme_kiddo/static/src/img/content/content_img_37.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_kiddo/static/src/img/content/content_img_28.jpg + /theme_kiddo/static/src/img/content/content_img_28.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_kiddo/static/src/img/content/content_img_26.jpg + /theme_kiddo/static/src/img/content/content_img_26.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_kiddo/static/src/img/content/content_img_27.jpg + /theme_kiddo/static/src/img/content/content_img_27.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.jpg + /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_1.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.jpg + /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.jpg + /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_3.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_product_catalog_default_image.webp website.library_image_17 website.library_image_17 - /theme_kiddo/static/src/img/content/content_img_38.jpg + /theme_kiddo/static/src/img/content/content_img_38.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_kiddo/static/src/img/content/content_img_26.jpg + /theme_kiddo/static/src/img/content/content_img_26.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_kiddo/static/src/img/content/content_img_36.jpg + /theme_kiddo/static/src/img/content/content_img_36.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_kiddo/static/src/img/content/content_img_37.jpg + /theme_kiddo/static/src/img/content/content_img_37.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_kiddo/static/src/img/content/content_img_38.jpg + /theme_kiddo/static/src/img/content/content_img_38.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_kiddo/static/src/img/content/content_img_39.jpg + /theme_kiddo/static/src/img/content/content_img_39.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_kiddo/static/src/img/snippets/library_image_14.jpg + /theme_kiddo/static/src/img/snippets/library_image_14.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_kiddo/static/src/img/snippets/s_banner.jpg + /theme_kiddo/static/src/img/snippets/s_banner.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_kiddo/static/src/img/content/content_img_19.jpg + /theme_kiddo/static/src/img/content/content_img_19.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_kiddo/static/src/img/content/content_img_17.jpg + /theme_kiddo/static/src/img/content/content_img_17.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_kiddo/static/src/img/content/content_img_21.jpg + /theme_kiddo/static/src/img/content/content_img_21.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_kiddo/static/src/img/content/content_img_22.jpg + /theme_kiddo/static/src/img/content/content_img_22.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_kiddo/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_kiddo/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_kiddo/static/src/img/snippets/library_image_02.jpg + /theme_kiddo/static/src/img/snippets/library_image_02.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_kiddo/static/src/img/snippets/library_image_03.jpg + /theme_kiddo/static/src/img/snippets/library_image_03.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_kiddo/static/src/img/snippets/library_image_10.jpg + /theme_kiddo/static/src/img/snippets/library_image_10.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_kiddo/static/src/img/snippets/s_banner.jpg + /theme_kiddo/static/src/img/snippets/s_banner.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_kiddo/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_kiddo/static/src/img/snippets/s_banner.jpg + /theme_kiddo/static/src/img/snippets/s_banner.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_kiddo/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_empowerment_default_image.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_kiddo/static/src/img/content/content_img_36.jpg + /theme_kiddo/static/src/img/content/content_img_36.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.jpg + /theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_kiddo/static/src/img/library/bg12.jpg + /theme_kiddo/static/src/img/library/bg12.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_kiddo/static/src/img/snippets/library_image_08.jpg + /theme_kiddo/static/src/img/snippets/library_image_08.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_kiddo/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_kiddo/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_kiddo/views/snippets/s_accordion_image.xml b/theme_kiddo/views/snippets/s_accordion_image.xml index 40d923dcd..a252517c8 100644 --- a/theme_kiddo/views/snippets/s_accordion_image.xml +++ b/theme_kiddo/views/snippets/s_accordion_image.xml @@ -5,7 +5,7 @@ /web_editor/image_shape/website.s_accordion_image_default_image/web_editor/geometric_round/geo_round_blob_medium.svg web_editor/geometric_round/geo_round_blob_medium - image/jpeg + image/webp s_accordion_image_default_image.svg ;;;; diff --git a/theme_kiddo/views/snippets/s_company_team_grid.xml b/theme_kiddo/views/snippets/s_company_team_grid.xml index 7a845a14f..45fd7b69b 100644 --- a/theme_kiddo/views/snippets/s_company_team_grid.xml +++ b/theme_kiddo/views/snippets/s_company_team_grid.xml @@ -9,7 +9,7 @@ /web_editor/image_shape/website.s_company_team_image_1/web_editor/solid/solid_blob_3.svg?c5=o-color-1 web_editor/composition/solid_blob_3 - image/jpeg + image/webp uiface_1.svg ;;;;o-color-1 @@ -20,7 +20,7 @@ /web_editor/image_shape/website.s_company_team_image_2/web_editor/composition/composition_organic_line.svg?c1=o-color-5 web_editor/composition/composition_organic_line - image/jpeg + image/webp uiface_1.svg o-color-5;;;; @@ -31,7 +31,7 @@ /web_editor/image_shape/website.s_company_team_image_3/web_editor/solid/solid_blob_1.svg?c2=o-color-2 web_editor/solid/solid_blob_1 - image/jpeg + image/webp uiface_1.svg ;o-color-2;;; @@ -42,7 +42,7 @@ /web_editor/image_shape/website.s_company_team_image_4/web_editor/solid/solid_blob_4.svg?c5=o-color-2 web_editor/solid/solid_blob_4 - image/jpeg + image/webp uiface_1.svg ;;;;o-color-2 @@ -53,7 +53,7 @@ /web_editor/image_shape/website.s_company_team_image_5/web_editor/composition/composition_oval_line.svg?c2=o-color-1 web_editor/composition/composition_oval_line - image/jpeg + image/webp uiface_1.svg ;o-color-1;;; @@ -64,7 +64,7 @@ /web_editor/image_shape/website.s_company_team_image_6/web_editor/solid/solid_blob_3.svg?c5=o-color-5 web_editor/solid/solid_blob_3 - image/jpeg + image/webp uiface_1.svg ;;;;o-color-5 diff --git a/theme_kiddo/views/snippets/s_cta_box.xml b/theme_kiddo/views/snippets/s_cta_box.xml index 4c084d468..ae7f1f385 100644 --- a/theme_kiddo/views/snippets/s_cta_box.xml +++ b/theme_kiddo/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_kiddo/static/src/img/content/content_img_23.jpg + /theme_kiddo/static/src/img/content/content_img_23.webp diff --git a/theme_kiddo/views/snippets/s_image_text.xml b/theme_kiddo/views/snippets/s_image_text.xml index 9af5c4b83..1490dd979 100644 --- a/theme_kiddo/views/snippets/s_image_text.xml +++ b/theme_kiddo/views/snippets/s_image_text.xml @@ -36,7 +36,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/geometric_round/geo_round_square_2.svg web_editor/geometric_round/geo_round_square_2 - image/jpeg + image/webp s_image_text.svg ;;;; diff --git a/theme_kiddo/views/snippets/s_text_image.xml b/theme_kiddo/views/snippets/s_text_image.xml index 0c49b05b3..4fdf2e7e7 100644 --- a/theme_kiddo/views/snippets/s_text_image.xml +++ b/theme_kiddo/views/snippets/s_text_image.xml @@ -24,7 +24,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/geometric_round/geo_round_square_1.svg web_editor/geometric_round/geo_round_square_1 - image/jpeg + image/webp content_img_13.svg ;;;; diff --git a/theme_kiddo/views/snippets/s_three_columns.xml b/theme_kiddo/views/snippets/s_three_columns.xml index 1970352c1..d362b3561 100644 --- a/theme_kiddo/views/snippets/s_three_columns.xml +++ b/theme_kiddo/views/snippets/s_three_columns.xml @@ -14,7 +14,7 @@ /web_editor/image_shape/website.s_three_columns_default_image_1/web_editor/solid/solid_blob_1.svg?c2=o-color-1 web_editor/solid/solid_blob_1 - image/jpeg + image/webp s_three_columns_default_image_1.svg ;o-color-1;;; @@ -51,7 +51,7 @@ /web_editor/image_shape/website.s_three_columns_default_image_2/web_editor/composition/composition_organic_line.svg?c2=o-color-3 web_editor/composition/composition_organic_line - image/jpeg + image/webp s_three_columns_default_image_2.svg ;o-color-3;;; @@ -88,7 +88,7 @@ /web_editor/image_shape/website.s_three_columns_default_image_3/web_editor/solid/solid_blob_3.svg?c5=o-color-2 web_editor/solid/solid_blob_3 - image/jpeg + image/webp s_three_columns_default_image_3.svg ;;;;o-color-2 diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index bd49c0a22..774a5afe7 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -63,25 +63,25 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/loftspace_description.jpg', - 'static/description/loftspace_screenshot.jpg', + 'static/description/loftspace_description.webp', + 'static/description/loftspace_screenshot.webp', ], 'images_preview_theme': { - 'website.s_image_text_default_image': '/theme_loftspace/static/src/img/snippets/s_image_text.jpg', - 'website.s_product_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_product_1.jpg', - 'website.s_picture_default_image': '/theme_loftspace/static/src/img/snippets/s_picture.jpg', - 'website.s_media_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_media_list_default_image_2': '/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg', - 'website.s_text_image_default_image': '/theme_loftspace/static/src/img/snippets/s_text_image.jpg', - 'website.s_cta_box_default_image': '/theme_loftspace/static/src/img/content/s_cta_box_default_image.jpg', - 'website.s_three_columns_default_image_3': '/theme_loftspace/static/src/img/snippets/library_image_07.jpg', - 'website.library_image_03': '/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg', - 'website.library_image_02': '/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg', - 'website.library_image_10': '/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg', - 'website.library_image_05': '/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg', - 'website.library_image_07': '/theme_loftspace/static/src/img/snippets/library_image_07.jpg', - 'website.library_image_16': '/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg', - 'website.library_image_13': '/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg', + 'website.s_image_text_default_image': '/theme_loftspace/static/src/img/snippets/s_image_text.webp', + 'website.s_product_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_product_1.webp', + 'website.s_picture_default_image': '/theme_loftspace/static/src/img/snippets/s_picture.webp', + 'website.s_media_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_media_list_1.webp', + 'website.s_media_list_default_image_2': '/theme_loftspace/static/src/img/snippets/s_media_list_2.webp', + 'website.s_text_image_default_image': '/theme_loftspace/static/src/img/snippets/s_text_image.webp', + 'website.s_cta_box_default_image': '/theme_loftspace/static/src/img/content/s_cta_box_default_image.webp', + 'website.s_three_columns_default_image_3': '/theme_loftspace/static/src/img/snippets/library_image_07.webp', + 'website.library_image_03': '/theme_loftspace/static/src/img/snippets/s_images_wall_01.webp', + 'website.library_image_02': '/theme_loftspace/static/src/img/snippets/s_images_wall_05.webp', + 'website.library_image_10': '/theme_loftspace/static/src/img/snippets/s_images_wall_06.webp', + 'website.library_image_05': '/theme_loftspace/static/src/img/snippets/s_images_wall_02.webp', + 'website.library_image_07': '/theme_loftspace/static/src/img/snippets/library_image_07.webp', + 'website.library_image_16': '/theme_loftspace/static/src/img/snippets/s_images_wall_04.webp', + 'website.library_image_13': '/theme_loftspace/static/src/img/snippets/s_images_wall_03.webp', }, 'configurator_snippets': { 'homepage': ['s_banner', 's_text_block', 's_striped', 's_key_images', 's_features', 's_quotes_carousel', 's_faq_collapse', 's_cta_box',], diff --git a/theme_loftspace/static/description/loftspace_description.jpg b/theme_loftspace/static/description/loftspace_description.jpg deleted file mode 100644 index 3b8ff01d5..000000000 Binary files a/theme_loftspace/static/description/loftspace_description.jpg and /dev/null differ diff --git a/theme_loftspace/static/description/loftspace_description.webp b/theme_loftspace/static/description/loftspace_description.webp new file mode 100644 index 000000000..9c8bfbab2 Binary files /dev/null and b/theme_loftspace/static/description/loftspace_description.webp differ diff --git a/theme_loftspace/static/description/loftspace_screenshot.jpg b/theme_loftspace/static/description/loftspace_screenshot.jpg deleted file mode 100644 index e870eb08b..000000000 Binary files a/theme_loftspace/static/description/loftspace_screenshot.jpg and /dev/null differ diff --git a/theme_loftspace/static/description/loftspace_screenshot.webp b/theme_loftspace/static/description/loftspace_screenshot.webp new file mode 100644 index 000000000..4a2650195 Binary files /dev/null and b/theme_loftspace/static/description/loftspace_screenshot.webp differ diff --git a/theme_loftspace/static/src/img/content/content_img_02.jpg b/theme_loftspace/static/src/img/content/content_img_02.jpg deleted file mode 100644 index 8d245614a..000000000 Binary files a/theme_loftspace/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/content/content_img_02.webp b/theme_loftspace/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..3cfded4e9 Binary files /dev/null and b/theme_loftspace/static/src/img/content/content_img_02.webp differ diff --git a/theme_loftspace/static/src/img/content/content_img_03.jpg b/theme_loftspace/static/src/img/content/content_img_03.jpg deleted file mode 100644 index d3f405abb..000000000 Binary files a/theme_loftspace/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/content/content_img_03.webp b/theme_loftspace/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..775d53782 Binary files /dev/null and b/theme_loftspace/static/src/img/content/content_img_03.webp differ diff --git a/theme_loftspace/static/src/img/content/content_img_07.jpg b/theme_loftspace/static/src/img/content/content_img_07.jpg deleted file mode 100644 index 3d37b489e..000000000 Binary files a/theme_loftspace/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/content/content_img_07.webp b/theme_loftspace/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..d6f4ab6ad Binary files /dev/null and b/theme_loftspace/static/src/img/content/content_img_07.webp differ diff --git a/theme_loftspace/static/src/img/content/content_img_09.jpg b/theme_loftspace/static/src/img/content/content_img_09.jpg deleted file mode 100644 index 52830903a..000000000 Binary files a/theme_loftspace/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/content/content_img_09.webp b/theme_loftspace/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..2b8d9a0a2 Binary files /dev/null and b/theme_loftspace/static/src/img/content/content_img_09.webp differ diff --git a/theme_loftspace/static/src/img/content/content_img_10.jpg b/theme_loftspace/static/src/img/content/content_img_10.jpg deleted file mode 100644 index f2bdae11b..000000000 Binary files a/theme_loftspace/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/content/content_img_10.webp b/theme_loftspace/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..456a33fba Binary files /dev/null and b/theme_loftspace/static/src/img/content/content_img_10.webp differ diff --git a/theme_loftspace/static/src/img/content/content_img_11.jpg b/theme_loftspace/static/src/img/content/content_img_11.jpg deleted file mode 100644 index 7ffffb9aa..000000000 Binary files a/theme_loftspace/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/content/content_img_11.webp b/theme_loftspace/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..c88f80716 Binary files /dev/null and b/theme_loftspace/static/src/img/content/content_img_11.webp differ diff --git a/theme_loftspace/static/src/img/content/content_img_12.jpg b/theme_loftspace/static/src/img/content/content_img_12.jpg deleted file mode 100644 index a08abcad7..000000000 Binary files a/theme_loftspace/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/content/content_img_12.webp b/theme_loftspace/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..85f59de60 Binary files /dev/null and b/theme_loftspace/static/src/img/content/content_img_12.webp differ diff --git a/theme_loftspace/static/src/img/snippets/library_image_07.jpg b/theme_loftspace/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 8df60c33b..000000000 Binary files a/theme_loftspace/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/library_image_07.webp b/theme_loftspace/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..d623d511e Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_loftspace/static/src/img/snippets/library_image_11.jpg b/theme_loftspace/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 0b664b00f..000000000 Binary files a/theme_loftspace/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/library_image_11.webp b/theme_loftspace/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..a0add39ae Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_loftspace/static/src/img/snippets/library_image_13.jpg b/theme_loftspace/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index 2e181c10e..000000000 Binary files a/theme_loftspace/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/library_image_13.webp b/theme_loftspace/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..59dc2aa4c Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_banner.jpg b/theme_loftspace/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index d0a91b8eb..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_banner.webp b/theme_loftspace/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..7c132002a Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_banner.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_banner_2.jpg b/theme_loftspace/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 106a144b5..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_banner_2.webp b/theme_loftspace/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..dd42dfa6f Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_banner_3.jpg b/theme_loftspace/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index d9e6c1b16..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_banner_3.webp b/theme_loftspace/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..b9242e168 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_carousel_1.jpg b/theme_loftspace/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 9efd4a35f..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_carousel_1.webp b/theme_loftspace/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..f83eee4c2 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_carousel_2.jpg b/theme_loftspace/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 33fb6b5ce..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_carousel_2.webp b/theme_loftspace/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..d3a0b7866 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_carousel_3.jpg b/theme_loftspace/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index dbb344be7..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_carousel_3.webp b/theme_loftspace/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..a3b52e2eb Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_cover.jpg b/theme_loftspace/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index 4d0de3abd..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_cover.webp b/theme_loftspace/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..0f1c671f4 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_cover.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_cta_box_default_image.jpg b/theme_loftspace/static/src/img/snippets/s_cta_box_default_image.jpg deleted file mode 100644 index 05f377958..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_cta_box_default_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_cta_box_default_image.webp b/theme_loftspace/static/src/img/snippets/s_cta_box_default_image.webp new file mode 100644 index 000000000..27444cbe0 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_cta_box_default_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_loftspace/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 95b19a8bd..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_empowerment_default_image.webp b/theme_loftspace/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..991766710 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_image_text.jpg b/theme_loftspace/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 77134a15a..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_image_text.webp b/theme_loftspace/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..3ec157fb5 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 6e0525711..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..ed45f5992 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 067491880..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..0ef2b7f4f Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index a104ea87d..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..6eaeedd77 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_gallery_1.jpg b/theme_loftspace/static/src/img/snippets/s_images_gallery_1.jpg deleted file mode 100644 index 98af0732e..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_gallery_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_gallery_1.webp b/theme_loftspace/static/src/img/snippets/s_images_gallery_1.webp new file mode 100644 index 000000000..57b36d63b Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_gallery_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_gallery_2.jpg b/theme_loftspace/static/src/img/snippets/s_images_gallery_2.jpg deleted file mode 100644 index 6c8541a79..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_gallery_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_gallery_2.webp b/theme_loftspace/static/src/img/snippets/s_images_gallery_2.webp new file mode 100644 index 000000000..709a500a3 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_gallery_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg deleted file mode 100644 index 3d4738dc7..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_01.webp b/theme_loftspace/static/src/img/snippets/s_images_wall_01.webp new file mode 100644 index 000000000..c70d015aa Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_01.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg deleted file mode 100644 index c9bd7359f..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_02.webp b/theme_loftspace/static/src/img/snippets/s_images_wall_02.webp new file mode 100644 index 000000000..6811b891c Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_02.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg deleted file mode 100644 index c9e1e9a6a..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_03.webp b/theme_loftspace/static/src/img/snippets/s_images_wall_03.webp new file mode 100644 index 000000000..78331ed14 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_03.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg deleted file mode 100644 index e5704f804..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_04.webp b/theme_loftspace/static/src/img/snippets/s_images_wall_04.webp new file mode 100644 index 000000000..edb9b9d77 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_04.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg deleted file mode 100644 index bf55aba0d..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_05.webp b/theme_loftspace/static/src/img/snippets/s_images_wall_05.webp new file mode 100644 index 000000000..e2b951c4c Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_05.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg deleted file mode 100644 index a250244ae..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_06.webp b/theme_loftspace/static/src/img/snippets/s_images_wall_06.webp new file mode 100644 index 000000000..e98b0fb30 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_06.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index e9d2a2cdb..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..e52c66848 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 6027ca597..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..40133511f Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.jpg b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.jpg deleted file mode 100644 index 329f14c70..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.webp b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.webp new file mode 100644 index 000000000..24a0db2b8 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.jpg b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.jpg deleted file mode 100644 index 4b6a62f18..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.webp b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.webp new file mode 100644 index 000000000..4b9cec3da Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.jpg b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.jpg deleted file mode 100644 index 16c9d2e18..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.webp b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.webp new file mode 100644 index 000000000..1031100d0 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.jpg b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.jpg deleted file mode 100644 index 60cefcbd8..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.webp b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.webp new file mode 100644 index 000000000..702f5520b Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_loftspace/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index d20506672..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_kickoff_default_image.webp b/theme_loftspace/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..d6215f77f Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_masonry_block.jpg b/theme_loftspace/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 472319d1b..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_masonry_block.webp b/theme_loftspace/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..aeb069b29 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg b/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index e1844c820..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_1.webp b/theme_loftspace/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..ab9f28553 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg b/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 09e4d3380..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_2.webp b/theme_loftspace/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..b86e7cb1a Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_3.jpg b/theme_loftspace/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 85ce7ca87..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_3.webp b/theme_loftspace/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..b7ca61509 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_newsletter.jpg b/theme_loftspace/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 6a8ad2fc4..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_newsletter.webp b/theme_loftspace/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..38dc8f212 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_parallax.jpg b/theme_loftspace/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index 5fcb2c4b1..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_parallax.webp b/theme_loftspace/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..c752ad7e4 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_picture.jpg b/theme_loftspace/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 51cca03fa..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_picture.webp b/theme_loftspace/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..7fff60d9a Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_picture.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_popup.jpg b/theme_loftspace/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 08446efe6..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_popup.webp b/theme_loftspace/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..8ec6381b5 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_popup.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.jpg b/theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index 503ca7c8d..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.webp b/theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..03771ece6 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_1.jpg b/theme_loftspace/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 505943dbe..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_1.webp b/theme_loftspace/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..3627ab581 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_2.jpg b/theme_loftspace/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index 2cb8ad51d..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_2.webp b/theme_loftspace/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..563976cfc Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_3.jpg b/theme_loftspace/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 6a058fa43..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_3.webp b/theme_loftspace/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..824952da8 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_4.jpg b/theme_loftspace/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index 5ca4ec677..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_4.webp b/theme_loftspace/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..d964d40d4 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_5.jpg b/theme_loftspace/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 28264a4ea..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_5.webp b/theme_loftspace/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..c46a95028 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_6.jpg b/theme_loftspace/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 6fec23eed..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_6.webp b/theme_loftspace/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..142870b45 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_catalog.jpg b/theme_loftspace/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index 60598683c..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_catalog.webp b/theme_loftspace/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..e5f4591ea Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 6e8b2f30b..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..c82020480 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index b48c4b731..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..a776161bd Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index f584fcc70..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.webp b/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..cc204fc8b Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_text_cover_default_image.jpg b/theme_loftspace/static/src/img/snippets/s_text_cover_default_image.jpg deleted file mode 100644 index b68bc56b3..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_text_cover_default_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_text_cover_default_image.webp b/theme_loftspace/static/src/img/snippets/s_text_cover_default_image.webp new file mode 100644 index 000000000..10efc4f06 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_text_cover_default_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/s_text_image.jpg b/theme_loftspace/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index 07e28da76..000000000 Binary files a/theme_loftspace/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/s_text_image.webp b/theme_loftspace/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..be07e8ecf Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_1.jpg b/theme_loftspace/static/src/img/snippets/uiface_1.jpg deleted file mode 100644 index 0883d6cec..000000000 Binary files a/theme_loftspace/static/src/img/snippets/uiface_1.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_1.webp b/theme_loftspace/static/src/img/snippets/uiface_1.webp new file mode 100644 index 000000000..8ebe6a81c Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/uiface_1.webp differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_2.jpg b/theme_loftspace/static/src/img/snippets/uiface_2.jpg deleted file mode 100644 index 9024c19c4..000000000 Binary files a/theme_loftspace/static/src/img/snippets/uiface_2.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_2.webp b/theme_loftspace/static/src/img/snippets/uiface_2.webp new file mode 100644 index 000000000..b969c05eb Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/uiface_2.webp differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_3.jpg b/theme_loftspace/static/src/img/snippets/uiface_3.jpg deleted file mode 100644 index 2879591a7..000000000 Binary files a/theme_loftspace/static/src/img/snippets/uiface_3.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_3.webp b/theme_loftspace/static/src/img/snippets/uiface_3.webp new file mode 100644 index 000000000..02758d189 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/uiface_3.webp differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_4.jpg b/theme_loftspace/static/src/img/snippets/uiface_4.jpg deleted file mode 100644 index 236943476..000000000 Binary files a/theme_loftspace/static/src/img/snippets/uiface_4.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_4.webp b/theme_loftspace/static/src/img/snippets/uiface_4.webp new file mode 100644 index 000000000..de64a4b22 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/uiface_4.webp differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_5.jpg b/theme_loftspace/static/src/img/snippets/uiface_5.jpg deleted file mode 100644 index 7220056c5..000000000 Binary files a/theme_loftspace/static/src/img/snippets/uiface_5.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_5.webp b/theme_loftspace/static/src/img/snippets/uiface_5.webp new file mode 100644 index 000000000..f5fe6ceff Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/uiface_5.webp differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_6.jpg b/theme_loftspace/static/src/img/snippets/uiface_6.jpg deleted file mode 100644 index b6ac86669..000000000 Binary files a/theme_loftspace/static/src/img/snippets/uiface_6.jpg and /dev/null differ diff --git a/theme_loftspace/static/src/img/snippets/uiface_6.webp b/theme_loftspace/static/src/img/snippets/uiface_6.webp new file mode 100644 index 000000000..41160425c Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/uiface_6.webp differ diff --git a/theme_loftspace/views/images_content.xml b/theme_loftspace/views/images_content.xml index 07894d9fd..f3cb97f06 100644 --- a/theme_loftspace/views/images_content.xml +++ b/theme_loftspace/views/images_content.xml @@ -6,440 +6,440 @@ Check in primary_variables.scss and theme.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_loftspace/static/src/img/content/content_img_02.jpg + /theme_loftspace/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_loftspace/static/src/img/content/content_img_03.jpg + /theme_loftspace/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_loftspace/static/src/img/content/content_img_07.jpg + /theme_loftspace/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_loftspace/static/src/img/content/content_img_09.jpg + /theme_loftspace/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_loftspace/static/src/img/content/content_img_10.jpg + /theme_loftspace/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_loftspace/static/src/img/content/content_img_11.jpg + /theme_loftspace/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_loftspace/static/src/img/content/content_img_12.jpg + /theme_loftspace/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_loftspace/static/src/img/snippets/s_banner.jpg + /theme_loftspace/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_loftspace/static/src/img/snippets/s_banner_2.jpg + /theme_loftspace/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_loftspace/static/src/img/snippets/s_banner_3.jpg + /theme_loftspace/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_loftspace/static/src/img/snippets/s_popup.jpg + /theme_loftspace/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_loftspace/static/src/img/snippets/s_cover.jpg + /theme_loftspace/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_loftspace/static/src/img/snippets/s_text_image.jpg + /theme_loftspace/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_loftspace/static/src/img/snippets/s_image_text.jpg + /theme_loftspace/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_loftspace/static/src/img/snippets/s_picture.jpg + /theme_loftspace/static/src/img/snippets/s_picture.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_loftspace/static/src/img/snippets/library_image_13.jpg + /theme_loftspace/static/src/img/snippets/library_image_13.webp website.library_image_11 website.library_image_11 - /theme_loftspace/static/src/img/snippets/library_image_11.jpg + /theme_loftspace/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_05.webp website.library_image_07 website.library_image_07 - /theme_loftspace/static/src/img/snippets/library_image_07.jpg + /theme_loftspace/static/src/img/snippets/library_image_07.webp website.library_image_03 website.library_image_03 - /theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_01.webp website.library_image_10 website.library_image_10 - /theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_02.webp website.library_image_05 website.library_image_05 - /theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_04.webp website.library_image_14 website.library_image_14 - /theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_06.webp website.library_image_16 website.library_image_16 - /theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_03.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_loftspace/static/src/img/snippets/s_masonry_block.jpg + /theme_loftspace/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_loftspace/static/src/img/snippets/s_carousel_2.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_loftspace/static/src/img/snippets/s_carousel_3.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_loftspace/static/src/img/snippets/s_banner.jpg + /theme_loftspace/static/src/img/snippets/s_banner.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_loftspace/static/src/img/snippets/s_product_catalog.jpg + /theme_loftspace/static/src/img/snippets/s_product_catalog.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_loftspace/static/src/img/snippets/s_carousel_2.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_loftspace/static/src/img/snippets/s_carousel_3.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_loftspace/static/src/img/snippets/s_media_list_1.jpg + /theme_loftspace/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_loftspace/static/src/img/snippets/s_media_list_2.jpg + /theme_loftspace/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_loftspace/static/src/img/snippets/s_media_list_3.jpg + /theme_loftspace/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_loftspace/static/src/img/snippets/s_parallax.jpg + /theme_loftspace/static/src/img/snippets/s_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_loftspace/static/src/img/snippets/uiface_1.jpg + /theme_loftspace/static/src/img/snippets/uiface_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_loftspace/static/src/img/snippets/uiface_2.jpg + /theme_loftspace/static/src/img/snippets/uiface_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_loftspace/static/src/img/snippets/uiface_3.jpg + /theme_loftspace/static/src/img/snippets/uiface_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_loftspace/static/src/img/snippets/uiface_4.jpg + /theme_loftspace/static/src/img/snippets/uiface_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_loftspace/static/src/img/snippets/uiface_5.jpg + /theme_loftspace/static/src/img/snippets/uiface_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_loftspace/static/src/img/snippets/uiface_6.jpg + /theme_loftspace/static/src/img/snippets/uiface_6.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_loftspace/static/src/img/snippets/s_product_catalog.jpg + /theme_loftspace/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_loftspace/static/src/img/snippets/s_product_1.jpg + /theme_loftspace/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_loftspace/static/src/img/snippets/s_product_2.jpg + /theme_loftspace/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_loftspace/static/src/img/snippets/s_product_3.jpg + /theme_loftspace/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_loftspace/static/src/img/snippets/s_product_4.jpg + /theme_loftspace/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_loftspace/static/src/img/snippets/s_product_5.jpg + /theme_loftspace/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_loftspace/static/src/img/snippets/s_product_6.jpg + /theme_loftspace/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_loftspace/static/src/img/snippets/uiface_3.jpg + /theme_loftspace/static/src/img/snippets/uiface_3.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_loftspace/static/src/img/snippets/uiface_1.jpg + /theme_loftspace/static/src/img/snippets/uiface_1.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_loftspace/static/src/img/snippets/uiface_4.jpg + /theme_loftspace/static/src/img/snippets/uiface_4.webp website.library_image_17 website.library_image_17 - /theme_loftspace/static/src/img/snippets/s_newsletter.jpg + /theme_loftspace/static/src/img/snippets/s_newsletter.webp website.s_blockquote_default_image website.s_blockquote_default_image - /theme_loftspace/static/src/img/snippets/uiface_2.jpg + /theme_loftspace/static/src/img/snippets/uiface_2.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_loftspace/static/src/img/content/content_img_12.jpg + /theme_loftspace/static/src/img/content/content_img_12.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_loftspace/static/src/img/content/content_img_09.jpg + /theme_loftspace/static/src/img/content/content_img_09.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_03.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_loftspace/static/src/img/content/content_img_07.jpg + /theme_loftspace/static/src/img/content/content_img_07.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_loftspace/static/src/img/snippets/s_media_list_1.jpg + /theme_loftspace/static/src/img/snippets/s_media_list_1.webp website.library_image_02 website.library_image_02 - /theme_loftspace/static/src/img/snippets/s_images_gallery_1.jpg + /theme_loftspace/static/src/img/snippets/s_images_gallery_1.webp website.library_image_08 website.library_image_08 - /theme_loftspace/static/src/img/snippets/s_images_gallery_2.jpg + /theme_loftspace/static/src/img/snippets/s_images_gallery_2.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_loftspace/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_loftspace/static/src/img/snippets/s_banner.jpg + /theme_loftspace/static/src/img/snippets/s_banner.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.jpg + /theme_loftspace/static/src/img/snippets/s_key_images_default_image_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.jpg + /theme_loftspace/static/src/img/snippets/s_key_images_default_image_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.jpg + /theme_loftspace/static/src/img/snippets/s_key_images_default_image_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.jpg + /theme_loftspace/static/src/img/snippets/s_key_images_default_image_4.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_loftspace/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_loftspace/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_loftspace/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_loftspace/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_03.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_02.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_loftspace/static/src/img/snippets/s_carousel_2.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_2.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_loftspace/static/src/img/snippets/s_media_list_1.jpg + /theme_loftspace/static/src/img/snippets/s_media_list_1.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_loftspace/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + /theme_loftspace/static/src/img/snippets/s_carousel_1.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_loftspace/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_loftspace/static/src/img/snippets/s_empowerment_default_image.webp website.s_cta_box_default_image website.s_cta_box_default_image - /theme_loftspace/static/src/img/snippets/s_cta_box_default_image.jpg + /theme_loftspace/static/src/img/snippets/s_cta_box_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_loftspace/static/src/img/snippets/s_cover.jpg + /theme_loftspace/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg + /theme_loftspace/static/src/img/snippets/s_images_wall_05.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_loftspace/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_loftspace/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_monglia/__manifest__.py b/theme_monglia/__manifest__.py index a72e56338..41d8b8776 100644 --- a/theme_monglia/__manifest__.py +++ b/theme_monglia/__manifest__.py @@ -15,24 +15,24 @@ ], 'images': [ 'static/description/monglia_description.png', - 'static/description/monglia_screenshot.jpg', + 'static/description/monglia_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_monglia/static/src/img/snippets/s_cover.jpg', - 'website.s_media_list_default_image_1': '/theme_monglia/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_media_list_default_image_2': '/theme_monglia/static/src/img/snippets/s_media_list_2.jpg', - 'website.s_media_list_default_image_3': '/theme_monglia/static/src/img/snippets/s_media_list_3.jpg', - 'website.s_text_image_default_image': '/theme_monglia/static/src/img/snippets/s_text_image.jpg', - 'website.s_three_columns_default_image_1': '/theme_monglia/static/src/img/snippets/library_image_11.jpg', - 'website.s_three_columns_default_image_2': '/theme_monglia/static/src/img/snippets/library_image_13.jpg', - 'website.s_three_columns_default_image_3': '/theme_monglia/static/src/img/snippets/library_image_07.jpg', - 'website.library_image_03': '/theme_monglia/static/src/img/snippets/library_image_03.jpg', - 'website.library_image_10': '/theme_monglia/static/src/img/snippets/library_image_10.jpg', - 'website.library_image_13': '/theme_monglia/static/src/img/snippets/library_image_23.jpg', - 'website.library_image_02': '/theme_monglia/static/src/img/snippets/library_image_05.jpg', - 'website.library_image_14': '/theme_monglia/static/src/img/snippets/library_image_14.jpg', - 'website.library_image_16': '/theme_monglia/static/src/img/snippets/library_image_16.jpg', - 'website.s_masonry_block_default_image_1': '/theme_monglia/static/src/img/snippets/s_masonry_block.jpg', + 'website.s_cover_default_image': '/theme_monglia/static/src/img/snippets/s_cover.webp', + 'website.s_media_list_default_image_1': '/theme_monglia/static/src/img/snippets/s_media_list_1.webp', + 'website.s_media_list_default_image_2': '/theme_monglia/static/src/img/snippets/s_media_list_2.webp', + 'website.s_media_list_default_image_3': '/theme_monglia/static/src/img/snippets/s_media_list_3.webp', + 'website.s_text_image_default_image': '/theme_monglia/static/src/img/snippets/s_text_image.webp', + 'website.s_three_columns_default_image_1': '/theme_monglia/static/src/img/snippets/library_image_11.webp', + 'website.s_three_columns_default_image_2': '/theme_monglia/static/src/img/snippets/library_image_13.webp', + 'website.s_three_columns_default_image_3': '/theme_monglia/static/src/img/snippets/library_image_07.webp', + 'website.library_image_03': '/theme_monglia/static/src/img/snippets/library_image_03.webp', + 'website.library_image_10': '/theme_monglia/static/src/img/snippets/library_image_10.webp', + 'website.library_image_13': '/theme_monglia/static/src/img/snippets/library_image_23.webp', + 'website.library_image_02': '/theme_monglia/static/src/img/snippets/library_image_05.webp', + 'website.library_image_14': '/theme_monglia/static/src/img/snippets/library_image_14.webp', + 'website.library_image_16': '/theme_monglia/static/src/img/snippets/library_image_16.webp', + 'website.s_masonry_block_default_image_1': '/theme_monglia/static/src/img/snippets/s_masonry_block.webp', }, 'configurator_snippets': { 'homepage': ['s_cover', 's_numbers_grid', 's_company_team_shapes', 's_text_block', 's_freegrid', 's_cta_box', 's_shape_image', 's_title', 's_images_wall', 's_faq_collapse', 's_references'], diff --git a/theme_monglia/static/description/monglia_screenshot.jpg b/theme_monglia/static/description/monglia_screenshot.jpg deleted file mode 100644 index 2c5f15460..000000000 Binary files a/theme_monglia/static/description/monglia_screenshot.jpg and /dev/null differ diff --git a/theme_monglia/static/description/monglia_screenshot.webp b/theme_monglia/static/description/monglia_screenshot.webp new file mode 100644 index 000000000..476bd9980 Binary files /dev/null and b/theme_monglia/static/description/monglia_screenshot.webp differ diff --git a/theme_monglia/static/src/img/content/content_img_02.jpg b/theme_monglia/static/src/img/content/content_img_02.jpg deleted file mode 100644 index 067ad71c9..000000000 Binary files a/theme_monglia/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/content/content_img_02.webp b/theme_monglia/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..ba0be7734 Binary files /dev/null and b/theme_monglia/static/src/img/content/content_img_02.webp differ diff --git a/theme_monglia/static/src/img/content/content_img_03.jpg b/theme_monglia/static/src/img/content/content_img_03.jpg deleted file mode 100644 index d3efff8dd..000000000 Binary files a/theme_monglia/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/content/content_img_03.webp b/theme_monglia/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..fb37e0773 Binary files /dev/null and b/theme_monglia/static/src/img/content/content_img_03.webp differ diff --git a/theme_monglia/static/src/img/content/content_img_07.jpg b/theme_monglia/static/src/img/content/content_img_07.jpg deleted file mode 100644 index 037ea9806..000000000 Binary files a/theme_monglia/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/content/content_img_07.webp b/theme_monglia/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..ac170bd5f Binary files /dev/null and b/theme_monglia/static/src/img/content/content_img_07.webp differ diff --git a/theme_monglia/static/src/img/content/content_img_09.jpg b/theme_monglia/static/src/img/content/content_img_09.jpg deleted file mode 100644 index 0b0c82b74..000000000 Binary files a/theme_monglia/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/content/content_img_09.webp b/theme_monglia/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..f9ca13423 Binary files /dev/null and b/theme_monglia/static/src/img/content/content_img_09.webp differ diff --git a/theme_monglia/static/src/img/content/content_img_10.jpg b/theme_monglia/static/src/img/content/content_img_10.jpg deleted file mode 100644 index 5ff3db525..000000000 Binary files a/theme_monglia/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/content/content_img_10.webp b/theme_monglia/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..6ee7a24e3 Binary files /dev/null and b/theme_monglia/static/src/img/content/content_img_10.webp differ diff --git a/theme_monglia/static/src/img/content/content_img_11.jpg b/theme_monglia/static/src/img/content/content_img_11.jpg deleted file mode 100644 index f36ed09cf..000000000 Binary files a/theme_monglia/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/content/content_img_11.webp b/theme_monglia/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..a5135fe07 Binary files /dev/null and b/theme_monglia/static/src/img/content/content_img_11.webp differ diff --git a/theme_monglia/static/src/img/content/content_img_12.jpg b/theme_monglia/static/src/img/content/content_img_12.jpg deleted file mode 100644 index be501c079..000000000 Binary files a/theme_monglia/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/content/content_img_12.webp b/theme_monglia/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..304adf03c Binary files /dev/null and b/theme_monglia/static/src/img/content/content_img_12.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_03.jpg b/theme_monglia/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index 7d652eaa4..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_03.webp b/theme_monglia/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..17ed47eea Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_05.jpg b/theme_monglia/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index aacd92455..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_05.webp b/theme_monglia/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..ac3670ecc Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_07.jpg b/theme_monglia/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 5916b8942..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_07.webp b/theme_monglia/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..0f948ceed Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_10.jpg b/theme_monglia/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index c5802f1ef..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_10.webp b/theme_monglia/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..918d9954b Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_11.jpg b/theme_monglia/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index bf5a9682b..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_11.webp b/theme_monglia/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..67f3f3f21 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_13.jpg b/theme_monglia/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index f30222cc5..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_13.webp b/theme_monglia/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..467a0731d Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_14.jpg b/theme_monglia/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 749124cb4..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_14.webp b/theme_monglia/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..2361108ac Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_16.jpg b/theme_monglia/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index cc5cf242f..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_16.webp b/theme_monglia/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..4e5f30c66 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_monglia/static/src/img/snippets/library_image_23.jpg b/theme_monglia/static/src/img/snippets/library_image_23.jpg deleted file mode 100644 index 44d752a2d..000000000 Binary files a/theme_monglia/static/src/img/snippets/library_image_23.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/library_image_23.webp b/theme_monglia/static/src/img/snippets/library_image_23.webp new file mode 100644 index 000000000..70323dc4c Binary files /dev/null and b/theme_monglia/static/src/img/snippets/library_image_23.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_banner.jpg b/theme_monglia/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 579116e47..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_banner.webp b/theme_monglia/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..15c374bba Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_banner.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_banner_2.jpg b/theme_monglia/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 82c7cf9c0..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_banner_2.webp b/theme_monglia/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..b903d68c6 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_banner_3.jpg b/theme_monglia/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 46f7f9381..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_banner_3.webp b/theme_monglia/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..82206ba05 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_carousel_1.jpg b/theme_monglia/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index aa4d24852..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_carousel_1.webp b/theme_monglia/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..612a82040 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_carousel_2.jpg b/theme_monglia/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index b52e78743..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_carousel_2.webp b/theme_monglia/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..054964e0f Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_carousel_3.jpg b/theme_monglia/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 06a35d444..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_carousel_3.webp b/theme_monglia/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..ca25d2507 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_cover.jpg b/theme_monglia/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index afd9b7c9e..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_cover.webp b/theme_monglia/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..c326ed567 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_cover.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_monglia/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index a01f7861e..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_empowerment_default_image.webp b/theme_monglia/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..7bb348158 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_image_hexagonal_1.jpg b/theme_monglia/static/src/img/snippets/s_image_hexagonal_1.jpg deleted file mode 100644 index c19dfc4c3..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_image_hexagonal_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_image_hexagonal_1.webp b/theme_monglia/static/src/img/snippets/s_image_hexagonal_1.webp new file mode 100644 index 000000000..f16c1ba62 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_image_hexagonal_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_image_text.jpg b/theme_monglia/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 43857cb6c..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_image_text.webp b/theme_monglia/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..d2e71f5b3 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index bebd912cc..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..1a868e4ae Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 131c1a677..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..d559708f5 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 0fe7a0a50..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..302f03003 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_gallery_1.jpg b/theme_monglia/static/src/img/snippets/s_images_gallery_1.jpg deleted file mode 100644 index 244aea4f2..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_gallery_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_gallery_1.webp b/theme_monglia/static/src/img/snippets/s_images_gallery_1.webp new file mode 100644 index 000000000..e86801b33 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_gallery_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_gallery_2.jpg b/theme_monglia/static/src/img/snippets/s_images_gallery_2.jpg deleted file mode 100644 index feedcbfff..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_gallery_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_gallery_2.webp b/theme_monglia/static/src/img/snippets/s_images_gallery_2.webp new file mode 100644 index 000000000..00cd7c07f Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_gallery_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index a0c42eff4..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..e95e88232 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index e31a5b52b..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..64eac13ae Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index da09ace71..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..9b1a76536 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 24d45302f..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..1b05c4acd Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index bede1dd17..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..45508bb6f Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_monglia/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 6cd9d2158..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_monglia/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..0a2fb920a Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index ef566320c..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..cadfa54ad Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_monglia/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index df481f1be..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_kickoff_default_image.webp b/theme_monglia/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..9aef590c0 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_masonry_block.jpg b/theme_monglia/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index d8cc93936..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_masonry_block.webp b/theme_monglia/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..4c3755cd2 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_media_list_1.jpg b/theme_monglia/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 6e4e46d51..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_media_list_1.webp b/theme_monglia/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..1068a3ff3 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_media_list_2.jpg b/theme_monglia/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 0dd5be5bc..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_media_list_2.webp b/theme_monglia/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..b33603dcb Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_media_list_3.jpg b/theme_monglia/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 92ef6ce41..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_media_list_3.webp b/theme_monglia/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..6e4feaa3f Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_newsletter.jpg b/theme_monglia/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 79f950a27..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_newsletter.webp b/theme_monglia/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..2b2338bad Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_parallax.jpg b/theme_monglia/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index 3044ff985..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_parallax.webp b/theme_monglia/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..e1a2ae687 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_picture.jpg b/theme_monglia/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 6b761e26d..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_picture.webp b/theme_monglia/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..bb3824df9 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_picture.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_popup.jpg b/theme_monglia/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 66d84f2e3..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_popup.webp b/theme_monglia/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..3c69b4016 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_popup.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_product_1.jpg b/theme_monglia/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index e7f4055c8..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_product_1.webp b/theme_monglia/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..8cfb47f2b Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_product_2.jpg b/theme_monglia/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index a343495fd..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_product_2.webp b/theme_monglia/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..d10390c6c Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_product_3.jpg b/theme_monglia/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index d2bb2dee6..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_product_3.webp b/theme_monglia/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..6a794863d Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_product_4.jpg b/theme_monglia/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index fdf14c795..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_product_4.webp b/theme_monglia/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..da52f2ca3 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_product_5.jpg b/theme_monglia/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 5a3cdcd11..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_product_5.webp b/theme_monglia/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..d88a992e9 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_product_6.jpg b/theme_monglia/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 76b8012f4..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_product_6.webp b/theme_monglia/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..9b6f40e91 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_product_catalog.jpg b/theme_monglia/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index 460de9224..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_product_catalog.webp b/theme_monglia/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..12deda317 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_quotes_carousel_0.jpg b/theme_monglia/static/src/img/snippets/s_quotes_carousel_0.jpg deleted file mode 100644 index 9a345e5f2..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_quotes_carousel_0.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_quotes_carousel_0.webp b/theme_monglia/static/src/img/snippets/s_quotes_carousel_0.webp new file mode 100644 index 000000000..d13861247 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_quotes_carousel_0.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_monglia/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 5ef2d2715..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_monglia/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..27e99ff9b Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_monglia/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index 834dbd5db..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_monglia/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..51efa3962 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_monglia/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index fee868140..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_shape_image_default_image.webp b/theme_monglia/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..e3fb224b7 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_monglia/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index a2c6d3d5e..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_split_intro_default_image.webp b/theme_monglia/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..eff6d7663 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_monglia/static/src/img/snippets/s_text_image.jpg b/theme_monglia/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index b5c42abd7..000000000 Binary files a/theme_monglia/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/s_text_image.webp b/theme_monglia/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..04086f35f Binary files /dev/null and b/theme_monglia/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_monglia/static/src/img/snippets/uiface_1.jpg b/theme_monglia/static/src/img/snippets/uiface_1.jpg deleted file mode 100644 index b244fd97b..000000000 Binary files a/theme_monglia/static/src/img/snippets/uiface_1.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/uiface_1.webp b/theme_monglia/static/src/img/snippets/uiface_1.webp new file mode 100644 index 000000000..ec37e4f3b Binary files /dev/null and b/theme_monglia/static/src/img/snippets/uiface_1.webp differ diff --git a/theme_monglia/static/src/img/snippets/uiface_2.jpg b/theme_monglia/static/src/img/snippets/uiface_2.jpg deleted file mode 100644 index 488cfc9e3..000000000 Binary files a/theme_monglia/static/src/img/snippets/uiface_2.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/uiface_2.webp b/theme_monglia/static/src/img/snippets/uiface_2.webp new file mode 100644 index 000000000..cbc2ea367 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/uiface_2.webp differ diff --git a/theme_monglia/static/src/img/snippets/uiface_3.jpg b/theme_monglia/static/src/img/snippets/uiface_3.jpg deleted file mode 100644 index 810429bb0..000000000 Binary files a/theme_monglia/static/src/img/snippets/uiface_3.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/uiface_3.webp b/theme_monglia/static/src/img/snippets/uiface_3.webp new file mode 100644 index 000000000..260d12a6b Binary files /dev/null and b/theme_monglia/static/src/img/snippets/uiface_3.webp differ diff --git a/theme_monglia/static/src/img/snippets/uiface_4.jpg b/theme_monglia/static/src/img/snippets/uiface_4.jpg deleted file mode 100644 index 4fbd0b1ff..000000000 Binary files a/theme_monglia/static/src/img/snippets/uiface_4.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/uiface_4.webp b/theme_monglia/static/src/img/snippets/uiface_4.webp new file mode 100644 index 000000000..0b4e869fe Binary files /dev/null and b/theme_monglia/static/src/img/snippets/uiface_4.webp differ diff --git a/theme_monglia/static/src/img/snippets/uiface_5.jpg b/theme_monglia/static/src/img/snippets/uiface_5.jpg deleted file mode 100644 index 80e5a8ec4..000000000 Binary files a/theme_monglia/static/src/img/snippets/uiface_5.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/uiface_5.webp b/theme_monglia/static/src/img/snippets/uiface_5.webp new file mode 100644 index 000000000..8bc56bcc0 Binary files /dev/null and b/theme_monglia/static/src/img/snippets/uiface_5.webp differ diff --git a/theme_monglia/static/src/img/snippets/uiface_6.jpg b/theme_monglia/static/src/img/snippets/uiface_6.jpg deleted file mode 100644 index b3280cf94..000000000 Binary files a/theme_monglia/static/src/img/snippets/uiface_6.jpg and /dev/null differ diff --git a/theme_monglia/static/src/img/snippets/uiface_6.webp b/theme_monglia/static/src/img/snippets/uiface_6.webp new file mode 100644 index 000000000..8f438a9ec Binary files /dev/null and b/theme_monglia/static/src/img/snippets/uiface_6.webp differ diff --git a/theme_monglia/views/customizations.xml b/theme_monglia/views/customizations.xml index 1ce9e0e09..572f69b7c 100644 --- a/theme_monglia/views/customizations.xml +++ b/theme_monglia/views/customizations.xml @@ -169,7 +169,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/geometric/geo_square_3.svg web_editor/geometric/geo_square_3 - image/jpeg + image/webp s_text_image.svg ;;;; @@ -200,7 +200,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/geometric/geo_square_6.svg web_editor/geometric/geo_square_6 - image/jpeg + image/webp s_image_text.svg ;;;; @@ -884,8 +884,8 @@ /web_editor/image_shape/website.s_masonry_block_default_image_1/web_editor/panel/panel_duo_step.svg web_editor/panel/panel_duo_step - image/jpeg - s_masonry_block_default_image_1.jpg + image/webp + s_masonry_block_default_image_1.webp ;;;; @@ -952,7 +952,7 @@ /web_editor/image_shape/website.s_company_team_image_1/web_editor/geometric_round/geo_round_diamond.svg web_editor/geometric_round/geo_round_diamond - image/jpeg + image/webp uiface_1.svg ;;;; @@ -964,7 +964,7 @@ /web_editor/image_shape/website.s_company_team_image_2/web_editor/geometric_round/geo_round_diamond.svg web_editor/geometric_round/geo_round_diamond - image/jpeg + image/webp uiface_2.svg ;;;; @@ -975,7 +975,7 @@ /web_editor/image_shape/website.s_company_team_image_3/web_editor/geometric_round/geo_round_diamond.svg web_editor/geometric_round/geo_round_diamond - image/jpeg + image/webp uiface_3.svg ;;;; @@ -986,7 +986,7 @@ /web_editor/image_shape/website.s_company_team_image_4/web_editor/geometric_round/geo_round_diamond.svg web_editor/geometric_round/geo_round_diamond - image/jpeg + image/webp uiface_4.svg ;;;; @@ -997,7 +997,7 @@ /web_editor/image_shape/website.s_company_team_image_5/web_editor/geometric_round/geo_round_diamond.svg web_editor/geometric_round/geo_round_diamond - image/jpeg + image/webp uiface_5.svg ;;;; @@ -1008,7 +1008,7 @@ /web_editor/image_shape/website.s_company_team_image_6/web_editor/geometric_round/geo_round_diamond.svg web_editor/geometric_round/geo_round_diamond - image/jpeg + image/webp uiface_6.svg ;;;; diff --git a/theme_monglia/views/images_content.xml b/theme_monglia/views/images_content.xml index 943bc889a..0e3f0f85b 100644 --- a/theme_monglia/views/images_content.xml +++ b/theme_monglia/views/images_content.xml @@ -6,476 +6,476 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_monglia/static/src/img/content/content_img_02.jpg + /theme_monglia/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_monglia/static/src/img/content/content_img_03.jpg + /theme_monglia/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_monglia/static/src/img/content/content_img_07.jpg + /theme_monglia/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_monglia/static/src/img/content/content_img_09.jpg + /theme_monglia/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_monglia/static/src/img/content/content_img_10.jpg + /theme_monglia/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_monglia/static/src/img/content/content_img_11.jpg + /theme_monglia/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_monglia/static/src/img/content/content_img_12.jpg + /theme_monglia/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_monglia/static/src/img/snippets/s_banner.jpg + /theme_monglia/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_monglia/static/src/img/snippets/s_banner_2.jpg + /theme_monglia/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_monglia/static/src/img/snippets/s_banner_3.jpg + /theme_monglia/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_monglia/static/src/img/snippets/s_popup.jpg + /theme_monglia/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_monglia/static/src/img/snippets/s_quotes_carousel_0.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_0.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_monglia/static/src/img/snippets/s_text_image.jpg + /theme_monglia/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_monglia/static/src/img/snippets/s_image_text.jpg + /theme_monglia/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_monglia/static/src/img/snippets/s_picture.jpg + /theme_monglia/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_monglia/static/src/img/snippets/library_image_11.jpg + /theme_monglia/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_monglia/static/src/img/snippets/library_image_23.jpg + /theme_monglia/static/src/img/snippets/library_image_23.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_monglia/static/src/img/snippets/library_image_13.jpg + /theme_monglia/static/src/img/snippets/library_image_13.webp website.library_image_07 website.library_image_07 - /theme_monglia/static/src/img/snippets/library_image_07.jpg + /theme_monglia/static/src/img/snippets/library_image_07.webp website.library_image_14 website.library_image_14 - /theme_monglia/static/src/img/snippets/library_image_14.jpg + /theme_monglia/static/src/img/snippets/library_image_14.webp website.library_image_03 website.library_image_03 - /theme_monglia/static/src/img/snippets/library_image_03.jpg + /theme_monglia/static/src/img/snippets/library_image_03.webp website.library_image_10 website.library_image_10 - /theme_monglia/static/src/img/snippets/library_image_10.jpg + /theme_monglia/static/src/img/snippets/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_monglia/static/src/img/snippets/library_image_05.jpg + /theme_monglia/static/src/img/snippets/library_image_05.webp website.library_image_16 website.library_image_16 - /theme_monglia/static/src/img/snippets/library_image_16.jpg + /theme_monglia/static/src/img/snippets/library_image_16.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_monglia/static/src/img/snippets/s_masonry_block.jpg + /theme_monglia/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_monglia/static/src/img/snippets/s_carousel_1.jpg + /theme_monglia/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_monglia/static/src/img/snippets/s_carousel_2.jpg + /theme_monglia/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_monglia/static/src/img/snippets/s_carousel_3.jpg + /theme_monglia/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_monglia/static/src/img/content/content_img_11.jpg + /theme_monglia/static/src/img/content/content_img_11.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_monglia/static/src/img/content/content_img_07.jpg + /theme_monglia/static/src/img/content/content_img_07.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_monglia/static/src/img/content/content_img_09.jpg + /theme_monglia/static/src/img/content/content_img_09.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_monglia/static/src/img/snippets/s_carousel_1.jpg + /theme_monglia/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_monglia/static/src/img/snippets/s_carousel_2.jpg + /theme_monglia/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_monglia/static/src/img/snippets/s_carousel_3.jpg + /theme_monglia/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_monglia/static/src/img/snippets/s_media_list_1.jpg + /theme_monglia/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_monglia/static/src/img/snippets/s_media_list_2.jpg + /theme_monglia/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_monglia/static/src/img/snippets/s_media_list_3.jpg + /theme_monglia/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_monglia/static/src/img/snippets/s_parallax.jpg + /theme_monglia/static/src/img/snippets/s_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_monglia/static/src/img/snippets/uiface_1.jpg + /theme_monglia/static/src/img/snippets/uiface_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_monglia/static/src/img/snippets/uiface_2.jpg + /theme_monglia/static/src/img/snippets/uiface_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_monglia/static/src/img/snippets/uiface_3.jpg + /theme_monglia/static/src/img/snippets/uiface_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_monglia/static/src/img/snippets/uiface_4.jpg + /theme_monglia/static/src/img/snippets/uiface_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_monglia/static/src/img/snippets/uiface_5.jpg + /theme_monglia/static/src/img/snippets/uiface_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_monglia/static/src/img/snippets/uiface_6.jpg + /theme_monglia/static/src/img/snippets/uiface_6.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_monglia/static/src/img/snippets/s_product_1.jpg + /theme_monglia/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_monglia/static/src/img/snippets/s_product_2.jpg + /theme_monglia/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_monglia/static/src/img/snippets/s_product_3.jpg + /theme_monglia/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_monglia/static/src/img/snippets/s_product_4.jpg + /theme_monglia/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_monglia/static/src/img/snippets/s_product_5.jpg + /theme_monglia/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_monglia/static/src/img/snippets/s_product_6.jpg + /theme_monglia/static/src/img/snippets/s_product_6.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_monglia/static/src/img/snippets/s_product_catalog.jpg + /theme_monglia/static/src/img/snippets/s_product_catalog.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_monglia/static/src/img/snippets/s_quotes_carousel_0.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_0.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_monglia/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_monglia/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_monglia/static/src/img/snippets/uiface_3.jpg + /theme_monglia/static/src/img/snippets/uiface_3.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_monglia/static/src/img/snippets/uiface_1.jpg + /theme_monglia/static/src/img/snippets/uiface_1.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_monglia/static/src/img/snippets/uiface_4.jpg + /theme_monglia/static/src/img/snippets/uiface_4.webp website.library_image_17 website.library_image_17 - /theme_monglia/static/src/img/snippets/s_newsletter.jpg + /theme_monglia/static/src/img/snippets/s_newsletter.webp website.s_blockquote_default_image website.s_blockquote_default_image - /theme_monglia/static/src/img/snippets/uiface_2.jpg + /theme_monglia/static/src/img/snippets/uiface_2.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_monglia/static/src/img/content/content_img_11.jpg + /theme_monglia/static/src/img/content/content_img_11.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_monglia/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_monglia/static/src/img/snippets/s_product_catalog.jpg + /theme_monglia/static/src/img/snippets/s_product_catalog.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_monglia/static/src/img/snippets/s_picture.jpg + /theme_monglia/static/src/img/snippets/s_picture.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_monglia/static/src/img/snippets/s_media_list_1.jpg + /theme_monglia/static/src/img/snippets/s_media_list_1.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_monglia/static/src/img/snippets/s_image_hexagonal_1.jpg + /theme_monglia/static/src/img/snippets/s_image_hexagonal_1.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_monglia/static/src/img/snippets/s_product_1.jpg + /theme_monglia/static/src/img/snippets/s_product_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_monglia/static/src/img/snippets/s_product_2.jpg + /theme_monglia/static/src/img/snippets/s_product_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_monglia/static/src/img/snippets/s_product_3.jpg + /theme_monglia/static/src/img/snippets/s_product_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_monglia/static/src/img/snippets/s_product_4.jpg + /theme_monglia/static/src/img/snippets/s_product_4.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_monglia/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_monglia/static/src/img/snippets/s_kickoff_default_image.webp website.library_image_02 website.library_image_02 - /theme_monglia/static/src/img/snippets/s_images_gallery_1.jpg + /theme_monglia/static/src/img/snippets/s_images_gallery_1.webp website.library_image_08 website.library_image_08 - /theme_monglia/static/src/img/snippets/s_images_gallery_2.jpg + /theme_monglia/static/src/img/snippets/s_images_gallery_2.webp website.library_image_08 website.library_image_08 - /theme_monglia/static/src/img/snippets/s_images_gallery_2.jpg + /theme_monglia/static/src/img/snippets/s_images_gallery_2.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_monglia/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_monglia/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_monglia/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_monglia/static/src/img/snippets/s_masonry_block.jpg + /theme_monglia/static/src/img/snippets/s_masonry_block.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_monglia/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_1.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_monglia/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_2.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_monglia/static/src/img/snippets/s_picture.jpg + /theme_monglia/static/src/img/snippets/s_picture.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_monglia/static/src/img/snippets/s_masonry_block.jpg + /theme_monglia/static/src/img/snippets/s_masonry_block.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_monglia/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_monglia/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_monglia/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_monglia/static/src/img/snippets/s_carousel_1.jpg + /theme_monglia/static/src/img/snippets/s_carousel_1.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_monglia/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_monglia/static/src/img/snippets/s_empowerment_default_image.webp website.s_cta_box_default_image website.s_cta_box_default_image - /theme_monglia/static/src/img/snippets/s_images_gallery_1.jpg + /theme_monglia/static/src/img/snippets/s_images_gallery_1.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_monglia/static/src/img/snippets/s_quotes_carousel_0.jpg + /theme_monglia/static/src/img/snippets/s_quotes_carousel_0.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_monglia/static/src/img/content/content_img_11.jpg + /theme_monglia/static/src/img/content/content_img_11.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_monglia/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_monglia/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index 1cf4cc71f..a6e35cb94 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -64,18 +64,18 @@ ], 'images': [ 'static/description/nano_cover.gif', - 'static/description/nano_screenshot.jpg', + 'static/description/nano_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_nano/static/src/img/snippets/s_cover.jpg', - 'website.library_image_10': '/theme_nano/static/src/img/snippets/s_images_wall_01.jpg', - 'website.library_image_05': '/theme_nano/static/src/img/snippets/s_images_wall_02.jpg', - 'website.library_image_08': '/theme_nano/static/src/img/snippets/s_images_wall_03.jpg', - 'website.library_image_13': '/theme_nano/static/src/img/snippets/s_images_wall_04.jpg', - 'website.library_image_03': '/theme_nano/static/src/img/snippets/s_images_wall_05.jpg', - 'website.library_image_02': '/theme_nano/static/src/img/snippets/s_images_wall_06.jpg', - 'website.s_parallax_default_image': '/theme_nano/static/src/img/snippets/s_parallax.jpg', - 'website.s_picture_default_image': '/theme_nano/static/src/img/snippets/s_picture.jpg', + 'website.s_cover_default_image': '/theme_nano/static/src/img/snippets/s_cover.webp', + 'website.library_image_10': '/theme_nano/static/src/img/snippets/s_images_wall_01.webp', + 'website.library_image_05': '/theme_nano/static/src/img/snippets/s_images_wall_02.webp', + 'website.library_image_08': '/theme_nano/static/src/img/snippets/s_images_wall_03.webp', + 'website.library_image_13': '/theme_nano/static/src/img/snippets/s_images_wall_04.webp', + 'website.library_image_03': '/theme_nano/static/src/img/snippets/s_images_wall_05.webp', + 'website.library_image_02': '/theme_nano/static/src/img/snippets/s_images_wall_06.webp', + 'website.s_parallax_default_image': '/theme_nano/static/src/img/snippets/s_parallax.webp', + 'website.s_picture_default_image': '/theme_nano/static/src/img/snippets/s_picture.webp', 'website.s_reference_demo_image_1': '/theme_nano/static/src/img/snippets/s_reference_01.png', 'website.s_reference_demo_image_2': '/theme_nano/static/src/img/snippets/s_reference_02.png', 'website.s_reference_demo_image_3': '/theme_nano/static/src/img/snippets/s_reference_03.png', diff --git a/theme_nano/static/description/nano_cover.jpg b/theme_nano/static/description/nano_cover.jpg deleted file mode 100644 index 8e873996f..000000000 Binary files a/theme_nano/static/description/nano_cover.jpg and /dev/null differ diff --git a/theme_nano/static/description/nano_cover.webp b/theme_nano/static/description/nano_cover.webp new file mode 100644 index 000000000..190d08726 Binary files /dev/null and b/theme_nano/static/description/nano_cover.webp differ diff --git a/theme_nano/static/description/nano_screenshot.jpg b/theme_nano/static/description/nano_screenshot.jpg deleted file mode 100644 index dd5885ace..000000000 Binary files a/theme_nano/static/description/nano_screenshot.jpg and /dev/null differ diff --git a/theme_nano/static/description/nano_screenshot.webp b/theme_nano/static/description/nano_screenshot.webp new file mode 100644 index 000000000..cb5024120 Binary files /dev/null and b/theme_nano/static/description/nano_screenshot.webp differ diff --git a/theme_nano/static/src/img/snippets/s_banner.jpg b/theme_nano/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 45238442b..000000000 Binary files a/theme_nano/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_banner.webp b/theme_nano/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..b7f207375 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_banner.webp differ diff --git a/theme_nano/static/src/img/snippets/s_banner_2.jpg b/theme_nano/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index e1633cb80..000000000 Binary files a/theme_nano/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_banner_2.webp b/theme_nano/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..96313c7e8 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_nano/static/src/img/snippets/s_banner_3.jpg b/theme_nano/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 1deb91f3c..000000000 Binary files a/theme_nano/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_banner_3.webp b/theme_nano/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..4419a9071 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_nano/static/src/img/snippets/s_carousel_01.jpg b/theme_nano/static/src/img/snippets/s_carousel_01.jpg deleted file mode 100644 index 59f3174f7..000000000 Binary files a/theme_nano/static/src/img/snippets/s_carousel_01.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_carousel_01.webp b/theme_nano/static/src/img/snippets/s_carousel_01.webp new file mode 100644 index 000000000..748863db1 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_carousel_01.webp differ diff --git a/theme_nano/static/src/img/snippets/s_carousel_02.jpg b/theme_nano/static/src/img/snippets/s_carousel_02.jpg deleted file mode 100644 index 8eb8dc7d9..000000000 Binary files a/theme_nano/static/src/img/snippets/s_carousel_02.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_carousel_02.webp b/theme_nano/static/src/img/snippets/s_carousel_02.webp new file mode 100644 index 000000000..f90b92a94 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_carousel_02.webp differ diff --git a/theme_nano/static/src/img/snippets/s_carousel_03.jpg b/theme_nano/static/src/img/snippets/s_carousel_03.jpg deleted file mode 100644 index aa5a83bd9..000000000 Binary files a/theme_nano/static/src/img/snippets/s_carousel_03.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_carousel_03.webp b/theme_nano/static/src/img/snippets/s_carousel_03.webp new file mode 100644 index 000000000..ff0c95e56 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_carousel_03.webp differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_01.jpg b/theme_nano/static/src/img/snippets/s_company_team_01.jpg deleted file mode 100644 index fda64e4a6..000000000 Binary files a/theme_nano/static/src/img/snippets/s_company_team_01.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_01.webp b/theme_nano/static/src/img/snippets/s_company_team_01.webp new file mode 100644 index 000000000..45276b8f9 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_company_team_01.webp differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_02.jpg b/theme_nano/static/src/img/snippets/s_company_team_02.jpg deleted file mode 100644 index 488cfc9e3..000000000 Binary files a/theme_nano/static/src/img/snippets/s_company_team_02.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_02.webp b/theme_nano/static/src/img/snippets/s_company_team_02.webp new file mode 100644 index 000000000..cbc2ea367 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_company_team_02.webp differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_03.jpg b/theme_nano/static/src/img/snippets/s_company_team_03.jpg deleted file mode 100644 index 4df9ee7e7..000000000 Binary files a/theme_nano/static/src/img/snippets/s_company_team_03.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_03.webp b/theme_nano/static/src/img/snippets/s_company_team_03.webp new file mode 100644 index 000000000..f3a9b00ea Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_company_team_03.webp differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_04.jpg b/theme_nano/static/src/img/snippets/s_company_team_04.jpg deleted file mode 100644 index d40995733..000000000 Binary files a/theme_nano/static/src/img/snippets/s_company_team_04.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_04.webp b/theme_nano/static/src/img/snippets/s_company_team_04.webp new file mode 100644 index 000000000..57a1cc768 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_company_team_04.webp differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_05.jpg b/theme_nano/static/src/img/snippets/s_company_team_05.jpg deleted file mode 100644 index 85c930ef3..000000000 Binary files a/theme_nano/static/src/img/snippets/s_company_team_05.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_05.webp b/theme_nano/static/src/img/snippets/s_company_team_05.webp new file mode 100644 index 000000000..ce57d9b44 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_company_team_05.webp differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_06.jpg b/theme_nano/static/src/img/snippets/s_company_team_06.jpg deleted file mode 100644 index 1d182304b..000000000 Binary files a/theme_nano/static/src/img/snippets/s_company_team_06.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_company_team_06.webp b/theme_nano/static/src/img/snippets/s_company_team_06.webp new file mode 100644 index 000000000..91f312ffc Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_company_team_06.webp differ diff --git a/theme_nano/static/src/img/snippets/s_cover.jpg b/theme_nano/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index b8a191fee..000000000 Binary files a/theme_nano/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_cover.webp b/theme_nano/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..8cb6ae13d Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_cover.webp differ diff --git a/theme_nano/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_nano/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 02a16c2b9..000000000 Binary files a/theme_nano/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_empowerment_default_image.webp b/theme_nano/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..422c99f33 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_nano/static/src/img/snippets/s_image_text.jpg b/theme_nano/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 44b0343e3..000000000 Binary files a/theme_nano/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_image_text.webp b/theme_nano/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..8b62034d4 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_nano/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 0f00bd227..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_nano/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..48bebb603 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index c58540d4b..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..914c50018 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index d46f8ab86..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..b488345e0 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_gallery_01.jpg b/theme_nano/static/src/img/snippets/s_images_gallery_01.jpg deleted file mode 100644 index 2a4eebbca..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_gallery_01.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_gallery_01.webp b/theme_nano/static/src/img/snippets/s_images_gallery_01.webp new file mode 100644 index 000000000..d6f69365e Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_gallery_01.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_gallery_02.jpg b/theme_nano/static/src/img/snippets/s_images_gallery_02.jpg deleted file mode 100644 index b1864c095..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_gallery_02.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_gallery_02.webp b/theme_nano/static/src/img/snippets/s_images_gallery_02.webp new file mode 100644 index 000000000..776f0940e Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_gallery_02.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 35b64ce00..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..3b1d82a63 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 09a375e70..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..1c05025c5 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 8826ec82d..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..119ab2c67 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index faaa44adb..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..36f315754 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index e1b28dd41..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..a8d7d443e Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_01.jpg b/theme_nano/static/src/img/snippets/s_images_wall_01.jpg deleted file mode 100644 index c056db60e..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_wall_01.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_01.webp b/theme_nano/static/src/img/snippets/s_images_wall_01.webp new file mode 100644 index 000000000..4075bd52c Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_wall_01.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_02.jpg b/theme_nano/static/src/img/snippets/s_images_wall_02.jpg deleted file mode 100644 index 1c2b597ea..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_wall_02.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_02.webp b/theme_nano/static/src/img/snippets/s_images_wall_02.webp new file mode 100644 index 000000000..159bd0856 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_wall_02.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_03.jpg b/theme_nano/static/src/img/snippets/s_images_wall_03.jpg deleted file mode 100644 index b5b719958..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_wall_03.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_03.webp b/theme_nano/static/src/img/snippets/s_images_wall_03.webp new file mode 100644 index 000000000..472d3b42c Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_wall_03.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_04.jpg b/theme_nano/static/src/img/snippets/s_images_wall_04.jpg deleted file mode 100644 index e1e4e941a..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_wall_04.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_04.webp b/theme_nano/static/src/img/snippets/s_images_wall_04.webp new file mode 100644 index 000000000..4feae41ca Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_wall_04.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_05.jpg b/theme_nano/static/src/img/snippets/s_images_wall_05.jpg deleted file mode 100644 index 229795df8..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_wall_05.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_05.webp b/theme_nano/static/src/img/snippets/s_images_wall_05.webp new file mode 100644 index 000000000..697808fa3 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_wall_05.webp differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_06.jpg b/theme_nano/static/src/img/snippets/s_images_wall_06.jpg deleted file mode 100644 index 56760e93f..000000000 Binary files a/theme_nano/static/src/img/snippets/s_images_wall_06.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_images_wall_06.webp b/theme_nano/static/src/img/snippets/s_images_wall_06.webp new file mode 100644 index 000000000..0762216fe Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_images_wall_06.webp differ diff --git a/theme_nano/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_nano/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index b47617542..000000000 Binary files a/theme_nano/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_nano/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..118730766 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 331054eb3..000000000 Binary files a/theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..35e5055c1 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_1.jpg b/theme_nano/static/src/img/snippets/s_key_images_default_image_1.jpg deleted file mode 100644 index 7c07acb53..000000000 Binary files a/theme_nano/static/src/img/snippets/s_key_images_default_image_1.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_1.webp b/theme_nano/static/src/img/snippets/s_key_images_default_image_1.webp new file mode 100644 index 000000000..bed28ceec Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_key_images_default_image_1.webp differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_2.jpg b/theme_nano/static/src/img/snippets/s_key_images_default_image_2.jpg deleted file mode 100644 index 2cfa4e3f9..000000000 Binary files a/theme_nano/static/src/img/snippets/s_key_images_default_image_2.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_2.webp b/theme_nano/static/src/img/snippets/s_key_images_default_image_2.webp new file mode 100644 index 000000000..e738d5080 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_key_images_default_image_2.webp differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_3.jpg b/theme_nano/static/src/img/snippets/s_key_images_default_image_3.jpg deleted file mode 100644 index f7cdf6fd7..000000000 Binary files a/theme_nano/static/src/img/snippets/s_key_images_default_image_3.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_3.webp b/theme_nano/static/src/img/snippets/s_key_images_default_image_3.webp new file mode 100644 index 000000000..0126abd51 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_key_images_default_image_3.webp differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_4.jpg b/theme_nano/static/src/img/snippets/s_key_images_default_image_4.jpg deleted file mode 100644 index c991a446e..000000000 Binary files a/theme_nano/static/src/img/snippets/s_key_images_default_image_4.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_key_images_default_image_4.webp b/theme_nano/static/src/img/snippets/s_key_images_default_image_4.webp new file mode 100644 index 000000000..e05c44d0d Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_key_images_default_image_4.webp differ diff --git a/theme_nano/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_nano/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 0e176d494..000000000 Binary files a/theme_nano/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_kickoff_default_image.webp b/theme_nano/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..96bb4ff22 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_nano/static/src/img/snippets/s_masonry_block.jpg b/theme_nano/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 4cc67dd60..000000000 Binary files a/theme_nano/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_masonry_block.webp b/theme_nano/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..f4f047582 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_nano/static/src/img/snippets/s_masonry_block_2.jpg b/theme_nano/static/src/img/snippets/s_masonry_block_2.jpg deleted file mode 100644 index 469ff09f2..000000000 Binary files a/theme_nano/static/src/img/snippets/s_masonry_block_2.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_masonry_block_2.webp b/theme_nano/static/src/img/snippets/s_masonry_block_2.webp new file mode 100644 index 000000000..c3072f79e Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_masonry_block_2.webp differ diff --git a/theme_nano/static/src/img/snippets/s_media_list_01.jpg b/theme_nano/static/src/img/snippets/s_media_list_01.jpg deleted file mode 100644 index 28db305f1..000000000 Binary files a/theme_nano/static/src/img/snippets/s_media_list_01.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_media_list_01.webp b/theme_nano/static/src/img/snippets/s_media_list_01.webp new file mode 100644 index 000000000..80ed9c9ec Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_media_list_01.webp differ diff --git a/theme_nano/static/src/img/snippets/s_media_list_02.jpg b/theme_nano/static/src/img/snippets/s_media_list_02.jpg deleted file mode 100644 index 207ca73e6..000000000 Binary files a/theme_nano/static/src/img/snippets/s_media_list_02.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_media_list_02.webp b/theme_nano/static/src/img/snippets/s_media_list_02.webp new file mode 100644 index 000000000..a25cf24a2 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_media_list_02.webp differ diff --git a/theme_nano/static/src/img/snippets/s_media_list_03.jpg b/theme_nano/static/src/img/snippets/s_media_list_03.jpg deleted file mode 100644 index e2b300ccb..000000000 Binary files a/theme_nano/static/src/img/snippets/s_media_list_03.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_media_list_03.webp b/theme_nano/static/src/img/snippets/s_media_list_03.webp new file mode 100644 index 000000000..bfdf041dc Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_media_list_03.webp differ diff --git a/theme_nano/static/src/img/snippets/s_parallax.jpg b/theme_nano/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index efb79b942..000000000 Binary files a/theme_nano/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_parallax.webp b/theme_nano/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..b04ac7c7c Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_nano/static/src/img/snippets/s_picture.jpg b/theme_nano/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index a143ec1c5..000000000 Binary files a/theme_nano/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_picture.webp b/theme_nano/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..0abcc464c Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_picture.webp differ diff --git a/theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.jpg b/theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index d42f7eddb..000000000 Binary files a/theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.webp b/theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..6b696ee9b Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.webp differ diff --git a/theme_nano/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_nano/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index 8163c76c9..000000000 Binary files a/theme_nano/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_shape_image_default_image.webp b/theme_nano/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..26a75a0e6 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_nano/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_nano/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 985dc2a83..000000000 Binary files a/theme_nano/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_split_intro_default_image.webp b/theme_nano/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..30e14db81 Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_nano/static/src/img/snippets/s_text_image.jpg b/theme_nano/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index a011de866..000000000 Binary files a/theme_nano/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_text_image.webp b/theme_nano/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..ee549fdaa Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_nano/static/src/img/snippets/s_three_columns_01.jpg b/theme_nano/static/src/img/snippets/s_three_columns_01.jpg deleted file mode 100644 index b4cd503bd..000000000 Binary files a/theme_nano/static/src/img/snippets/s_three_columns_01.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_three_columns_01.webp b/theme_nano/static/src/img/snippets/s_three_columns_01.webp new file mode 100644 index 000000000..59758703a Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_three_columns_01.webp differ diff --git a/theme_nano/static/src/img/snippets/s_three_columns_02.jpg b/theme_nano/static/src/img/snippets/s_three_columns_02.jpg deleted file mode 100644 index c6b01d2f2..000000000 Binary files a/theme_nano/static/src/img/snippets/s_three_columns_02.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_three_columns_02.webp b/theme_nano/static/src/img/snippets/s_three_columns_02.webp new file mode 100644 index 000000000..cd11946dc Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_three_columns_02.webp differ diff --git a/theme_nano/static/src/img/snippets/s_three_columns_03.jpg b/theme_nano/static/src/img/snippets/s_three_columns_03.jpg deleted file mode 100644 index b5c350a49..000000000 Binary files a/theme_nano/static/src/img/snippets/s_three_columns_03.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/snippets/s_three_columns_03.webp b/theme_nano/static/src/img/snippets/s_three_columns_03.webp new file mode 100644 index 000000000..6b621a3aa Binary files /dev/null and b/theme_nano/static/src/img/snippets/s_three_columns_03.webp differ diff --git a/theme_nano/static/src/img/theme/01.jpg b/theme_nano/static/src/img/theme/01.jpg deleted file mode 100644 index a13c11ed7..000000000 Binary files a/theme_nano/static/src/img/theme/01.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/01.webp b/theme_nano/static/src/img/theme/01.webp new file mode 100644 index 000000000..3840fa22b Binary files /dev/null and b/theme_nano/static/src/img/theme/01.webp differ diff --git a/theme_nano/static/src/img/theme/02.jpg b/theme_nano/static/src/img/theme/02.jpg deleted file mode 100644 index 4e920518e..000000000 Binary files a/theme_nano/static/src/img/theme/02.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/02.webp b/theme_nano/static/src/img/theme/02.webp new file mode 100644 index 000000000..2aa7222d9 Binary files /dev/null and b/theme_nano/static/src/img/theme/02.webp differ diff --git a/theme_nano/static/src/img/theme/03.jpg b/theme_nano/static/src/img/theme/03.jpg deleted file mode 100644 index c66693b7b..000000000 Binary files a/theme_nano/static/src/img/theme/03.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/03.webp b/theme_nano/static/src/img/theme/03.webp new file mode 100644 index 000000000..af375ff63 Binary files /dev/null and b/theme_nano/static/src/img/theme/03.webp differ diff --git a/theme_nano/static/src/img/theme/04.jpg b/theme_nano/static/src/img/theme/04.jpg deleted file mode 100644 index 059db5b08..000000000 Binary files a/theme_nano/static/src/img/theme/04.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/04.webp b/theme_nano/static/src/img/theme/04.webp new file mode 100644 index 000000000..934e3bee6 Binary files /dev/null and b/theme_nano/static/src/img/theme/04.webp differ diff --git a/theme_nano/static/src/img/theme/05.jpg b/theme_nano/static/src/img/theme/05.jpg deleted file mode 100644 index a02efd665..000000000 Binary files a/theme_nano/static/src/img/theme/05.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/05.webp b/theme_nano/static/src/img/theme/05.webp new file mode 100644 index 000000000..1f1c893f6 Binary files /dev/null and b/theme_nano/static/src/img/theme/05.webp differ diff --git a/theme_nano/static/src/img/theme/06.jpg b/theme_nano/static/src/img/theme/06.jpg deleted file mode 100644 index b8a191fee..000000000 Binary files a/theme_nano/static/src/img/theme/06.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/06.webp b/theme_nano/static/src/img/theme/06.webp new file mode 100644 index 000000000..8cb6ae13d Binary files /dev/null and b/theme_nano/static/src/img/theme/06.webp differ diff --git a/theme_nano/static/src/img/theme/07.jpg b/theme_nano/static/src/img/theme/07.jpg deleted file mode 100644 index 182091cbb..000000000 Binary files a/theme_nano/static/src/img/theme/07.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/07.webp b/theme_nano/static/src/img/theme/07.webp new file mode 100644 index 000000000..39a02b3ad Binary files /dev/null and b/theme_nano/static/src/img/theme/07.webp differ diff --git a/theme_nano/static/src/img/theme/08.jpg b/theme_nano/static/src/img/theme/08.jpg deleted file mode 100644 index f198c96fa..000000000 Binary files a/theme_nano/static/src/img/theme/08.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/08.webp b/theme_nano/static/src/img/theme/08.webp new file mode 100644 index 000000000..183f4cd69 Binary files /dev/null and b/theme_nano/static/src/img/theme/08.webp differ diff --git a/theme_nano/static/src/img/theme/09.jpg b/theme_nano/static/src/img/theme/09.jpg deleted file mode 100644 index bc7dcc27a..000000000 Binary files a/theme_nano/static/src/img/theme/09.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/09.webp b/theme_nano/static/src/img/theme/09.webp new file mode 100644 index 000000000..4d1e8ca01 Binary files /dev/null and b/theme_nano/static/src/img/theme/09.webp differ diff --git a/theme_nano/static/src/img/theme/10.jpg b/theme_nano/static/src/img/theme/10.jpg deleted file mode 100644 index b68576c91..000000000 Binary files a/theme_nano/static/src/img/theme/10.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/10.webp b/theme_nano/static/src/img/theme/10.webp new file mode 100644 index 000000000..ebd56b961 Binary files /dev/null and b/theme_nano/static/src/img/theme/10.webp differ diff --git a/theme_nano/static/src/img/theme/11.jpg b/theme_nano/static/src/img/theme/11.jpg deleted file mode 100644 index 89a870cbe..000000000 Binary files a/theme_nano/static/src/img/theme/11.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/11.webp b/theme_nano/static/src/img/theme/11.webp new file mode 100644 index 000000000..1e2692067 Binary files /dev/null and b/theme_nano/static/src/img/theme/11.webp differ diff --git a/theme_nano/static/src/img/theme/12.jpg b/theme_nano/static/src/img/theme/12.jpg deleted file mode 100644 index e2669f334..000000000 Binary files a/theme_nano/static/src/img/theme/12.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/12.webp b/theme_nano/static/src/img/theme/12.webp new file mode 100644 index 000000000..26df206e4 Binary files /dev/null and b/theme_nano/static/src/img/theme/12.webp differ diff --git a/theme_nano/static/src/img/theme/13.jpg b/theme_nano/static/src/img/theme/13.jpg deleted file mode 100644 index 555c3e130..000000000 Binary files a/theme_nano/static/src/img/theme/13.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/13.webp b/theme_nano/static/src/img/theme/13.webp new file mode 100644 index 000000000..24c23e271 Binary files /dev/null and b/theme_nano/static/src/img/theme/13.webp differ diff --git a/theme_nano/static/src/img/theme/14.jpg b/theme_nano/static/src/img/theme/14.jpg deleted file mode 100644 index 3bee1ca30..000000000 Binary files a/theme_nano/static/src/img/theme/14.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/14.webp b/theme_nano/static/src/img/theme/14.webp new file mode 100644 index 000000000..b49243513 Binary files /dev/null and b/theme_nano/static/src/img/theme/14.webp differ diff --git a/theme_nano/static/src/img/theme/15.jpg b/theme_nano/static/src/img/theme/15.jpg deleted file mode 100644 index d5ae5d052..000000000 Binary files a/theme_nano/static/src/img/theme/15.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/15.webp b/theme_nano/static/src/img/theme/15.webp new file mode 100644 index 000000000..b4055b317 Binary files /dev/null and b/theme_nano/static/src/img/theme/15.webp differ diff --git a/theme_nano/static/src/img/theme/16.jpg b/theme_nano/static/src/img/theme/16.jpg deleted file mode 100644 index 39504ea27..000000000 Binary files a/theme_nano/static/src/img/theme/16.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/16.webp b/theme_nano/static/src/img/theme/16.webp new file mode 100644 index 000000000..e4bba3f58 Binary files /dev/null and b/theme_nano/static/src/img/theme/16.webp differ diff --git a/theme_nano/static/src/img/theme/17.jpg b/theme_nano/static/src/img/theme/17.jpg deleted file mode 100644 index c2f7c467b..000000000 Binary files a/theme_nano/static/src/img/theme/17.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/17.webp b/theme_nano/static/src/img/theme/17.webp new file mode 100644 index 000000000..23a739d8d Binary files /dev/null and b/theme_nano/static/src/img/theme/17.webp differ diff --git a/theme_nano/static/src/img/theme/18.jpg b/theme_nano/static/src/img/theme/18.jpg deleted file mode 100644 index c6b01d2f2..000000000 Binary files a/theme_nano/static/src/img/theme/18.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/18.webp b/theme_nano/static/src/img/theme/18.webp new file mode 100644 index 000000000..cd11946dc Binary files /dev/null and b/theme_nano/static/src/img/theme/18.webp differ diff --git a/theme_nano/static/src/img/theme/19.jpg b/theme_nano/static/src/img/theme/19.jpg deleted file mode 100644 index ec384a903..000000000 Binary files a/theme_nano/static/src/img/theme/19.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/19.webp b/theme_nano/static/src/img/theme/19.webp new file mode 100644 index 000000000..6493eef5c Binary files /dev/null and b/theme_nano/static/src/img/theme/19.webp differ diff --git a/theme_nano/static/src/img/theme/20.jpg b/theme_nano/static/src/img/theme/20.jpg deleted file mode 100644 index 2f66cd3fc..000000000 Binary files a/theme_nano/static/src/img/theme/20.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/20.webp b/theme_nano/static/src/img/theme/20.webp new file mode 100644 index 000000000..6cf5dcb1b Binary files /dev/null and b/theme_nano/static/src/img/theme/20.webp differ diff --git a/theme_nano/static/src/img/theme/21.jpg b/theme_nano/static/src/img/theme/21.jpg deleted file mode 100644 index e6e92eed9..000000000 Binary files a/theme_nano/static/src/img/theme/21.jpg and /dev/null differ diff --git a/theme_nano/static/src/img/theme/21.webp b/theme_nano/static/src/img/theme/21.webp new file mode 100644 index 000000000..8c21205dd Binary files /dev/null and b/theme_nano/static/src/img/theme/21.webp differ diff --git a/theme_nano/views/images_library.xml b/theme_nano/views/images_library.xml index 585f787af..82e2f6e26 100644 --- a/theme_nano/views/images_library.xml +++ b/theme_nano/views/images_library.xml @@ -5,107 +5,107 @@ theme_nano.image_01 theme_nano.image_01 - /theme_nano/static/src/img/theme/01.jpg + /theme_nano/static/src/img/theme/01.webp theme_nano.image_02 theme_nano.image_02 - /theme_nano/static/src/img/theme/02.jpg + /theme_nano/static/src/img/theme/02.webp theme_nano.image_03 theme_nano.image_03 - /theme_nano/static/src/img/theme/03.jpg + /theme_nano/static/src/img/theme/03.webp theme_nano.image_04 theme_nano.image_04 - /theme_nano/static/src/img/theme/04.jpg + /theme_nano/static/src/img/theme/04.webp theme_nano.image_05 theme_nano.image_05 - /theme_nano/static/src/img/theme/05.jpg + /theme_nano/static/src/img/theme/05.webp theme_nano.image_06 theme_nano.image_06 - /theme_nano/static/src/img/theme/06.jpg + /theme_nano/static/src/img/theme/06.webp theme_nano.image_07 theme_nano.image_07 - /theme_nano/static/src/img/theme/07.jpg + /theme_nano/static/src/img/theme/07.webp theme_nano.image_08 theme_nano.image_08 - /theme_nano/static/src/img/theme/08.jpg + /theme_nano/static/src/img/theme/08.webp theme_nano.image_09 theme_nano.image_09 - /theme_nano/static/src/img/theme/09.jpg + /theme_nano/static/src/img/theme/09.webp theme_nano.image_10 theme_nano.image_10 - /theme_nano/static/src/img/theme/10.jpg + /theme_nano/static/src/img/theme/10.webp theme_nano.image_11 theme_nano.image_11 - /theme_nano/static/src/img/theme/11.jpg + /theme_nano/static/src/img/theme/11.webp theme_nano.image_12 theme_nano.image_12 - /theme_nano/static/src/img/theme/12.jpg + /theme_nano/static/src/img/theme/12.webp theme_nano.image_13 theme_nano.image_13 - /theme_nano/static/src/img/theme/13.jpg + /theme_nano/static/src/img/theme/13.webp theme_nano.image_14 theme_nano.image_14 - /theme_nano/static/src/img/theme/14.jpg + /theme_nano/static/src/img/theme/14.webp theme_nano.image_15 theme_nano.image_15 - /theme_nano/static/src/img/theme/15.jpg + /theme_nano/static/src/img/theme/15.webp theme_nano.image_16 theme_nano.image_16 - /theme_nano/static/src/img/theme/16.jpg + /theme_nano/static/src/img/theme/16.webp theme_nano.image_17 theme_nano.image_17 - /theme_nano/static/src/img/theme/17.jpg + /theme_nano/static/src/img/theme/17.webp theme_nano.image_18 theme_nano.image_18 - /theme_nano/static/src/img/theme/18.jpg + /theme_nano/static/src/img/theme/18.webp theme_nano.image_19 theme_nano.image_19 - /theme_nano/static/src/img/theme/19.jpg + /theme_nano/static/src/img/theme/19.webp theme_nano.image_20 theme_nano.image_20 - /theme_nano/static/src/img/theme/20.jpg + /theme_nano/static/src/img/theme/20.webp theme_nano.image_21 theme_nano.image_21 - /theme_nano/static/src/img/theme/21.jpg + /theme_nano/static/src/img/theme/21.webp theme_nano.image_22 @@ -166,74 +166,74 @@ website.s_banner_default_image website.s_banner_default_image - /theme_nano/static/src/img/snippets/s_banner.jpg + /theme_nano/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_nano/static/src/img/snippets/s_banner_2.jpg + /theme_nano/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_nano/static/src/img/snippets/s_banner_3.jpg + /theme_nano/static/src/img/snippets/s_banner_3.webp website.s_cover_default_image website.s_cover_default_image - /theme_nano/static/src/img/snippets/s_cover.jpg + /theme_nano/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_nano/static/src/img/snippets/s_text_image.jpg + /theme_nano/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_nano/static/src/img/snippets/s_image_text.jpg + /theme_nano/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_nano/static/src/img/snippets/s_picture.jpg + /theme_nano/static/src/img/snippets/s_picture.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_nano/static/src/img/snippets/s_three_columns_01.jpg + /theme_nano/static/src/img/snippets/s_three_columns_01.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_nano/static/src/img/snippets/s_three_columns_02.jpg + /theme_nano/static/src/img/snippets/s_three_columns_02.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_nano/static/src/img/snippets/s_three_columns_03.jpg + /theme_nano/static/src/img/snippets/s_three_columns_03.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_nano/static/src/img/snippets/s_masonry_block.jpg + /theme_nano/static/src/img/snippets/s_masonry_block.webp website.s_masonry_block_default_image_2 website.s_masonry_block_default_image_2 - /theme_nano/static/src/img/snippets/s_masonry_block_2.jpg + /theme_nano/static/src/img/snippets/s_masonry_block_2.webp @@ -241,156 +241,156 @@ website.library_image_03 website.library_image_03 - /theme_nano/static/src/img/snippets/s_images_wall_01.jpg + /theme_nano/static/src/img/snippets/s_images_wall_01.webp website.library_image_10 website.library_image_10 - /theme_nano/static/src/img/snippets/s_images_wall_02.jpg + /theme_nano/static/src/img/snippets/s_images_wall_02.webp website.library_image_13 website.library_image_13 - /theme_nano/static/src/img/snippets/s_images_wall_03.jpg + /theme_nano/static/src/img/snippets/s_images_wall_03.webp website.library_image_05 website.library_image_05 - /theme_nano/static/src/img/snippets/s_images_wall_04.jpg + /theme_nano/static/src/img/snippets/s_images_wall_04.webp website.library_image_14 website.library_image_14 - /theme_nano/static/src/img/snippets/s_images_wall_05.jpg + /theme_nano/static/src/img/snippets/s_images_wall_05.webp website.library_image_16 website.library_image_16 - /theme_nano/static/src/img/snippets/s_images_wall_06.jpg + /theme_nano/static/src/img/snippets/s_images_wall_06.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_nano/static/src/img/snippets/s_carousel_01.jpg + /theme_nano/static/src/img/snippets/s_carousel_01.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_nano/static/src/img/snippets/s_carousel_02.jpg + /theme_nano/static/src/img/snippets/s_carousel_02.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_nano/static/src/img/snippets/s_carousel_03.jpg + /theme_nano/static/src/img/snippets/s_carousel_03.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_nano/static/src/img/snippets/s_masonry_block_2.jpg + /theme_nano/static/src/img/snippets/s_masonry_block_2.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_nano/static/src/img/snippets/s_cover.jpg + /theme_nano/static/src/img/snippets/s_cover.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_nano/static/src/img/snippets/s_carousel_01.jpg + /theme_nano/static/src/img/snippets/s_carousel_01.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_nano/static/src/img/snippets/s_carousel_02.jpg + /theme_nano/static/src/img/snippets/s_carousel_02.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_nano/static/src/img/snippets/s_carousel_03.jpg + /theme_nano/static/src/img/snippets/s_carousel_03.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_nano/static/src/img/snippets/s_company_team_03.jpg + /theme_nano/static/src/img/snippets/s_company_team_03.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_nano/static/src/img/snippets/s_company_team_05.jpg + /theme_nano/static/src/img/snippets/s_company_team_05.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_nano/static/src/img/snippets/s_company_team_04.jpg + /theme_nano/static/src/img/snippets/s_company_team_04.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_nano/static/src/img/snippets/s_media_list_01.jpg + /theme_nano/static/src/img/snippets/s_media_list_01.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_nano/static/src/img/snippets/s_media_list_02.jpg + /theme_nano/static/src/img/snippets/s_media_list_02.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_nano/static/src/img/snippets/s_media_list_03.jpg + /theme_nano/static/src/img/snippets/s_media_list_03.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_nano/static/src/img/snippets/s_parallax.jpg + /theme_nano/static/src/img/snippets/s_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_nano/static/src/img/snippets/s_company_team_01.jpg + /theme_nano/static/src/img/snippets/s_company_team_01.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_nano/static/src/img/snippets/s_company_team_02.jpg + /theme_nano/static/src/img/snippets/s_company_team_02.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_nano/static/src/img/snippets/s_company_team_03.jpg + /theme_nano/static/src/img/snippets/s_company_team_03.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_nano/static/src/img/snippets/s_company_team_04.jpg + /theme_nano/static/src/img/snippets/s_company_team_04.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_nano/static/src/img/snippets/s_company_team_05.jpg + /theme_nano/static/src/img/snippets/s_company_team_05.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_nano/static/src/img/snippets/s_company_team_06.jpg + /theme_nano/static/src/img/snippets/s_company_team_06.webp @@ -427,186 +427,186 @@ website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_nano/static/src/img/snippets/s_cover.jpg + /theme_nano/static/src/img/snippets/s_cover.webp website.library_image_02 website.library_image_02 - /theme_nano/static/src/img/snippets/s_images_gallery_01.jpg + /theme_nano/static/src/img/snippets/s_images_gallery_01.webp website.library_image_08 website.library_image_08 - /theme_nano/static/src/img/snippets/s_images_gallery_02.jpg + /theme_nano/static/src/img/snippets/s_images_gallery_02.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_nano/static/src/img/snippets/s_masonry_block_2.jpg + /theme_nano/static/src/img/snippets/s_masonry_block_2.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_nano/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_nano/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_nano/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_nano/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_nano/static/src/img/snippets/s_key_images_default_image_1.jpg + /theme_nano/static/src/img/snippets/s_key_images_default_image_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_nano/static/src/img/snippets/s_key_images_default_image_2.jpg + /theme_nano/static/src/img/snippets/s_key_images_default_image_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_nano/static/src/img/snippets/s_key_images_default_image_3.jpg + /theme_nano/static/src/img/snippets/s_key_images_default_image_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_nano/static/src/img/snippets/s_key_images_default_image_4.jpg + /theme_nano/static/src/img/snippets/s_key_images_default_image_4.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_nano/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_nano/static/src/img/snippets/s_kickoff_default_image.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_nano/static/src/img/snippets/s_carousel_02.jpg + /theme_nano/static/src/img/snippets/s_carousel_02.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_nano/static/src/img/snippets/s_masonry_block.jpg + /theme_nano/static/src/img/snippets/s_masonry_block.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_nano/static/src/img/snippets/s_picture.jpg + /theme_nano/static/src/img/snippets/s_picture.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_nano/static/src/img/snippets/s_media_list_02.jpg + /theme_nano/static/src/img/snippets/s_media_list_02.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_nano/static/src/img/snippets/s_images_wall_05.jpg + /theme_nano/static/src/img/snippets/s_images_wall_05.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_nano/static/src/img/snippets/s_carousel_01.jpg + /theme_nano/static/src/img/snippets/s_carousel_01.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_nano/static/src/img/snippets/s_media_list_01.jpg + /theme_nano/static/src/img/snippets/s_media_list_01.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_nano/static/src/img/snippets/s_media_list_02.jpg + /theme_nano/static/src/img/snippets/s_media_list_02.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_nano/static/src/img/snippets/s_masonry_block_2.jpg + /theme_nano/static/src/img/snippets/s_masonry_block_2.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_nano/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_nano/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_nano/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_nano/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_nano/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_nano/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_nano/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_nano/static/src/img/snippets/s_empowerment_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_nano/static/src/img/snippets/s_cover.jpg + /theme_nano/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_nano/static/src/img/snippets/s_parallax.jpg + /theme_nano/static/src/img/snippets/s_parallax.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_nano/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_nano/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index b02efc195..ae80a1ff7 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -76,22 +76,22 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/notes_description.jpg', - 'static/description/notes_screenshot.jpg', + 'static/description/notes_description.webp', + 'static/description/notes_screenshot.webp', ], 'images_preview_theme': { - 'website.library_image_03': '/theme_notes/static/src/img/content/library_image_19.jpg', - 'website.library_image_05': '/theme_notes/static/src/img/content/library_image_05.jpg', - 'website.library_image_10': '/theme_notes/static/src/img/content/library_image_10.jpg', - 'website.library_image_14': '/theme_notes/static/src/img/content/library_image_14.jpg', - 'website.library_image_16': '/theme_notes/static/src/img/content/library_image_16.jpg', - 'website.s_carousel_default_image_2': '/theme_notes/static/src/img/content/content_img_23.jpg', - 'website.s_cover_default_image': '/theme_notes/static/src/img/content/content_img_14.jpg', - 'website.s_image_text_default_image': '/theme_notes/static/src/img/content/content_img_16.jpg', - 'website.s_three_columns_default_image_1': '/theme_notes/static/src/img/content/content_img_18.jpg', - 'website.s_three_columns_default_image_2': '/theme_notes/static/src/img/content/content_img_19.jpg', - 'website.s_three_columns_default_image_3': '/theme_notes/static/src/img/content/content_img_20.jpg', - 'website.s_text_image_default_image': '/theme_notes/static/src/img/content/content_img_15.jpg', + 'website.library_image_03': '/theme_notes/static/src/img/content/library_image_19.webp', + 'website.library_image_05': '/theme_notes/static/src/img/content/library_image_05.webp', + 'website.library_image_10': '/theme_notes/static/src/img/content/library_image_10.webp', + 'website.library_image_14': '/theme_notes/static/src/img/content/library_image_14.webp', + 'website.library_image_16': '/theme_notes/static/src/img/content/library_image_16.webp', + 'website.s_carousel_default_image_2': '/theme_notes/static/src/img/content/content_img_23.webp', + 'website.s_cover_default_image': '/theme_notes/static/src/img/content/content_img_14.webp', + 'website.s_image_text_default_image': '/theme_notes/static/src/img/content/content_img_16.webp', + 'website.s_three_columns_default_image_1': '/theme_notes/static/src/img/content/content_img_18.webp', + 'website.s_three_columns_default_image_2': '/theme_notes/static/src/img/content/content_img_19.webp', + 'website.s_three_columns_default_image_3': '/theme_notes/static/src/img/content/content_img_20.webp', + 'website.s_text_image_default_image': '/theme_notes/static/src/img/content/content_img_15.webp', }, 'configurator_snippets': { 'homepage': ['s_framed_intro', 's_image_text', 's_three_columns', 's_images_wall', 's_text_image', 's_company_team_shapes', 's_title', 's_call_to_action'], diff --git a/theme_notes/static/description/notes_description.jpg b/theme_notes/static/description/notes_description.jpg deleted file mode 100644 index 691752d53..000000000 Binary files a/theme_notes/static/description/notes_description.jpg and /dev/null differ diff --git a/theme_notes/static/description/notes_description.webp b/theme_notes/static/description/notes_description.webp new file mode 100644 index 000000000..35e523f15 Binary files /dev/null and b/theme_notes/static/description/notes_description.webp differ diff --git a/theme_notes/static/description/notes_screenshot.jpg b/theme_notes/static/description/notes_screenshot.jpg deleted file mode 100644 index f07cc0176..000000000 Binary files a/theme_notes/static/description/notes_screenshot.jpg and /dev/null differ diff --git a/theme_notes/static/description/notes_screenshot.webp b/theme_notes/static/description/notes_screenshot.webp new file mode 100644 index 000000000..6bdcd4b08 Binary files /dev/null and b/theme_notes/static/description/notes_screenshot.webp differ diff --git a/theme_notes/static/src/img/content/content_img_13.jpg b/theme_notes/static/src/img/content/content_img_13.jpg deleted file mode 100644 index 6767d1f26..000000000 Binary files a/theme_notes/static/src/img/content/content_img_13.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_13.webp b/theme_notes/static/src/img/content/content_img_13.webp new file mode 100644 index 000000000..e62144eb4 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_13.webp differ diff --git a/theme_notes/static/src/img/content/content_img_14.jpg b/theme_notes/static/src/img/content/content_img_14.jpg deleted file mode 100644 index 2011f374b..000000000 Binary files a/theme_notes/static/src/img/content/content_img_14.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_14.webp b/theme_notes/static/src/img/content/content_img_14.webp new file mode 100644 index 000000000..0f82ec765 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_14.webp differ diff --git a/theme_notes/static/src/img/content/content_img_15.jpg b/theme_notes/static/src/img/content/content_img_15.jpg deleted file mode 100644 index 618e7ea67..000000000 Binary files a/theme_notes/static/src/img/content/content_img_15.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_15.webp b/theme_notes/static/src/img/content/content_img_15.webp new file mode 100644 index 000000000..c6d8140ed Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_15.webp differ diff --git a/theme_notes/static/src/img/content/content_img_16.jpg b/theme_notes/static/src/img/content/content_img_16.jpg deleted file mode 100644 index 2f2ea02ea..000000000 Binary files a/theme_notes/static/src/img/content/content_img_16.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_16.webp b/theme_notes/static/src/img/content/content_img_16.webp new file mode 100644 index 000000000..5df1d00f5 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_16.webp differ diff --git a/theme_notes/static/src/img/content/content_img_17.jpg b/theme_notes/static/src/img/content/content_img_17.jpg deleted file mode 100644 index a44d8d2e6..000000000 Binary files a/theme_notes/static/src/img/content/content_img_17.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_17.webp b/theme_notes/static/src/img/content/content_img_17.webp new file mode 100644 index 000000000..c6c06c4ea Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_17.webp differ diff --git a/theme_notes/static/src/img/content/content_img_18.jpg b/theme_notes/static/src/img/content/content_img_18.jpg deleted file mode 100644 index d4ae78763..000000000 Binary files a/theme_notes/static/src/img/content/content_img_18.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_18.webp b/theme_notes/static/src/img/content/content_img_18.webp new file mode 100644 index 000000000..28348e52a Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_18.webp differ diff --git a/theme_notes/static/src/img/content/content_img_19.jpg b/theme_notes/static/src/img/content/content_img_19.jpg deleted file mode 100644 index 50e4a0b1d..000000000 Binary files a/theme_notes/static/src/img/content/content_img_19.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_19.webp b/theme_notes/static/src/img/content/content_img_19.webp new file mode 100644 index 000000000..f0d1142a3 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_19.webp differ diff --git a/theme_notes/static/src/img/content/content_img_20.jpg b/theme_notes/static/src/img/content/content_img_20.jpg deleted file mode 100644 index b29d5608a..000000000 Binary files a/theme_notes/static/src/img/content/content_img_20.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_20.webp b/theme_notes/static/src/img/content/content_img_20.webp new file mode 100644 index 000000000..93306412b Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_20.webp differ diff --git a/theme_notes/static/src/img/content/content_img_21.jpg b/theme_notes/static/src/img/content/content_img_21.jpg deleted file mode 100644 index bb9783e43..000000000 Binary files a/theme_notes/static/src/img/content/content_img_21.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_21.webp b/theme_notes/static/src/img/content/content_img_21.webp new file mode 100644 index 000000000..4a7a6acab Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_21.webp differ diff --git a/theme_notes/static/src/img/content/content_img_22.jpg b/theme_notes/static/src/img/content/content_img_22.jpg deleted file mode 100644 index 84c2b6c5c..000000000 Binary files a/theme_notes/static/src/img/content/content_img_22.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_22.webp b/theme_notes/static/src/img/content/content_img_22.webp new file mode 100644 index 000000000..596fbdc14 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_22.webp differ diff --git a/theme_notes/static/src/img/content/content_img_23.jpg b/theme_notes/static/src/img/content/content_img_23.jpg deleted file mode 100644 index 7d894e29f..000000000 Binary files a/theme_notes/static/src/img/content/content_img_23.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_23.webp b/theme_notes/static/src/img/content/content_img_23.webp new file mode 100644 index 000000000..207636c92 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_23.webp differ diff --git a/theme_notes/static/src/img/content/content_img_24.jpg b/theme_notes/static/src/img/content/content_img_24.jpg deleted file mode 100644 index e44375f29..000000000 Binary files a/theme_notes/static/src/img/content/content_img_24.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_24.webp b/theme_notes/static/src/img/content/content_img_24.webp new file mode 100644 index 000000000..1aae9ed9e Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_24.webp differ diff --git a/theme_notes/static/src/img/content/content_img_25.jpg b/theme_notes/static/src/img/content/content_img_25.jpg deleted file mode 100644 index f3a8f9ecf..000000000 Binary files a/theme_notes/static/src/img/content/content_img_25.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_25.webp b/theme_notes/static/src/img/content/content_img_25.webp new file mode 100644 index 000000000..ec1ce0e61 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_25.webp differ diff --git a/theme_notes/static/src/img/content/content_img_26.jpg b/theme_notes/static/src/img/content/content_img_26.jpg deleted file mode 100644 index a8e94e5d1..000000000 Binary files a/theme_notes/static/src/img/content/content_img_26.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_26.webp b/theme_notes/static/src/img/content/content_img_26.webp new file mode 100644 index 000000000..3230ce66f Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_26.webp differ diff --git a/theme_notes/static/src/img/content/content_img_27.jpg b/theme_notes/static/src/img/content/content_img_27.jpg deleted file mode 100644 index eed1be6ee..000000000 Binary files a/theme_notes/static/src/img/content/content_img_27.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_27.webp b/theme_notes/static/src/img/content/content_img_27.webp new file mode 100644 index 000000000..5dd89bb1b Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_27.webp differ diff --git a/theme_notes/static/src/img/content/content_img_28.jpg b/theme_notes/static/src/img/content/content_img_28.jpg deleted file mode 100644 index 02234c0a2..000000000 Binary files a/theme_notes/static/src/img/content/content_img_28.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_28.webp b/theme_notes/static/src/img/content/content_img_28.webp new file mode 100644 index 000000000..07295a568 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_28.webp differ diff --git a/theme_notes/static/src/img/content/content_img_29.jpg b/theme_notes/static/src/img/content/content_img_29.jpg deleted file mode 100644 index 844c5a2df..000000000 Binary files a/theme_notes/static/src/img/content/content_img_29.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_29.webp b/theme_notes/static/src/img/content/content_img_29.webp new file mode 100644 index 000000000..d367d3d1f Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_29.webp differ diff --git a/theme_notes/static/src/img/content/content_img_30.jpg b/theme_notes/static/src/img/content/content_img_30.jpg deleted file mode 100644 index a4588b949..000000000 Binary files a/theme_notes/static/src/img/content/content_img_30.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_30.webp b/theme_notes/static/src/img/content/content_img_30.webp new file mode 100644 index 000000000..92a309230 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_30.webp differ diff --git a/theme_notes/static/src/img/content/content_img_31.jpg b/theme_notes/static/src/img/content/content_img_31.jpg deleted file mode 100644 index 9f68c3491..000000000 Binary files a/theme_notes/static/src/img/content/content_img_31.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_31.webp b/theme_notes/static/src/img/content/content_img_31.webp new file mode 100644 index 000000000..40d1553eb Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_31.webp differ diff --git a/theme_notes/static/src/img/content/content_img_32.jpg b/theme_notes/static/src/img/content/content_img_32.jpg deleted file mode 100644 index 921621d92..000000000 Binary files a/theme_notes/static/src/img/content/content_img_32.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_32.webp b/theme_notes/static/src/img/content/content_img_32.webp new file mode 100644 index 000000000..139701578 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_32.webp differ diff --git a/theme_notes/static/src/img/content/content_img_33.jpg b/theme_notes/static/src/img/content/content_img_33.jpg deleted file mode 100644 index 9c7c51c5b..000000000 Binary files a/theme_notes/static/src/img/content/content_img_33.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_33.webp b/theme_notes/static/src/img/content/content_img_33.webp new file mode 100644 index 000000000..68c879677 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_33.webp differ diff --git a/theme_notes/static/src/img/content/content_img_34.jpg b/theme_notes/static/src/img/content/content_img_34.jpg deleted file mode 100644 index c71598476..000000000 Binary files a/theme_notes/static/src/img/content/content_img_34.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_34.webp b/theme_notes/static/src/img/content/content_img_34.webp new file mode 100644 index 000000000..467f561aa Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_34.webp differ diff --git a/theme_notes/static/src/img/content/content_img_35.jpg b/theme_notes/static/src/img/content/content_img_35.jpg deleted file mode 100644 index 2c67665ea..000000000 Binary files a/theme_notes/static/src/img/content/content_img_35.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_35.webp b/theme_notes/static/src/img/content/content_img_35.webp new file mode 100644 index 000000000..aaa0d58e0 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_35.webp differ diff --git a/theme_notes/static/src/img/content/content_img_36.jpg b/theme_notes/static/src/img/content/content_img_36.jpg deleted file mode 100644 index 51471514e..000000000 Binary files a/theme_notes/static/src/img/content/content_img_36.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_36.webp b/theme_notes/static/src/img/content/content_img_36.webp new file mode 100644 index 000000000..48ef4ec08 Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_36.webp differ diff --git a/theme_notes/static/src/img/content/content_img_37.jpg b/theme_notes/static/src/img/content/content_img_37.jpg deleted file mode 100644 index 32dd965a5..000000000 Binary files a/theme_notes/static/src/img/content/content_img_37.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_37.webp b/theme_notes/static/src/img/content/content_img_37.webp new file mode 100644 index 000000000..be18e257b Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_37.webp differ diff --git a/theme_notes/static/src/img/content/content_img_38.jpg b/theme_notes/static/src/img/content/content_img_38.jpg deleted file mode 100644 index c9cd3db12..000000000 Binary files a/theme_notes/static/src/img/content/content_img_38.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/content_img_38.webp b/theme_notes/static/src/img/content/content_img_38.webp new file mode 100644 index 000000000..09d8176ee Binary files /dev/null and b/theme_notes/static/src/img/content/content_img_38.webp differ diff --git a/theme_notes/static/src/img/content/library_image_02.jpg b/theme_notes/static/src/img/content/library_image_02.jpg deleted file mode 100644 index 71453942c..000000000 Binary files a/theme_notes/static/src/img/content/library_image_02.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_02.webp b/theme_notes/static/src/img/content/library_image_02.webp new file mode 100644 index 000000000..7e17f8afa Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_02.webp differ diff --git a/theme_notes/static/src/img/content/library_image_03.jpg b/theme_notes/static/src/img/content/library_image_03.jpg deleted file mode 100644 index 358bee17d..000000000 Binary files a/theme_notes/static/src/img/content/library_image_03.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_03.webp b/theme_notes/static/src/img/content/library_image_03.webp new file mode 100644 index 000000000..958960d0d Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_03.webp differ diff --git a/theme_notes/static/src/img/content/library_image_05.jpg b/theme_notes/static/src/img/content/library_image_05.jpg deleted file mode 100644 index a84a842db..000000000 Binary files a/theme_notes/static/src/img/content/library_image_05.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_05.webp b/theme_notes/static/src/img/content/library_image_05.webp new file mode 100644 index 000000000..a2c5cf2be Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_05.webp differ diff --git a/theme_notes/static/src/img/content/library_image_08.jpg b/theme_notes/static/src/img/content/library_image_08.jpg deleted file mode 100644 index 979647180..000000000 Binary files a/theme_notes/static/src/img/content/library_image_08.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_08.webp b/theme_notes/static/src/img/content/library_image_08.webp new file mode 100644 index 000000000..963966056 Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_08.webp differ diff --git a/theme_notes/static/src/img/content/library_image_10.jpg b/theme_notes/static/src/img/content/library_image_10.jpg deleted file mode 100644 index 7d6a8842e..000000000 Binary files a/theme_notes/static/src/img/content/library_image_10.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_10.webp b/theme_notes/static/src/img/content/library_image_10.webp new file mode 100644 index 000000000..984871737 Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_10.webp differ diff --git a/theme_notes/static/src/img/content/library_image_14.jpg b/theme_notes/static/src/img/content/library_image_14.jpg deleted file mode 100644 index 90be6c5fc..000000000 Binary files a/theme_notes/static/src/img/content/library_image_14.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_14.webp b/theme_notes/static/src/img/content/library_image_14.webp new file mode 100644 index 000000000..72ed58520 Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_14.webp differ diff --git a/theme_notes/static/src/img/content/library_image_16.jpg b/theme_notes/static/src/img/content/library_image_16.jpg deleted file mode 100644 index 5f2ced253..000000000 Binary files a/theme_notes/static/src/img/content/library_image_16.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_16.webp b/theme_notes/static/src/img/content/library_image_16.webp new file mode 100644 index 000000000..3c5ab330c Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_16.webp differ diff --git a/theme_notes/static/src/img/content/library_image_19.jpg b/theme_notes/static/src/img/content/library_image_19.jpg deleted file mode 100644 index e8230bba4..000000000 Binary files a/theme_notes/static/src/img/content/library_image_19.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/library_image_19.webp b/theme_notes/static/src/img/content/library_image_19.webp new file mode 100644 index 000000000..c6fa24080 Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_19.webp differ diff --git a/theme_notes/static/src/img/content/s_call_to_action_default_image.jpg b/theme_notes/static/src/img/content/s_call_to_action_default_image.jpg deleted file mode 100644 index 184106f72..000000000 Binary files a/theme_notes/static/src/img/content/s_call_to_action_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_call_to_action_default_image.webp b/theme_notes/static/src/img/content/s_call_to_action_default_image.webp new file mode 100644 index 000000000..63edb8458 Binary files /dev/null and b/theme_notes/static/src/img/content/s_call_to_action_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_empowerment_default_image.jpg b/theme_notes/static/src/img/content/s_empowerment_default_image.jpg deleted file mode 100644 index 0224eaffb..000000000 Binary files a/theme_notes/static/src/img/content/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_empowerment_default_image.webp b/theme_notes/static/src/img/content/s_empowerment_default_image.webp new file mode 100644 index 000000000..25e1c0f08 Binary files /dev/null and b/theme_notes/static/src/img/content/s_empowerment_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_image_hexagonal_1.jpg b/theme_notes/static/src/img/content/s_image_hexagonal_1.jpg deleted file mode 100644 index 44ef9b2ed..000000000 Binary files a/theme_notes/static/src/img/content/s_image_hexagonal_1.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_image_hexagonal_1.webp b/theme_notes/static/src/img/content/s_image_hexagonal_1.webp new file mode 100644 index 000000000..8b498f02e Binary files /dev/null and b/theme_notes/static/src/img/content/s_image_hexagonal_1.webp differ diff --git a/theme_notes/static/src/img/content/s_image_punchy_default_image.jpg b/theme_notes/static/src/img/content/s_image_punchy_default_image.jpg deleted file mode 100644 index 74f0ac825..000000000 Binary files a/theme_notes/static/src/img/content/s_image_punchy_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_image_punchy_default_image.webp b/theme_notes/static/src/img/content/s_image_punchy_default_image.webp new file mode 100644 index 000000000..67d382ef1 Binary files /dev/null and b/theme_notes/static/src/img/content/s_image_punchy_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_images_constellation_default_image.jpg b/theme_notes/static/src/img/content/s_images_constellation_default_image.jpg deleted file mode 100644 index 8248ef025..000000000 Binary files a/theme_notes/static/src/img/content/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_images_constellation_default_image.webp b/theme_notes/static/src/img/content/s_images_constellation_default_image.webp new file mode 100644 index 000000000..6ea2896b6 Binary files /dev/null and b/theme_notes/static/src/img/content/s_images_constellation_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_images_constellation_default_image_1.jpg b/theme_notes/static/src/img/content/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 6fb4e0330..000000000 Binary files a/theme_notes/static/src/img/content/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_images_constellation_default_image_1.webp b/theme_notes/static/src/img/content/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..8945c5f16 Binary files /dev/null and b/theme_notes/static/src/img/content/s_images_constellation_default_image_1.webp differ diff --git a/theme_notes/static/src/img/content/s_images_constellation_default_image_2.jpg b/theme_notes/static/src/img/content/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 7698ae8e1..000000000 Binary files a/theme_notes/static/src/img/content/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_images_constellation_default_image_2.webp b/theme_notes/static/src/img/content/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..d38d649d7 Binary files /dev/null and b/theme_notes/static/src/img/content/s_images_constellation_default_image_2.webp differ diff --git a/theme_notes/static/src/img/content/s_intro_pill_default_image.jpg b/theme_notes/static/src/img/content/s_intro_pill_default_image.jpg deleted file mode 100644 index 89aa78326..000000000 Binary files a/theme_notes/static/src/img/content/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_intro_pill_default_image.webp b/theme_notes/static/src/img/content/s_intro_pill_default_image.webp new file mode 100644 index 000000000..b55d6e1a9 Binary files /dev/null and b/theme_notes/static/src/img/content/s_intro_pill_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_intro_pill_default_image_2.jpg b/theme_notes/static/src/img/content/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 9dac4c891..000000000 Binary files a/theme_notes/static/src/img/content/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_intro_pill_default_image_2.webp b/theme_notes/static/src/img/content/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..2d630e07b Binary files /dev/null and b/theme_notes/static/src/img/content/s_intro_pill_default_image_2.webp differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_2.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_2.jpg deleted file mode 100644 index 78e58be03..000000000 Binary files a/theme_notes/static/src/img/content/s_masonry_block_default_image_2.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_2.webp b/theme_notes/static/src/img/content/s_masonry_block_default_image_2.webp new file mode 100644 index 000000000..e29f6c65d Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_2.webp differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_3.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_3.jpg deleted file mode 100644 index a76daa5cd..000000000 Binary files a/theme_notes/static/src/img/content/s_masonry_block_default_image_3.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_3.webp b/theme_notes/static/src/img/content/s_masonry_block_default_image_3.webp new file mode 100644 index 000000000..638aff693 Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_3.webp differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_4.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_4.jpg deleted file mode 100644 index d5c7ee1da..000000000 Binary files a/theme_notes/static/src/img/content/s_masonry_block_default_image_4.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_4.webp b/theme_notes/static/src/img/content/s_masonry_block_default_image_4.webp new file mode 100644 index 000000000..1f9d94bc4 Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_4.webp differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_5.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_5.jpg deleted file mode 100644 index 3d900ed6a..000000000 Binary files a/theme_notes/static/src/img/content/s_masonry_block_default_image_5.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_5.webp b/theme_notes/static/src/img/content/s_masonry_block_default_image_5.webp new file mode 100644 index 000000000..ae6090c47 Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_5.webp differ diff --git a/theme_notes/static/src/img/content/s_popup.jpg b/theme_notes/static/src/img/content/s_popup.jpg deleted file mode 100644 index 4039b192c..000000000 Binary files a/theme_notes/static/src/img/content/s_popup.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_popup.webp b/theme_notes/static/src/img/content/s_popup.webp new file mode 100644 index 000000000..a21c88559 Binary files /dev/null and b/theme_notes/static/src/img/content/s_popup.webp differ diff --git a/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg b/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg deleted file mode 100644 index 3c41c855f..000000000 Binary files a/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_product_catalog_default_image.webp b/theme_notes/static/src/img/content/s_product_catalog_default_image.webp new file mode 100644 index 000000000..1e18febef Binary files /dev/null and b/theme_notes/static/src/img/content/s_product_catalog_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg b/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg deleted file mode 100644 index 969f8f338..000000000 Binary files a/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.webp b/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.webp new file mode 100644 index 000000000..c72893ea6 Binary files /dev/null and b/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.webp differ diff --git a/theme_notes/static/src/img/content/s_shape_image_default_image.jpg b/theme_notes/static/src/img/content/s_shape_image_default_image.jpg deleted file mode 100644 index 0e30411dd..000000000 Binary files a/theme_notes/static/src/img/content/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_shape_image_default_image.webp b/theme_notes/static/src/img/content/s_shape_image_default_image.webp new file mode 100644 index 000000000..1bb31d89b Binary files /dev/null and b/theme_notes/static/src/img/content/s_shape_image_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_split_intro_default_image.jpg b/theme_notes/static/src/img/content/s_split_intro_default_image.jpg deleted file mode 100644 index 3ce177b0e..000000000 Binary files a/theme_notes/static/src/img/content/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_split_intro_default_image.webp b/theme_notes/static/src/img/content/s_split_intro_default_image.webp new file mode 100644 index 000000000..6f5711da4 Binary files /dev/null and b/theme_notes/static/src/img/content/s_split_intro_default_image.webp differ diff --git a/theme_notes/static/src/img/content/s_three_columns_default_image.jpg b/theme_notes/static/src/img/content/s_three_columns_default_image.jpg deleted file mode 100644 index 3397fd15d..000000000 Binary files a/theme_notes/static/src/img/content/s_three_columns_default_image.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/s_three_columns_default_image.webp b/theme_notes/static/src/img/content/s_three_columns_default_image.webp new file mode 100644 index 000000000..ff5d74fc9 Binary files /dev/null and b/theme_notes/static/src/img/content/s_three_columns_default_image.webp differ diff --git a/theme_notes/static/src/img/content/uiface_01.jpg b/theme_notes/static/src/img/content/uiface_01.jpg deleted file mode 100644 index b7639c445..000000000 Binary files a/theme_notes/static/src/img/content/uiface_01.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/uiface_01.webp b/theme_notes/static/src/img/content/uiface_01.webp new file mode 100644 index 000000000..f12d03246 Binary files /dev/null and b/theme_notes/static/src/img/content/uiface_01.webp differ diff --git a/theme_notes/static/src/img/content/uiface_02.jpg b/theme_notes/static/src/img/content/uiface_02.jpg deleted file mode 100644 index 9d2d0f8c2..000000000 Binary files a/theme_notes/static/src/img/content/uiface_02.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/uiface_02.webp b/theme_notes/static/src/img/content/uiface_02.webp new file mode 100644 index 000000000..8e1872bcd Binary files /dev/null and b/theme_notes/static/src/img/content/uiface_02.webp differ diff --git a/theme_notes/static/src/img/content/uiface_03.jpg b/theme_notes/static/src/img/content/uiface_03.jpg deleted file mode 100644 index 152c03aae..000000000 Binary files a/theme_notes/static/src/img/content/uiface_03.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/uiface_03.webp b/theme_notes/static/src/img/content/uiface_03.webp new file mode 100644 index 000000000..b7ba3876a Binary files /dev/null and b/theme_notes/static/src/img/content/uiface_03.webp differ diff --git a/theme_notes/static/src/img/content/uiface_04.jpg b/theme_notes/static/src/img/content/uiface_04.jpg deleted file mode 100644 index 4cbc86ddb..000000000 Binary files a/theme_notes/static/src/img/content/uiface_04.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/uiface_04.webp b/theme_notes/static/src/img/content/uiface_04.webp new file mode 100644 index 000000000..f9811df0d Binary files /dev/null and b/theme_notes/static/src/img/content/uiface_04.webp differ diff --git a/theme_notes/static/src/img/content/uiface_05.jpg b/theme_notes/static/src/img/content/uiface_05.jpg deleted file mode 100644 index 80c21b0cf..000000000 Binary files a/theme_notes/static/src/img/content/uiface_05.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/uiface_05.webp b/theme_notes/static/src/img/content/uiface_05.webp new file mode 100644 index 000000000..6249fa21a Binary files /dev/null and b/theme_notes/static/src/img/content/uiface_05.webp differ diff --git a/theme_notes/static/src/img/content/uiface_06.jpg b/theme_notes/static/src/img/content/uiface_06.jpg deleted file mode 100644 index ed66ecc63..000000000 Binary files a/theme_notes/static/src/img/content/uiface_06.jpg and /dev/null differ diff --git a/theme_notes/static/src/img/content/uiface_06.webp b/theme_notes/static/src/img/content/uiface_06.webp new file mode 100644 index 000000000..2141fecb0 Binary files /dev/null and b/theme_notes/static/src/img/content/uiface_06.webp differ diff --git a/theme_notes/views/images_library.xml b/theme_notes/views/images_library.xml index 7c3bdcdda..22a6e36a1 100644 --- a/theme_notes/views/images_library.xml +++ b/theme_notes/views/images_library.xml @@ -5,462 +5,462 @@ website.s_banner_default_image website.s_banner_default_image - /theme_notes/static/src/img/content/content_img_13.jpg + /theme_notes/static/src/img/content/content_img_13.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_notes/static/src/img/content/content_img_37.jpg + /theme_notes/static/src/img/content/content_img_37.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_notes/static/src/img/content/content_img_38.jpg + /theme_notes/static/src/img/content/content_img_38.webp website.s_popup_default_image website.s_popup_default_image - /theme_notes/static/src/img/content/s_popup.jpg + /theme_notes/static/src/img/content/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_notes/static/src/img/content/content_img_14.jpg + /theme_notes/static/src/img/content/content_img_14.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_notes/static/src/img/content/content_img_15.jpg + /theme_notes/static/src/img/content/content_img_15.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_notes/static/src/img/content/content_img_16.jpg + /theme_notes/static/src/img/content/content_img_16.webp website.s_picture_default_image website.s_picture_default_image - /theme_notes/static/src/img/content/content_img_17.jpg + /theme_notes/static/src/img/content/content_img_17.webp website.library_image_11 website.library_image_11 - /theme_notes/static/src/img/content/content_img_18.jpg + /theme_notes/static/src/img/content/content_img_18.webp website.library_image_13 website.library_image_13 - /theme_notes/static/src/img/content/content_img_19.jpg + /theme_notes/static/src/img/content/content_img_19.webp website.library_image_07 website.library_image_07 - /theme_notes/static/src/img/content/content_img_20.jpg + /theme_notes/static/src/img/content/content_img_20.webp website.library_image_19 website.library_image_19 - /theme_notes/static/src/img/content/library_image_19.jpg + /theme_notes/static/src/img/content/library_image_19.webp website.library_image_10 website.library_image_10 - /theme_notes/static/src/img/content/library_image_10.jpg + /theme_notes/static/src/img/content/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_notes/static/src/img/content/library_image_05.jpg + /theme_notes/static/src/img/content/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_notes/static/src/img/content/library_image_14.jpg + /theme_notes/static/src/img/content/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_notes/static/src/img/content/library_image_16.jpg + /theme_notes/static/src/img/content/library_image_16.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_notes/static/src/img/content/content_img_21.jpg + /theme_notes/static/src/img/content/content_img_21.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_notes/static/src/img/content/content_img_22.jpg + /theme_notes/static/src/img/content/content_img_22.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_notes/static/src/img/content/content_img_23.jpg + /theme_notes/static/src/img/content/content_img_23.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_notes/static/src/img/content/content_img_24.jpg + /theme_notes/static/src/img/content/content_img_24.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_notes/static/src/img/content/library_image_16.jpg + /theme_notes/static/src/img/content/library_image_16.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg + /theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_notes/static/src/img/content/s_three_columns_default_image.jpg + /theme_notes/static/src/img/content/s_three_columns_default_image.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_notes/static/src/img/content/content_img_22.jpg + /theme_notes/static/src/img/content/content_img_22.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_notes/static/src/img/content/content_img_23.jpg + /theme_notes/static/src/img/content/content_img_23.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_notes/static/src/img/content/content_img_24.jpg + /theme_notes/static/src/img/content/content_img_24.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_notes/static/src/img/content/content_img_25.jpg + /theme_notes/static/src/img/content/content_img_25.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_notes/static/src/img/content/content_img_26.jpg + /theme_notes/static/src/img/content/content_img_26.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_notes/static/src/img/content/content_img_27.jpg + /theme_notes/static/src/img/content/content_img_27.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_notes/static/src/img/content/content_img_28.jpg + /theme_notes/static/src/img/content/content_img_28.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_notes/static/src/img/content/uiface_01.jpg + /theme_notes/static/src/img/content/uiface_01.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_notes/static/src/img/content/uiface_02.jpg + /theme_notes/static/src/img/content/uiface_02.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_notes/static/src/img/content/uiface_03.jpg + /theme_notes/static/src/img/content/uiface_03.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_notes/static/src/img/content/uiface_04.jpg + /theme_notes/static/src/img/content/uiface_04.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_notes/static/src/img/content/uiface_05.jpg + /theme_notes/static/src/img/content/uiface_05.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_notes/static/src/img/content/uiface_06.jpg + /theme_notes/static/src/img/content/uiface_06.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_notes/static/src/img/content/content_img_29.jpg + /theme_notes/static/src/img/content/content_img_29.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_notes/static/src/img/content/content_img_30.jpg + /theme_notes/static/src/img/content/content_img_30.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_notes/static/src/img/content/content_img_31.jpg + /theme_notes/static/src/img/content/content_img_31.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_notes/static/src/img/content/content_img_32.jpg + /theme_notes/static/src/img/content/content_img_32.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_notes/static/src/img/content/content_img_33.jpg + /theme_notes/static/src/img/content/content_img_33.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_notes/static/src/img/content/content_img_34.jpg + /theme_notes/static/src/img/content/content_img_34.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_notes/static/src/img/content/content_img_35.jpg + /theme_notes/static/src/img/content/content_img_35.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_notes/static/src/img/content/content_img_36.jpg + /theme_notes/static/src/img/content/content_img_36.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_notes/static/src/img/content/uiface_03.jpg + /theme_notes/static/src/img/content/uiface_03.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_notes/static/src/img/content/uiface_04.jpg + /theme_notes/static/src/img/content/uiface_04.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_notes/static/src/img/content/uiface_01.jpg + /theme_notes/static/src/img/content/uiface_01.webp website.s_quotes_carousel_demo_image_6 website.s_quotes_carousel_demo_image_6 - /theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg + /theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.webp website.library_image_17 website.library_image_17 - /theme_notes/static/src/img/content/content_img_21.jpg + /theme_notes/static/src/img/content/content_img_21.webp website.s_blockquote_default_image website.s_blockquote_default_image - /theme_notes/static/src/img/content/uiface_02.jpg + /theme_notes/static/src/img/content/uiface_02.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_notes/static/src/img/content/s_product_catalog_default_image.jpg + /theme_notes/static/src/img/content/s_product_catalog_default_image.webp website.s_three_columns_default_image website.s_three_columns_default_image - /theme_notes/static/src/img/content/s_three_columns_default_image.jpg + /theme_notes/static/src/img/content/s_three_columns_default_image.webp website.library_image_08 website.library_image_08 - /theme_notes/static/src/img/content/library_image_08.jpg + /theme_notes/static/src/img/content/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_notes/static/src/img/content/library_image_03.jpg + /theme_notes/static/src/img/content/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_notes/static/src/img/content/library_image_02.jpg + /theme_notes/static/src/img/content/library_image_02.webp website.s_call_to_action_default_image website.s_call_to_action_default_image - /theme_notes/static/src/img/content/s_call_to_action_default_image.jpg + /theme_notes/static/src/img/content/s_call_to_action_default_image.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_notes/static/src/img/content/content_img_14.jpg + /theme_notes/static/src/img/content/content_img_14.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_notes/static/src/img/content/library_image_03.jpg + /theme_notes/static/src/img/content/library_image_03.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_notes/static/src/img/content/content_img_24.jpg + /theme_notes/static/src/img/content/content_img_24.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg + /theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_notes/static/src/img/content/content_img_21.jpg + /theme_notes/static/src/img/content/content_img_21.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_notes/static/src/img/content/s_image_hexagonal_1.jpg + /theme_notes/static/src/img/content/s_image_hexagonal_1.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_notes/static/src/img/content/content_img_24.jpg + /theme_notes/static/src/img/content/content_img_24.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_notes/static/src/img/content/content_img_30.jpg + /theme_notes/static/src/img/content/content_img_30.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_notes/static/src/img/content/content_img_31.jpg + /theme_notes/static/src/img/content/content_img_31.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_notes/static/src/img/content/content_img_32.jpg + /theme_notes/static/src/img/content/content_img_32.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_notes/static/src/img/content/content_img_33.jpg + /theme_notes/static/src/img/content/content_img_33.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_notes/static/src/img/content/content_img_24.jpg + /theme_notes/static/src/img/content/content_img_24.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_notes/static/src/img/content/s_intro_pill_default_image.jpg + /theme_notes/static/src/img/content/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_notes/static/src/img/content/s_intro_pill_default_image_2.jpg + /theme_notes/static/src/img/content/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_notes/static/src/img/content/library_image_16.jpg + /theme_notes/static/src/img/content/library_image_16.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_notes/static/src/img/content/content_img_35.jpg + /theme_notes/static/src/img/content/content_img_35.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_notes/static/src/img/content/library_image_03.jpg + /theme_notes/static/src/img/content/library_image_03.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_notes/static/src/img/content/content_img_28.jpg + /theme_notes/static/src/img/content/content_img_28.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_notes/static/src/img/content/content_img_25.jpg + /theme_notes/static/src/img/content/content_img_25.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_notes/static/src/img/content/content_img_26.jpg + /theme_notes/static/src/img/content/content_img_26.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_notes/static/src/img/content/content_img_27.jpg + /theme_notes/static/src/img/content/content_img_27.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_notes/static/src/img/content/content_img_31.jpg + /theme_notes/static/src/img/content/content_img_31.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_notes/static/src/img/content/content_img_30.jpg + /theme_notes/static/src/img/content/content_img_30.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_notes/static/src/img/content/s_shape_image_default_image.jpg + /theme_notes/static/src/img/content/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_notes/static/src/img/content/s_images_constellation_default_image.jpg + /theme_notes/static/src/img/content/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_notes/static/src/img/content/s_images_constellation_default_image_1.jpg + /theme_notes/static/src/img/content/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_notes/static/src/img/content/s_images_constellation_default_image_2.jpg + /theme_notes/static/src/img/content/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_notes/static/src/img/content/content_img_28.jpg + /theme_notes/static/src/img/content/content_img_28.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_notes/static/src/img/content/s_empowerment_default_image.jpg + /theme_notes/static/src/img/content/s_empowerment_default_image.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_notes/static/src/img/content/content_img_25.jpg + /theme_notes/static/src/img/content/content_img_25.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_notes/static/src/img/content/content_img_22.jpg + /theme_notes/static/src/img/content/content_img_22.webp website.s_cta_box_default_image website.s_cta_box_default_image - /theme_notes/static/src/img/content/content_img_27.jpg + /theme_notes/static/src/img/content/content_img_27.webp website.s_image_punchy_default_image website.s_image_punchy_default_image - /theme_notes/static/src/img/content/s_image_punchy_default_image.jpg + /theme_notes/static/src/img/content/s_image_punchy_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_notes/static/src/img/content/content_img_14.jpg + /theme_notes/static/src/img/content/content_img_14.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_notes/static/src/img/content/content_img_22.jpg + /theme_notes/static/src/img/content/content_img_22.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_notes/static/src/img/content/s_split_intro_default_image.jpg + /theme_notes/static/src/img/content/s_split_intro_default_image.webp diff --git a/theme_odoo_experts/__manifest__.py b/theme_odoo_experts/__manifest__.py index 9fa95c608..294405bb9 100644 --- a/theme_odoo_experts/__manifest__.py +++ b/theme_odoo_experts/__manifest__.py @@ -58,16 +58,16 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/odoo_experts_description.jpg', - 'static/description/odoo_experts_screenshot.jpg', + 'static/description/odoo_experts_description.webp', + 'static/description/odoo_experts_screenshot.webp', ], 'images_preview_theme': { 'website.s_mockup_image_default_image': '/theme_odoo_experts/static/src/img/snippets/s_mockup_image_default_image.jpg', - 'website.s_text_image_default_image': '/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg', - 'website.s_image_text_default_image': '/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg', - 'website.s_showcase_default_image': '/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg', - 'website.library_image_08': '/theme_odoo_experts/static/src/img/snippets/library_image_08.jpg', - 'website.s_picture_default_image': '/theme_odoo_experts/static/src/img/snippets/s_picture.jpg', + 'website.s_text_image_default_image': '/theme_odoo_experts/static/src/img/snippets/s_text_image.webp', + 'website.s_image_text_default_image': '/theme_odoo_experts/static/src/img/snippets/s_image_text.webp', + 'website.s_showcase_default_image': '/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.webp', + 'website.library_image_08': '/theme_odoo_experts/static/src/img/snippets/library_image_08.webp', + 'website.s_picture_default_image': '/theme_odoo_experts/static/src/img/snippets/s_picture.webp', }, 'configurator_snippets': { 'homepage': ['s_mockup_image', 's_references', 's_image_text', 's_text_image', 's_showcase', 's_faq_collapse', 's_cta_box'], diff --git a/theme_odoo_experts/static/description/odoo_experts_description.jpg b/theme_odoo_experts/static/description/odoo_experts_description.jpg deleted file mode 100644 index 98a492c37..000000000 Binary files a/theme_odoo_experts/static/description/odoo_experts_description.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/description/odoo_experts_description.webp b/theme_odoo_experts/static/description/odoo_experts_description.webp new file mode 100644 index 000000000..a08855144 Binary files /dev/null and b/theme_odoo_experts/static/description/odoo_experts_description.webp differ diff --git a/theme_odoo_experts/static/description/odoo_experts_screenshot.jpg b/theme_odoo_experts/static/description/odoo_experts_screenshot.jpg deleted file mode 100644 index b27dcbf31..000000000 Binary files a/theme_odoo_experts/static/description/odoo_experts_screenshot.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/description/odoo_experts_screenshot.webp b/theme_odoo_experts/static/description/odoo_experts_screenshot.webp new file mode 100644 index 000000000..fb9eca62b Binary files /dev/null and b/theme_odoo_experts/static/description/odoo_experts_screenshot.webp differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_02.jpg b/theme_odoo_experts/static/src/img/content/content_img_02.jpg deleted file mode 100755 index e729b16e5..000000000 Binary files a/theme_odoo_experts/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_02.webp b/theme_odoo_experts/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..733c38a94 Binary files /dev/null and b/theme_odoo_experts/static/src/img/content/content_img_02.webp differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_03.jpg b/theme_odoo_experts/static/src/img/content/content_img_03.jpg deleted file mode 100755 index aedf91b1b..000000000 Binary files a/theme_odoo_experts/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_03.webp b/theme_odoo_experts/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..052aabbb5 Binary files /dev/null and b/theme_odoo_experts/static/src/img/content/content_img_03.webp differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_07.jpg b/theme_odoo_experts/static/src/img/content/content_img_07.jpg deleted file mode 100755 index 46999fb12..000000000 Binary files a/theme_odoo_experts/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_07.webp b/theme_odoo_experts/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..01afb75b0 Binary files /dev/null and b/theme_odoo_experts/static/src/img/content/content_img_07.webp differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_09.jpg b/theme_odoo_experts/static/src/img/content/content_img_09.jpg deleted file mode 100755 index d36a109d7..000000000 Binary files a/theme_odoo_experts/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_09.webp b/theme_odoo_experts/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..b011e08b9 Binary files /dev/null and b/theme_odoo_experts/static/src/img/content/content_img_09.webp differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_10.jpg b/theme_odoo_experts/static/src/img/content/content_img_10.jpg deleted file mode 100755 index 224331e10..000000000 Binary files a/theme_odoo_experts/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_10.webp b/theme_odoo_experts/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..4fc77c0b7 Binary files /dev/null and b/theme_odoo_experts/static/src/img/content/content_img_10.webp differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_11.jpg b/theme_odoo_experts/static/src/img/content/content_img_11.jpg deleted file mode 100755 index 88610b7ec..000000000 Binary files a/theme_odoo_experts/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_11.webp b/theme_odoo_experts/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..37d39ffb8 Binary files /dev/null and b/theme_odoo_experts/static/src/img/content/content_img_11.webp differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_12.jpg b/theme_odoo_experts/static/src/img/content/content_img_12.jpg deleted file mode 100755 index f23af6d9b..000000000 Binary files a/theme_odoo_experts/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/content/content_img_12.webp b/theme_odoo_experts/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..2bb72d20f Binary files /dev/null and b/theme_odoo_experts/static/src/img/content/content_img_12.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_02.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 8fdf5f326..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_02.webp b/theme_odoo_experts/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..6fa652b3f Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_03.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index f64bc347a..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_03.webp b/theme_odoo_experts/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..939c618b8 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_05.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index 408f52250..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_05.webp b/theme_odoo_experts/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..568072815 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_07.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index fe17a55f0..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_07.webp b/theme_odoo_experts/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..c18f37889 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_08.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index 3decb37cf..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_08.webp b/theme_odoo_experts/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..51f469d0f Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_10.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index 38440b201..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_10.webp b/theme_odoo_experts/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..120bb93fe Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_11.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 09ba0949e..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_11.webp b/theme_odoo_experts/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..9e341e5b5 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_13.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index 4945c7493..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_13.webp b/theme_odoo_experts/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..b85bd45dd Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_16.jpg b/theme_odoo_experts/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index d093dda2b..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/library_image_16.webp b/theme_odoo_experts/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..d04eb7a68 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_banner.jpg b/theme_odoo_experts/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index cf64e6215..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_banner.webp b/theme_odoo_experts/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..8bc955156 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_banner.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_banner_2.jpg b/theme_odoo_experts/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index e30a81500..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_banner_2.webp b/theme_odoo_experts/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..b4634e52d Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_banner_3.jpg b/theme_odoo_experts/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index dca0d28dc..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_banner_3.webp b/theme_odoo_experts/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..92491e93a Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_carousel_1.jpg b/theme_odoo_experts/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 2c638c0a7..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_carousel_1.webp b/theme_odoo_experts/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..d69410d88 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_carousel_2.jpg b/theme_odoo_experts/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 48587adcb..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_carousel_2.webp b/theme_odoo_experts/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..f742b1eba Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg b/theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index c185f5ef3..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_carousel_3.webp b/theme_odoo_experts/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..b40e2ac2c Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_cover.jpg b/theme_odoo_experts/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index 69b0c59d7..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_cover.webp b/theme_odoo_experts/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..823df8641 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_cover.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 0fc3de981..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.webp b/theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..51dd4c9dd Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg b/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index b9ad63e12..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text.webp b/theme_odoo_experts/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..44985702e Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg b/theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg deleted file mode 100644 index 4107e0e76..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text_device.webp b/theme_odoo_experts/static/src/img/snippets/s_image_text_device.webp new file mode 100644 index 000000000..415094e53 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_image_text_device.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg b/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg deleted file mode 100644 index 93202d23b..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.webp b/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.webp new file mode 100644 index 000000000..98179db2a Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 5d66938b2..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..47f94f725 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 590dff4ca..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..f60465762 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index e1ddbd696..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..787b653d6 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 2eae522a9..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..8d7fb7120 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 402b7a298..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..2b5f72fd4 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 13c850d3f..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.webp b/theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..bde500900 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_masonry.jpg b/theme_odoo_experts/static/src/img/snippets/s_masonry.jpg deleted file mode 100644 index 7385c4099..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_masonry.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_masonry.webp b/theme_odoo_experts/static/src/img/snippets/s_masonry.webp new file mode 100644 index 000000000..2ce32a32a Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_masonry.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_media_list_1.jpg b/theme_odoo_experts/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 1a4baa92e..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_media_list_1.webp b/theme_odoo_experts/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..9ba87dcc8 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_media_list_2.jpg b/theme_odoo_experts/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 636b14950..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_media_list_2.webp b/theme_odoo_experts/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..ace34b28e Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_media_list_3.jpg b/theme_odoo_experts/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 2ad2ead0f..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_media_list_3.webp b/theme_odoo_experts/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..5d3eeeaab Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_newsletter.jpg b/theme_odoo_experts/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 5a2f1233c..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_newsletter.webp b/theme_odoo_experts/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..b3e35aa72 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_parallax.jpg b/theme_odoo_experts/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index a9fb47ba2..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_parallax.webp b/theme_odoo_experts/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..8c22717a8 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_picture.jpg b/theme_odoo_experts/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 2a0a263c8..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_picture.webp b/theme_odoo_experts/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..c97b371b4 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_picture.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_picture_bg.jpg b/theme_odoo_experts/static/src/img/snippets/s_picture_bg.jpg deleted file mode 100644 index 9cee0babd..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_picture_bg.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_picture_bg.webp b/theme_odoo_experts/static/src/img/snippets/s_picture_bg.webp new file mode 100644 index 000000000..24cbaab58 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_picture_bg.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_popup.jpg b/theme_odoo_experts/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 514df0cd3..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_popup.webp b/theme_odoo_experts/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..2286ac9e6 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_popup.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.jpg deleted file mode 100644 index 338cb682c..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.webp b/theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.webp new file mode 100644 index 000000000..7eb1d4f8b Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_1.jpg b/theme_odoo_experts/static/src/img/snippets/s_product_list_1.jpg deleted file mode 100644 index 69bd6552f..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_product_list_1.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_1.webp b/theme_odoo_experts/static/src/img/snippets/s_product_list_1.webp new file mode 100644 index 000000000..ef15caa0a Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_product_list_1.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_2.jpg b/theme_odoo_experts/static/src/img/snippets/s_product_list_2.jpg deleted file mode 100644 index 8ab0ec4e8..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_product_list_2.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_2.webp b/theme_odoo_experts/static/src/img/snippets/s_product_list_2.webp new file mode 100644 index 000000000..96635b480 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_product_list_2.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_3.jpg b/theme_odoo_experts/static/src/img/snippets/s_product_list_3.jpg deleted file mode 100644 index f2fcf30da..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_product_list_3.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_3.webp b/theme_odoo_experts/static/src/img/snippets/s_product_list_3.webp new file mode 100644 index 000000000..451556642 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_product_list_3.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_4.jpg b/theme_odoo_experts/static/src/img/snippets/s_product_list_4.jpg deleted file mode 100644 index 16b5717df..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_product_list_4.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_4.webp b/theme_odoo_experts/static/src/img/snippets/s_product_list_4.webp new file mode 100644 index 000000000..e215c85ec Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_product_list_4.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_5.jpg b/theme_odoo_experts/static/src/img/snippets/s_product_list_5.jpg deleted file mode 100644 index fb8623392..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_product_list_5.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_5.webp b/theme_odoo_experts/static/src/img/snippets/s_product_list_5.webp new file mode 100644 index 000000000..e21e1989d Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_product_list_5.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_6.jpg b/theme_odoo_experts/static/src/img/snippets/s_product_list_6.jpg deleted file mode 100644 index 740f79bac..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_product_list_6.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_product_list_6.webp b/theme_odoo_experts/static/src/img/snippets/s_product_list_6.webp new file mode 100644 index 000000000..2e05051ff Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_product_list_6.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 06e3660b4..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..56906befc Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index a876b8681..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..3cb79f9ef Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg deleted file mode 100644 index b918e42ec..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.webp b/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.webp new file mode 100644 index 000000000..9e66da030 Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.webp differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index 8a93fb30e..000000000 Binary files a/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_text_image.webp b/theme_odoo_experts/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..ff420214d Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_odoo_experts/views/images.xml b/theme_odoo_experts/views/images.xml index 59d3c96a7..94b941806 100644 --- a/theme_odoo_experts/views/images.xml +++ b/theme_odoo_experts/views/images.xml @@ -6,374 +6,374 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_odoo_experts/static/src/img/content/content_img_02.jpg + /theme_odoo_experts/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_odoo_experts/static/src/img/content/content_img_03.jpg + /theme_odoo_experts/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_odoo_experts/static/src/img/content/content_img_07.jpg + /theme_odoo_experts/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_odoo_experts/static/src/img/content/content_img_09.jpg + /theme_odoo_experts/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_odoo_experts/static/src/img/content/content_img_10.jpg + /theme_odoo_experts/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_odoo_experts/static/src/img/content/content_img_11.jpg + /theme_odoo_experts/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_odoo_experts/static/src/img/content/content_img_12.jpg + /theme_odoo_experts/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_odoo_experts/static/src/img/snippets/s_banner.jpg + /theme_odoo_experts/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_banner_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_banner_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_odoo_experts/static/src/img/snippets/s_popup.jpg + /theme_odoo_experts/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_odoo_experts/static/src/img/snippets/s_cover.jpg + /theme_odoo_experts/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_odoo_experts/static/src/img/snippets/s_text_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_odoo_experts/static/src/img/snippets/s_image_text.jpg + /theme_odoo_experts/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_odoo_experts/static/src/img/snippets/s_picture.jpg + /theme_odoo_experts/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_odoo_experts/static/src/img/snippets/library_image_11.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_odoo_experts/static/src/img/snippets/library_image_13.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_13.webp website.library_image_07 website.library_image_07 - /theme_odoo_experts/static/src/img/snippets/library_image_07.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_07.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_masonry.jpg + /theme_odoo_experts/static/src/img/snippets/s_masonry.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_carousel_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_carousel_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_odoo_experts/static/src/img/snippets/library_image_08.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_08.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_odoo_experts/static/src/img/snippets/library_image_02.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_02.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_carousel_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_carousel_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_media_list_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_media_list_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_media_list_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_odoo_experts/static/src/img/snippets/s_parallax.jpg + /theme_odoo_experts/static/src/img/snippets/s_parallax.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_product_list_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_product_list_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_product_list_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_odoo_experts/static/src/img/snippets/s_product_list_4.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_odoo_experts/static/src/img/snippets/s_product_list_5.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_odoo_experts/static/src/img/snippets/s_product_list_6.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.webp website.library_image_17 website.library_image_17 - /theme_odoo_experts/static/src/img/snippets/s_newsletter.jpg + /theme_odoo_experts/static/src/img/snippets/s_newsletter.webp website.library_image_08 website.library_image_08 - /theme_odoo_experts/static/src/img/snippets/library_image_08.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_odoo_experts/static/src/img/snippets/library_image_03.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_odoo_experts/static/src/img/snippets/library_image_02.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_02.webp website.library_image_10 website.library_image_10 - /theme_odoo_experts/static/src/img/snippets/library_image_10.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_odoo_experts/static/src/img/snippets/library_image_05.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_05.webp website.library_image_16 website.library_image_16 - /theme_odoo_experts/static/src/img/snippets/library_image_16.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_16.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_parallax.jpg + /theme_odoo_experts/static/src/img/snippets/s_parallax.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_popup.jpg + /theme_odoo_experts/static/src/img/snippets/s_popup.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_3.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_odoo_experts/static/src/img/snippets/s_media_list_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_media_list_1.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_product_list_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_2.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_product_list_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_3.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_product_list_4.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_4.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_odoo_experts/static/src/img/snippets/s_product_list_5.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_5.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_carousel_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_2.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_carousel_3.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_odoo_experts/static/src/img/snippets/library_image_16.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_16.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_odoo_experts/static/src/img/snippets/library_image_05.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_05.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_product_list_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_product_list_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_odoo_experts/static/src/img/snippets/s_product_list_3.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_odoo_experts/static/src/img/snippets/s_product_list_4.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_odoo_experts/static/src/img/snippets/s_product_list_5.jpg + /theme_odoo_experts/static/src/img/snippets/s_product_list_5.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_cta_box_default_image website.s_cta_box_default_image - /theme_odoo_experts/static/src/img/snippets/library_image_08.jpg + /theme_odoo_experts/static/src/img/snippets/library_image_08.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.webp website.s_mockup_image_default_image @@ -385,37 +385,37 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_image_text_device website.s_image_text_device - /theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg + /theme_odoo_experts/static/src/img/snippets/s_image_text_device.webp website.s_image_text_device_perspective website.s_image_text_device_perspective - /theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg + /theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.webp website.s_picture_default_image_bg website.s_picture_default_image_bg - /theme_odoo_experts/static/src/img/snippets/s_picture_bg.jpg + /theme_odoo_experts/static/src/img/snippets/s_picture_bg.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_odoo_experts/static/src/img/snippets/s_empowerment_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_odoo_experts/static/src/img/snippets/s_cover.jpg + /theme_odoo_experts/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_odoo_experts/static/src/img/content/s_cover.jpg + /theme_odoo_experts/static/src/img/content/s_cover.webp diff --git a/theme_odoo_experts/views/snippets/s_image_text.xml b/theme_odoo_experts/views/snippets/s_image_text.xml index cf8b38458..72641f07e 100644 --- a/theme_odoo_experts/views/snippets/s_image_text.xml +++ b/theme_odoo_experts/views/snippets/s_image_text.xml @@ -27,7 +27,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/devices/browser_03.svg? web_editor/devices/browser_03 - image/jpg + image/webp s_image_text.svg diff --git a/theme_odoo_experts/views/snippets/s_mockup_image.xml b/theme_odoo_experts/views/snippets/s_mockup_image.xml index 72bbcf2b4..3a94069dd 100644 --- a/theme_odoo_experts/views/snippets/s_mockup_image.xml +++ b/theme_odoo_experts/views/snippets/s_mockup_image.xml @@ -28,7 +28,7 @@ /web_editor/image_shape/website.s_image_text_device_perspective/web_editor/devices/iphone_3d_portrait_02.svg?c5=o-color-5 web_editor/devices/iphone_3d_portrait_02 - image/jpg + image/webp s_image_text_device_perspective.svg ;;;;o-color-5 diff --git a/theme_odoo_experts/views/snippets/s_picture.xml b/theme_odoo_experts/views/snippets/s_picture.xml index a353205c8..9747cffda 100644 --- a/theme_odoo_experts/views/snippets/s_picture.xml +++ b/theme_odoo_experts/views/snippets/s_picture.xml @@ -35,7 +35,7 @@ /web_editor/image_shape/website.s_picture_default_image/web_editor/devices/macbook_front.svg?c3=o-color-3 web_editor/devices/macbook_front - image/jpg + image/webp s_picture.svg ;;o-color-3;; img-fluid diff --git a/theme_odoo_experts/views/snippets/s_showcase.xml b/theme_odoo_experts/views/snippets/s_showcase.xml index 6b767486c..cc32c7c3d 100644 --- a/theme_odoo_experts/views/snippets/s_showcase.xml +++ b/theme_odoo_experts/views/snippets/s_showcase.xml @@ -46,7 +46,7 @@ /web_editor/image_shape/website.s_showcase_default_image/web_editor/devices/macbook_front.svg? web_editor/devices/macbook_front - image/jpg + image/webp s_showcase_default_image.svg diff --git a/theme_odoo_experts/views/snippets/s_text_image.xml b/theme_odoo_experts/views/snippets/s_text_image.xml index c30da6c81..c4d0aa22d 100644 --- a/theme_odoo_experts/views/snippets/s_text_image.xml +++ b/theme_odoo_experts/views/snippets/s_text_image.xml @@ -27,7 +27,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/devices/ipad_front_landscape.svg web_editor/devices/ipad_front_landscape - image/jpg + image/webp s_text_image.svg diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index 51061d20f..09acf2b69 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -63,11 +63,11 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/orchid_description.jpg', - 'static/description/orchid_screenshot.jpg', + 'static/description/orchid_description.webp', + 'static/description/orchid_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_orchid/static/src/img/snippets/s_parallax.jpg', + 'website.s_cover_default_image': '/theme_orchid/static/src/img/snippets/s_parallax.webp', }, 'configurator_snippets': { 'homepage': ['s_kickoff', 's_key_images', 's_process_steps', 's_freegrid', 's_image_text_overlap', 's_company_team_basic', 's_title', 's_images_wall', 's_references'], diff --git a/theme_orchid/static/description/orchid_description.jpg b/theme_orchid/static/description/orchid_description.jpg deleted file mode 100644 index bc3ce6d32..000000000 Binary files a/theme_orchid/static/description/orchid_description.jpg and /dev/null differ diff --git a/theme_orchid/static/description/orchid_description.webp b/theme_orchid/static/description/orchid_description.webp new file mode 100644 index 000000000..cae4379f4 Binary files /dev/null and b/theme_orchid/static/description/orchid_description.webp differ diff --git a/theme_orchid/static/description/orchid_screenshot.jpg b/theme_orchid/static/description/orchid_screenshot.jpg deleted file mode 100755 index 1cfe7ee81..000000000 Binary files a/theme_orchid/static/description/orchid_screenshot.jpg and /dev/null differ diff --git a/theme_orchid/static/description/orchid_screenshot.webp b/theme_orchid/static/description/orchid_screenshot.webp new file mode 100644 index 000000000..f3d7a1a79 Binary files /dev/null and b/theme_orchid/static/description/orchid_screenshot.webp differ diff --git a/theme_orchid/static/src/img/content/content_img_02.jpg b/theme_orchid/static/src/img/content/content_img_02.jpg deleted file mode 100755 index 4b0de7768..000000000 Binary files a/theme_orchid/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/content/content_img_02.webp b/theme_orchid/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..dc4d8141d Binary files /dev/null and b/theme_orchid/static/src/img/content/content_img_02.webp differ diff --git a/theme_orchid/static/src/img/content/content_img_03.jpg b/theme_orchid/static/src/img/content/content_img_03.jpg deleted file mode 100755 index f5bf4640f..000000000 Binary files a/theme_orchid/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/content/content_img_03.webp b/theme_orchid/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..f006a91e2 Binary files /dev/null and b/theme_orchid/static/src/img/content/content_img_03.webp differ diff --git a/theme_orchid/static/src/img/content/content_img_07.jpg b/theme_orchid/static/src/img/content/content_img_07.jpg deleted file mode 100755 index 5d8d255b3..000000000 Binary files a/theme_orchid/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/content/content_img_07.webp b/theme_orchid/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..31ffe1a0c Binary files /dev/null and b/theme_orchid/static/src/img/content/content_img_07.webp differ diff --git a/theme_orchid/static/src/img/content/content_img_09.jpg b/theme_orchid/static/src/img/content/content_img_09.jpg deleted file mode 100755 index 0ae5eb172..000000000 Binary files a/theme_orchid/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/content/content_img_09.webp b/theme_orchid/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..b13e917a9 Binary files /dev/null and b/theme_orchid/static/src/img/content/content_img_09.webp differ diff --git a/theme_orchid/static/src/img/content/content_img_10.jpg b/theme_orchid/static/src/img/content/content_img_10.jpg deleted file mode 100755 index b974c1713..000000000 Binary files a/theme_orchid/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/content/content_img_10.webp b/theme_orchid/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..8daf4445a Binary files /dev/null and b/theme_orchid/static/src/img/content/content_img_10.webp differ diff --git a/theme_orchid/static/src/img/content/content_img_11.jpg b/theme_orchid/static/src/img/content/content_img_11.jpg deleted file mode 100755 index f551688f5..000000000 Binary files a/theme_orchid/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/content/content_img_11.webp b/theme_orchid/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..4664fe816 Binary files /dev/null and b/theme_orchid/static/src/img/content/content_img_11.webp differ diff --git a/theme_orchid/static/src/img/content/content_img_12.jpg b/theme_orchid/static/src/img/content/content_img_12.jpg deleted file mode 100755 index 6b6636137..000000000 Binary files a/theme_orchid/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/content/content_img_12.webp b/theme_orchid/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..3c0bec8a6 Binary files /dev/null and b/theme_orchid/static/src/img/content/content_img_12.webp differ diff --git a/theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.jpg b/theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.jpg deleted file mode 100644 index d66c1bbc7..000000000 Binary files a/theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.webp b/theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.webp new file mode 100644 index 000000000..2528ab5d2 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_02.jpg b/theme_orchid/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 474e77e55..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_02.webp b/theme_orchid/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..964e7a0be Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_03.jpg b/theme_orchid/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index b4371a797..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_03.webp b/theme_orchid/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..dd2f9cbf5 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_05.jpg b/theme_orchid/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index cc05949c6..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_05.webp b/theme_orchid/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..86dd06696 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_07.jpg b/theme_orchid/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 183934ca5..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_07.webp b/theme_orchid/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..ff40aa64d Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_08.jpg b/theme_orchid/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index 688f969b9..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_08.webp b/theme_orchid/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..c03adc9f9 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_10.jpg b/theme_orchid/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index df6baa40e..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_10.webp b/theme_orchid/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..95fcdd654 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_11.jpg b/theme_orchid/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index bf06c6eee..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_11.webp b/theme_orchid/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..a2b56fa3a Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_13.jpg b/theme_orchid/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index 5d9e3926c..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_13.webp b/theme_orchid/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..af47cfca7 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_14.jpg b/theme_orchid/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 2ecebebc4..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_14.webp b/theme_orchid/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..667788b55 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_orchid/static/src/img/snippets/library_image_16.jpg b/theme_orchid/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index 2f8a426b1..000000000 Binary files a/theme_orchid/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/library_image_16.webp b/theme_orchid/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..e3963553d Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_banner.jpg b/theme_orchid/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index ec10d61dc..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_banner.webp b/theme_orchid/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..7b491e1fd Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_banner.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_banner_2.jpg b/theme_orchid/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 6712a1607..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_banner_2.webp b/theme_orchid/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..321c39c8e Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_banner_3.jpg b/theme_orchid/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 3e2f111c8..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_banner_3.webp b/theme_orchid/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..d2dd83a39 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_carousel_1.jpg b/theme_orchid/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index cd1fe05fa..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_carousel_1.webp b/theme_orchid/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..87933fe5e Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_carousel_2.jpg b/theme_orchid/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 25f220da0..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_carousel_2.webp b/theme_orchid/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..ef57cd09d Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_carousel_3.jpg b/theme_orchid/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index dd7043210..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_carousel_3.webp b/theme_orchid/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..7c78884d3 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_cover.jpg b/theme_orchid/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index c3dfb29ca..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_cover.webp b/theme_orchid/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..5e16eb4a9 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_cover.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_orchid/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 6fa43f6ef..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_empowerment_default_image.webp b/theme_orchid/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..3ba7c9828 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_image_text.jpg b/theme_orchid/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index cffc2dba6..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_image_text.webp b/theme_orchid/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..fe269fd78 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 739ddf3e9..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..55a1c6a7e Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index a59f7a75a..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..0ab587a20 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 6c2e7414d..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..60a8edbc4 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index d2c4efdc6..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..8bc43ce43 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 0b1d89de4..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..559f6964a Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 780c2a56b..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..3874b121a Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index bf7744624..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..ec23eeece Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index fa463f3a8..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..80da53a8f Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_orchid/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 5ad7b838e..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_orchid/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..d5e327e3a Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 61875889a..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..ede5b859f Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_orchid/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 790724874..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_kickoff_default_image.webp b/theme_orchid/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..77e869b3b Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_masonry_block.jpg b/theme_orchid/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 9baf4def9..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_masonry_block.webp b/theme_orchid/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..5929952af Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_media_list_1.jpg b/theme_orchid/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 98e42fc68..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_media_list_1.webp b/theme_orchid/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..a79ebd7f2 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_media_list_2.jpg b/theme_orchid/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 98e62e434..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_media_list_2.webp b/theme_orchid/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..981b2695b Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_media_list_3.jpg b/theme_orchid/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 3cfdf8a4c..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_media_list_3.webp b/theme_orchid/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..8d1edb473 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_newsletter.jpg b/theme_orchid/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 766833d8d..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_newsletter.webp b/theme_orchid/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..977b0d31e Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_parallax.jpg b/theme_orchid/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index e428e2152..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_parallax.webp b/theme_orchid/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..e1797a986 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_picture.jpg b/theme_orchid/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index bfbc0a29a..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_picture.webp b/theme_orchid/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..a8d7b18a0 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_picture.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_popup.jpg b/theme_orchid/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 1a9b86cff..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_popup.webp b/theme_orchid/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..0b80167da Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_popup.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.jpg b/theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index b54910c45..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.webp b/theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..9caadd116 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_product_1.jpg b/theme_orchid/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index bcd7661e9..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_product_1.webp b/theme_orchid/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..304906bc5 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_product_2.jpg b/theme_orchid/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index b273698dd..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_product_2.webp b/theme_orchid/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..d3470773e Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_product_3.jpg b/theme_orchid/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 04d4f16d0..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_product_3.webp b/theme_orchid/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..e8354b4c9 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_product_4.jpg b/theme_orchid/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index e5f5a8195..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_product_4.webp b/theme_orchid/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..1592fe4ac Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_product_5.jpg b/theme_orchid/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 75f51c304..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_product_5.webp b/theme_orchid/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..159885612 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_product_6.jpg b/theme_orchid/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 0c9467f6d..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_product_6.webp b/theme_orchid/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..548ffea47 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg b/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg deleted file mode 100644 index 509a1d9e0..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.webp b/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.webp new file mode 100644 index 000000000..17bb4d27f Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_orchid/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index a20fa44b7..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_orchid/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..719fb8cd1 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_orchid/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index 1a3b054d8..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_orchid/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..079c90119 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_orchid/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index cd3411171..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_shape_image_default_image.webp b/theme_orchid/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..ba43142d7 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_orchid/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 8ebeb02ac..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_split_intro_default_image.webp b/theme_orchid/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..2e14ccc49 Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_orchid/static/src/img/snippets/s_text_image.jpg b/theme_orchid/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index a13ec446d..000000000 Binary files a/theme_orchid/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_orchid/static/src/img/snippets/s_text_image.webp b/theme_orchid/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..fd742c0ba Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_orchid/views/images.xml b/theme_orchid/views/images.xml index 734ae7918..b95060997 100644 --- a/theme_orchid/views/images.xml +++ b/theme_orchid/views/images.xml @@ -6,414 +6,414 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> theme_common.image_content_02 theme_common.image_content_02 - /theme_orchid/static/src/img/content/content_img_02.jpg + /theme_orchid/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_orchid/static/src/img/content/content_img_03.jpg + /theme_orchid/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_orchid/static/src/img/content/content_img_07.jpg + /theme_orchid/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_orchid/static/src/img/content/content_img_09.jpg + /theme_orchid/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_orchid/static/src/img/content/content_img_10.jpg + /theme_orchid/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_orchid/static/src/img/content/content_img_11.jpg + /theme_orchid/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_orchid/static/src/img/content/content_img_12.jpg + /theme_orchid/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_orchid/static/src/img/snippets/s_banner.jpg + /theme_orchid/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_orchid/static/src/img/snippets/s_banner_2.jpg + /theme_orchid/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_orchid/static/src/img/snippets/s_banner_3.jpg + /theme_orchid/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_orchid/static/src/img/snippets/s_popup.jpg + /theme_orchid/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_orchid/static/src/img/snippets/s_parallax.jpg + /theme_orchid/static/src/img/snippets/s_parallax.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_orchid/static/src/img/snippets/s_media_list_3.jpg + /theme_orchid/static/src/img/snippets/s_media_list_3.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_carousel_2.webp website.s_picture_default_image website.s_picture_default_image - /theme_orchid/static/src/img/snippets/s_picture.jpg + /theme_orchid/static/src/img/snippets/s_picture.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_orchid/static/src/img/snippets/library_image_11.jpg + /theme_orchid/static/src/img/snippets/library_image_11.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_orchid/static/src/img/snippets/library_image_13.jpg + /theme_orchid/static/src/img/snippets/library_image_13.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_orchid/static/src/img/snippets/library_image_07.jpg + /theme_orchid/static/src/img/snippets/library_image_07.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_orchid/static/src/img/snippets/s_masonry_block.jpg + /theme_orchid/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_orchid/static/src/img/snippets/s_carousel_1.jpg + /theme_orchid/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_orchid/static/src/img/snippets/s_carousel_3.jpg + /theme_orchid/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_orchid/static/src/img/snippets/library_image_05.jpg + /theme_orchid/static/src/img/snippets/library_image_05.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_orchid/static/src/img/snippets/library_image_14.jpg + /theme_orchid/static/src/img/snippets/library_image_14.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_orchid/static/src/img/snippets/s_carousel_1.jpg + /theme_orchid/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_orchid/static/src/img/snippets/s_carousel_3.jpg + /theme_orchid/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_orchid/static/src/img/snippets/s_media_list_1.jpg + /theme_orchid/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_orchid/static/src/img/snippets/s_media_list_2.jpg + /theme_orchid/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_orchid/static/src/img/snippets/s_media_list_3.jpg + /theme_orchid/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_orchid/static/src/img/snippets/s_parallax.jpg + /theme_orchid/static/src/img/snippets/s_parallax.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_orchid/static/src/img/snippets/s_product_1.jpg + /theme_orchid/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_orchid/static/src/img/snippets/s_product_2.jpg + /theme_orchid/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_orchid/static/src/img/snippets/s_product_3.jpg + /theme_orchid/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_orchid/static/src/img/snippets/s_product_4.jpg + /theme_orchid/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_orchid/static/src/img/snippets/s_product_5.jpg + /theme_orchid/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_orchid/static/src/img/snippets/s_product_6.jpg + /theme_orchid/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_orchid/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_orchid/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_orchid/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_quotes_carousel_2.webp website.library_image_17 website.library_image_17 - /theme_orchid/static/src/img/snippets/s_newsletter.jpg + /theme_orchid/static/src/img/snippets/s_newsletter.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg + /theme_orchid/static/src/img/snippets/s_product_catalog_default_image.webp website.library_image_08 website.library_image_08 - /theme_orchid/static/src/img/snippets/library_image_08.jpg + /theme_orchid/static/src/img/snippets/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_orchid/static/src/img/snippets/library_image_03.jpg + /theme_orchid/static/src/img/snippets/library_image_03.webp website.library_image_02 website.library_image_02 - /theme_orchid/static/src/img/snippets/library_image_02.jpg + /theme_orchid/static/src/img/snippets/library_image_02.webp website.library_image_10 website.library_image_10 - /theme_orchid/static/src/img/snippets/library_image_10.jpg + /theme_orchid/static/src/img/snippets/library_image_10.webp website.library_image_05 website.library_image_05 - /theme_orchid/static/src/img/snippets/library_image_05.jpg + /theme_orchid/static/src/img/snippets/library_image_05.webp website.library_image_13 website.library_image_13 - /theme_orchid/static/src/img/snippets/library_image_13.jpg + /theme_orchid/static/src/img/snippets/library_image_13.webp website.library_image_14 website.library_image_14 - /theme_orchid/static/src/img/snippets/library_image_14.jpg + /theme_orchid/static/src/img/snippets/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_orchid/static/src/img/snippets/library_image_16.jpg + /theme_orchid/static/src/img/snippets/library_image_16.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_orchid/static/src/img/content/content_img_03.jpg + /theme_orchid/static/src/img/content/content_img_03.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_orchid/static/src/img/snippets/library_image_05.jpg + /theme_orchid/static/src/img/snippets/library_image_05.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_carousel_2.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_orchid/static/src/img/content/content_img_12.jpg + /theme_orchid/static/src/img/content/content_img_12.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_carousel_2.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_orchid/static/src/img/snippets/library_image_02.jpg + /theme_orchid/static/src/img/snippets/library_image_02.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_orchid/static/src/img/snippets/s_product_3.jpg + /theme_orchid/static/src/img/snippets/s_product_3.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_orchid/static/src/img/snippets/s_product_4.jpg + /theme_orchid/static/src/img/snippets/s_product_4.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_orchid/static/src/img/snippets/s_product_5.jpg + /theme_orchid/static/src/img/snippets/s_product_5.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_orchid/static/src/img/snippets/s_product_6.jpg + /theme_orchid/static/src/img/snippets/s_product_6.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_orchid/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_orchid/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_orchid/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_orchid/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_orchid/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_orchid/static/src/img/snippets/library_image_02.jpg + /theme_orchid/static/src/img/snippets/library_image_02.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_orchid/static/src/img/snippets/library_image_08.jpg + /theme_orchid/static/src/img/snippets/library_image_08.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_orchid/static/src/img/snippets/s_masonry_block.jpg + /theme_orchid/static/src/img/snippets/s_masonry_block.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + /theme_orchid/static/src/img/snippets/s_carousel_2.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_orchid/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_orchid/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_orchid/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_orchid/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_orchid/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_orchid/static/src/img/snippets/library_image_03.jpg + /theme_orchid/static/src/img/snippets/library_image_03.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_orchid/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_orchid/static/src/img/snippets/s_empowerment_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg + /theme_orchid/static/src/img/snippets/s_product_catalog_default_image.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg + /theme_orchid/static/src/img/snippets/s_product_catalog_default_image.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_orchid/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_orchid/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_orchid/views/snippets/s_cta_box.xml b/theme_orchid/views/snippets/s_cta_box.xml index 850a56185..6da3c2d60 100644 --- a/theme_orchid/views/snippets/s_cta_box.xml +++ b/theme_orchid/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_orchid/static/src/img/snippets/library_image_03.jpg + /theme_orchid/static/src/img/snippets/library_image_03.webp diff --git a/theme_orchid/views/snippets/s_image_text.xml b/theme_orchid/views/snippets/s_image_text.xml index b57189c4e..5e11af45e 100644 --- a/theme_orchid/views/snippets/s_image_text.xml +++ b/theme_orchid/views/snippets/s_image_text.xml @@ -21,7 +21,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/composition/composition_mixed_1.svg?c1=o-color-2&c2=o-color-2&c5=o-color-5 web_editor/composition/composition_mixed_1 - image/jpeg + image/webp s_carousel_2.svg o-color-2;o-color-2;;;o-color-5 diff --git a/theme_orchid/views/snippets/s_image_text_overlap.xml b/theme_orchid/views/snippets/s_image_text_overlap.xml index 3db80a3ad..33b2d1c51 100644 --- a/theme_orchid/views/snippets/s_image_text_overlap.xml +++ b/theme_orchid/views/snippets/s_image_text_overlap.xml @@ -34,7 +34,7 @@ - /theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.jpg + /theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.webp diff --git a/theme_orchid/views/snippets/s_text_image.xml b/theme_orchid/views/snippets/s_text_image.xml index 523088860..f5ace01a3 100644 --- a/theme_orchid/views/snippets/s_text_image.xml +++ b/theme_orchid/views/snippets/s_text_image.xml @@ -34,7 +34,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/solid/solid_blob_shadow_2.svg?c2=o-color-2 web_editor/solid/solid_blob_shadow_2 - image/jpeg + image/webp s_media_list_3.svg ;o-color-2;;; diff --git a/theme_paptic/__manifest__.py b/theme_paptic/__manifest__.py index a63cbc99f..2d3ba364b 100644 --- a/theme_paptic/__manifest__.py +++ b/theme_paptic/__manifest__.py @@ -14,8 +14,8 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/paptic_poster.jpg', - 'static/description/paptic_screenshot.jpg', + 'static/description/paptic_poster.webp', + 'static/description/paptic_screenshot.webp', ], 'configurator_snippets': { 'homepage': ['s_cover', 's_references', 's_image_text', 's_text_image', 's_masonry_block_images_template', 's_faq_list', 's_cta_box'], diff --git a/theme_paptic/static/description/paptic_screenshot.jpg b/theme_paptic/static/description/paptic_screenshot.jpg deleted file mode 100644 index efaed4ff8..000000000 Binary files a/theme_paptic/static/description/paptic_screenshot.jpg and /dev/null differ diff --git a/theme_paptic/static/description/paptic_screenshot.webp b/theme_paptic/static/description/paptic_screenshot.webp new file mode 100644 index 000000000..9ba519516 Binary files /dev/null and b/theme_paptic/static/description/paptic_screenshot.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_banner.jpg b/theme_paptic/static/src/img/pictures/s_banner.jpg deleted file mode 100644 index c699a1fbd..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_banner.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_banner.webp b/theme_paptic/static/src/img/pictures/s_banner.webp new file mode 100644 index 000000000..6360f5443 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_banner.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_banner_2.jpg b/theme_paptic/static/src/img/pictures/s_banner_2.jpg deleted file mode 100644 index 94a8ba6c7..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_banner_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_banner_2.webp b/theme_paptic/static/src/img/pictures/s_banner_2.webp new file mode 100644 index 000000000..393205df0 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_banner_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_banner_3.jpg b/theme_paptic/static/src/img/pictures/s_banner_3.jpg deleted file mode 100644 index 0080838bc..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_banner_3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_banner_3.webp b/theme_paptic/static/src/img/pictures/s_banner_3.webp new file mode 100644 index 000000000..052a171ea Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_banner_3.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_carousel_1.jpg b/theme_paptic/static/src/img/pictures/s_carousel_1.jpg deleted file mode 100644 index d501097c7..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_carousel_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_carousel_1.webp b/theme_paptic/static/src/img/pictures/s_carousel_1.webp new file mode 100644 index 000000000..6a891fb23 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_carousel_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_carousel_2.jpg b/theme_paptic/static/src/img/pictures/s_carousel_2.jpg deleted file mode 100644 index dbbf4311b..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_carousel_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_carousel_2.webp b/theme_paptic/static/src/img/pictures/s_carousel_2.webp new file mode 100644 index 000000000..903871c04 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_carousel_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_carousel_3.jpg b/theme_paptic/static/src/img/pictures/s_carousel_3.jpg deleted file mode 100644 index 3c06eddfa..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_carousel_3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_carousel_3.webp b/theme_paptic/static/src/img/pictures/s_carousel_3.webp new file mode 100644 index 000000000..331aeb2ff Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_carousel_3.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_1.jpg b/theme_paptic/static/src/img/pictures/s_company_team_image_1.jpg deleted file mode 100644 index 54e6a6a03..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_company_team_image_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_1.webp b/theme_paptic/static/src/img/pictures/s_company_team_image_1.webp new file mode 100644 index 000000000..2f14d724c Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_company_team_image_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_2.jpg b/theme_paptic/static/src/img/pictures/s_company_team_image_2.jpg deleted file mode 100644 index aee410b51..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_company_team_image_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_2.webp b/theme_paptic/static/src/img/pictures/s_company_team_image_2.webp new file mode 100644 index 000000000..d566a6675 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_company_team_image_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_3.jpg b/theme_paptic/static/src/img/pictures/s_company_team_image_3.jpg deleted file mode 100644 index 4df377073..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_company_team_image_3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_3.webp b/theme_paptic/static/src/img/pictures/s_company_team_image_3.webp new file mode 100644 index 000000000..c2ba3ab8e Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_company_team_image_3.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_4.jpg b/theme_paptic/static/src/img/pictures/s_company_team_image_4.jpg deleted file mode 100644 index 6638c3636..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_company_team_image_4.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_4.webp b/theme_paptic/static/src/img/pictures/s_company_team_image_4.webp new file mode 100644 index 000000000..bd683fbed Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_company_team_image_4.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_5.jpg b/theme_paptic/static/src/img/pictures/s_company_team_image_5.jpg deleted file mode 100644 index 8f2c3870f..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_company_team_image_5.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_5.webp b/theme_paptic/static/src/img/pictures/s_company_team_image_5.webp new file mode 100644 index 000000000..f16356e9e Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_company_team_image_5.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_6.jpg b/theme_paptic/static/src/img/pictures/s_company_team_image_6.jpg deleted file mode 100644 index b3280cf94..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_company_team_image_6.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_company_team_image_6.webp b/theme_paptic/static/src/img/pictures/s_company_team_image_6.webp new file mode 100644 index 000000000..8f438a9ec Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_company_team_image_6.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_empowerment_default_image.jpg b/theme_paptic/static/src/img/pictures/s_empowerment_default_image.jpg deleted file mode 100644 index 744dec7c6..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_empowerment_default_image.webp b/theme_paptic/static/src/img/pictures/s_empowerment_default_image.webp new file mode 100644 index 000000000..5bb644380 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_empowerment_default_image.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image.jpg b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image.jpg deleted file mode 100644 index 7f8e38526..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image.webp b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image.webp new file mode 100644 index 000000000..c45f1af7b Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.jpg b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 7880b57f6..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.webp b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..d4ac3ba0b Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.jpg b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 08def0f29..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.webp b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..24b76ec9e Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_images_gallery_1.jpg b/theme_paptic/static/src/img/pictures/s_images_gallery_1.jpg deleted file mode 100644 index 680d9d360..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_images_gallery_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_images_gallery_1.webp b/theme_paptic/static/src/img/pictures/s_images_gallery_1.webp new file mode 100644 index 000000000..d9ef21e51 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_images_gallery_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_images_gallery_2.jpg b/theme_paptic/static/src/img/pictures/s_images_gallery_2.jpg deleted file mode 100644 index c00584553..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_images_gallery_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_images_gallery_2.webp b/theme_paptic/static/src/img/pictures/s_images_gallery_2.webp new file mode 100644 index 000000000..bd5ab8dad Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_images_gallery_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_images_gallery_3.jpg b/theme_paptic/static/src/img/pictures/s_images_gallery_3.jpg deleted file mode 100644 index 1824a1351..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_images_gallery_3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_images_gallery_3.webp b/theme_paptic/static/src/img/pictures/s_images_gallery_3.webp new file mode 100644 index 000000000..a670dc752 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_images_gallery_3.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_intro_pill_default_image.jpg b/theme_paptic/static/src/img/pictures/s_intro_pill_default_image.jpg deleted file mode 100644 index 3354a0fc6..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_intro_pill_default_image.webp b/theme_paptic/static/src/img/pictures/s_intro_pill_default_image.webp new file mode 100644 index 000000000..fe6163ef0 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_intro_pill_default_image.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.jpg b/theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 7aaed61b0..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.webp b/theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..385b9fa9f Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_masonry_block_1.jpg b/theme_paptic/static/src/img/pictures/s_masonry_block_1.jpg deleted file mode 100644 index 21b052a41..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_masonry_block_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_masonry_block_1.webp b/theme_paptic/static/src/img/pictures/s_masonry_block_1.webp new file mode 100644 index 000000000..db8f464cb Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_masonry_block_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_media_list_1.jpg b/theme_paptic/static/src/img/pictures/s_media_list_1.jpg deleted file mode 100644 index 4eea819dd..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_media_list_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_media_list_1.webp b/theme_paptic/static/src/img/pictures/s_media_list_1.webp new file mode 100644 index 000000000..e06212978 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_media_list_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_media_list_2.jpg b/theme_paptic/static/src/img/pictures/s_media_list_2.jpg deleted file mode 100644 index 109cc2103..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_media_list_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_media_list_2.webp b/theme_paptic/static/src/img/pictures/s_media_list_2.webp new file mode 100644 index 000000000..e1d27ee3b Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_media_list_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_media_list_3.jpg b/theme_paptic/static/src/img/pictures/s_media_list_3.jpg deleted file mode 100644 index bc0fb7e29..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_media_list_3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_media_list_3.webp b/theme_paptic/static/src/img/pictures/s_media_list_3.webp new file mode 100644 index 000000000..fdb30980d Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_media_list_3.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_parallax.jpg b/theme_paptic/static/src/img/pictures/s_parallax.jpg deleted file mode 100644 index ebe243334..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_parallax.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_parallax.webp b/theme_paptic/static/src/img/pictures/s_parallax.webp new file mode 100644 index 000000000..23d8c5631 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_parallax.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_picture.jpg b/theme_paptic/static/src/img/pictures/s_picture.jpg deleted file mode 100644 index 57502e519..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_picture.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_picture.webp b/theme_paptic/static/src/img/pictures/s_picture.webp new file mode 100644 index 000000000..5bcca1887 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_picture.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_popup.jpg b/theme_paptic/static/src/img/pictures/s_popup.jpg deleted file mode 100644 index 3aed254de..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_popup.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_popup.webp b/theme_paptic/static/src/img/pictures/s_popup.webp new file mode 100644 index 000000000..9fb38b4f8 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_popup.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_product_catalog.jpg b/theme_paptic/static/src/img/pictures/s_product_catalog.jpg deleted file mode 100644 index 7dd344c25..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_product_catalog.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_product_catalog.webp b/theme_paptic/static/src/img/pictures/s_product_catalog.webp new file mode 100644 index 000000000..7f9f80882 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_product_catalog.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_1.jpg b/theme_paptic/static/src/img/pictures/s_product_list_1.jpg deleted file mode 100644 index 7ae36f207..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_product_list_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_1.webp b/theme_paptic/static/src/img/pictures/s_product_list_1.webp new file mode 100644 index 000000000..78aafc85c Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_product_list_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_2.jpg b/theme_paptic/static/src/img/pictures/s_product_list_2.jpg deleted file mode 100644 index 91160c77c..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_product_list_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_2.webp b/theme_paptic/static/src/img/pictures/s_product_list_2.webp new file mode 100644 index 000000000..ef7aed68e Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_product_list_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_3.jpg b/theme_paptic/static/src/img/pictures/s_product_list_3.jpg deleted file mode 100644 index 7c0b0aed2..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_product_list_3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_3.webp b/theme_paptic/static/src/img/pictures/s_product_list_3.webp new file mode 100644 index 000000000..c310fec4f Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_product_list_3.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_4.jpg b/theme_paptic/static/src/img/pictures/s_product_list_4.jpg deleted file mode 100644 index 866aae529..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_product_list_4.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_4.webp b/theme_paptic/static/src/img/pictures/s_product_list_4.webp new file mode 100644 index 000000000..1044b34ff Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_product_list_4.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_5.jpg b/theme_paptic/static/src/img/pictures/s_product_list_5.jpg deleted file mode 100644 index 6b7135b46..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_product_list_5.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_5.webp b/theme_paptic/static/src/img/pictures/s_product_list_5.webp new file mode 100644 index 000000000..71876f484 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_product_list_5.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_6.jpg b/theme_paptic/static/src/img/pictures/s_product_list_6.jpg deleted file mode 100644 index a68a96c39..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_product_list_6.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_product_list_6.webp b/theme_paptic/static/src/img/pictures/s_product_list_6.webp new file mode 100644 index 000000000..943ea5c09 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_product_list_6.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg b/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg deleted file mode 100644 index 5ce65cfcc..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp b/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp new file mode 100644 index 000000000..1a5b4e749 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg b/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg deleted file mode 100644 index cacdabe3c..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp b/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp new file mode 100644 index 000000000..266f5bd4c Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_three_columns_1.jpg b/theme_paptic/static/src/img/pictures/s_three_columns_1.jpg deleted file mode 100644 index 7ef0053a2..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_three_columns_1.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_three_columns_1.webp b/theme_paptic/static/src/img/pictures/s_three_columns_1.webp new file mode 100644 index 000000000..0aa95f5cc Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_three_columns_1.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_three_columns_2.jpg b/theme_paptic/static/src/img/pictures/s_three_columns_2.jpg deleted file mode 100644 index d931dd897..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_three_columns_2.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_three_columns_2.webp b/theme_paptic/static/src/img/pictures/s_three_columns_2.webp new file mode 100644 index 000000000..34ed9126d Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_three_columns_2.webp differ diff --git a/theme_paptic/static/src/img/pictures/s_three_columns_3.jpg b/theme_paptic/static/src/img/pictures/s_three_columns_3.jpg deleted file mode 100644 index 011c7170c..000000000 Binary files a/theme_paptic/static/src/img/pictures/s_three_columns_3.jpg and /dev/null differ diff --git a/theme_paptic/static/src/img/pictures/s_three_columns_3.webp b/theme_paptic/static/src/img/pictures/s_three_columns_3.webp new file mode 100644 index 000000000..90094af88 Binary files /dev/null and b/theme_paptic/static/src/img/pictures/s_three_columns_3.webp differ diff --git a/theme_paptic/views/images.xml b/theme_paptic/views/images.xml index 49165d85f..a4157bafe 100644 --- a/theme_paptic/views/images.xml +++ b/theme_paptic/views/images.xml @@ -5,131 +5,131 @@ website.s_banner_default_image website.s_banner_default_image - /theme_paptic/static/src/img/pictures/s_banner.jpg + /theme_paptic/static/src/img/pictures/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_paptic/static/src/img/pictures/s_banner_2.jpg + /theme_paptic/static/src/img/pictures/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_paptic/static/src/img/pictures/s_banner_3.jpg + /theme_paptic/static/src/img/pictures/s_banner_3.webp website.library_image_11 website.library_image_11 - /theme_paptic/static/src/img/pictures/s_three_columns_1.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_1.webp website.library_image_13 website.library_image_13 - /theme_paptic/static/src/img/pictures/s_three_columns_2.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_2.webp website.library_image_07 website.library_image_07 - /theme_paptic/static/src/img/pictures/s_three_columns_3.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_3.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_paptic/static/src/img/pictures/s_masonry_block_1.jpg + /theme_paptic/static/src/img/pictures/s_masonry_block_1.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_paptic/static/src/img/pictures/s_carousel_1.jpg + /theme_paptic/static/src/img/pictures/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_paptic/static/src/img/pictures/s_carousel_2.jpg + /theme_paptic/static/src/img/pictures/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_paptic/static/src/img/pictures/s_carousel_3.jpg + /theme_paptic/static/src/img/pictures/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_paptic/static/src/img/pictures/s_masonry_block_1.jpg + /theme_paptic/static/src/img/pictures/s_masonry_block_1.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_paptic/static/src/img/pictures/s_parallax.jpg + /theme_paptic/static/src/img/pictures/s_parallax.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_paptic/static/src/img/pictures/s_banner_2.jpg + /theme_paptic/static/src/img/pictures/s_banner_2.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_paptic/static/src/img/pictures/s_carousel_1.jpg + /theme_paptic/static/src/img/pictures/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_paptic/static/src/img/pictures/s_carousel_2.jpg + /theme_paptic/static/src/img/pictures/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_paptic/static/src/img/pictures/s_carousel_3.jpg + /theme_paptic/static/src/img/pictures/s_carousel_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_paptic/static/src/img/pictures/s_parallax.jpg + /theme_paptic/static/src/img/pictures/s_parallax.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_paptic/static/src/img/pictures/s_company_team_image_1.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_paptic/static/src/img/pictures/s_company_team_image_2.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_paptic/static/src/img/pictures/s_company_team_image_3.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_paptic/static/src/img/pictures/s_company_team_image_4.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_paptic/static/src/img/pictures/s_company_team_image_5.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_paptic/static/src/img/pictures/s_company_team_image_6.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_6.webp @@ -137,272 +137,272 @@ website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_paptic/static/src/img/pictures/s_company_team_image_4.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_4.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_paptic/static/src/img/pictures/s_company_team_image_2.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_2.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg + /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_paptic/static/src/img/pictures/s_company_team_image_3.jpg + /theme_paptic/static/src/img/pictures/s_company_team_image_3.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg + /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_paptic/static/src/img/pictures/s_product_catalog.jpg + /theme_paptic/static/src/img/pictures/s_product_catalog.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_paptic/static/src/img/pictures/s_media_list_1.jpg + /theme_paptic/static/src/img/pictures/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_paptic/static/src/img/pictures/s_media_list_2.jpg + /theme_paptic/static/src/img/pictures/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_paptic/static/src/img/pictures/s_media_list_3.jpg + /theme_paptic/static/src/img/pictures/s_media_list_3.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_paptic/static/src/img/pictures/s_product_list_1.jpg + /theme_paptic/static/src/img/pictures/s_product_list_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_paptic/static/src/img/pictures/s_product_list_2.jpg + /theme_paptic/static/src/img/pictures/s_product_list_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_paptic/static/src/img/pictures/s_product_list_3.jpg + /theme_paptic/static/src/img/pictures/s_product_list_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_paptic/static/src/img/pictures/s_product_list_4.jpg + /theme_paptic/static/src/img/pictures/s_product_list_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_paptic/static/src/img/pictures/s_product_list_5.jpg + /theme_paptic/static/src/img/pictures/s_product_list_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_paptic/static/src/img/pictures/s_product_list_6.jpg + /theme_paptic/static/src/img/pictures/s_product_list_6.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_paptic/static/src/img/pictures/s_carousel_1.jpg + /theme_paptic/static/src/img/pictures/s_carousel_1.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_paptic/static/src/img/pictures/s_carousel_3.jpg + /theme_paptic/static/src/img/pictures/s_carousel_3.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_paptic/static/src/img/pictures/s_product_catalog.jpg + /theme_paptic/static/src/img/pictures/s_product_catalog.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg + /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp website.s_popup_default_image website.s_popup_default_image - /theme_paptic/static/src/img/pictures/s_popup.jpg + /theme_paptic/static/src/img/pictures/s_popup.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_paptic/static/src/img/pictures/s_picture.jpg + /theme_paptic/static/src/img/pictures/s_picture.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_paptic/static/src/img/pictures/s_empowerment_default_image.jpg + /theme_paptic/static/src/img/pictures/s_empowerment_default_image.webp website.library_image_02 website.library_image_02 - /theme_paptic/static/src/img/pictures/s_images_gallery_1.jpg + /theme_paptic/static/src/img/pictures/s_images_gallery_1.webp website.library_image_08 website.library_image_08 - /theme_paptic/static/src/img/pictures/s_images_gallery_2.jpg + /theme_paptic/static/src/img/pictures/s_images_gallery_2.webp website.library_image_03 website.library_image_03 - /theme_paptic/static/src/img/pictures/s_images_gallery_3.jpg + /theme_paptic/static/src/img/pictures/s_images_gallery_3.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_paptic/static/src/img/pictures/s_three_columns_1.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_paptic/static/src/img/pictures/s_three_columns_2.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_paptic/static/src/img/pictures/s_three_columns_3.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_paptic/static/src/img/pictures/s_media_list_1.jpg + /theme_paptic/static/src/img/pictures/s_media_list_1.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_paptic/static/src/img/pictures/s_carousel_1.jpg + /theme_paptic/static/src/img/pictures/s_carousel_1.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_paptic/static/src/img/pictures/s_media_list_1.jpg + /theme_paptic/static/src/img/pictures/s_media_list_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_paptic/static/src/img/pictures/s_media_list_2.jpg + /theme_paptic/static/src/img/pictures/s_media_list_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_paptic/static/src/img/pictures/s_media_list_3.jpg + /theme_paptic/static/src/img/pictures/s_media_list_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_paptic/static/src/img/pictures/s_three_columns_1.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_1.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_paptic/static/src/img/pictures/s_three_columns_2.jpg + /theme_paptic/static/src/img/pictures/s_three_columns_2.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_paptic/static/src/img/pictures/s_intro_pill_default_image.jpg + /theme_paptic/static/src/img/pictures/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.jpg + /theme_paptic/static/src/img/pictures/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_paptic/static/src/img/pictures/s_picture.jpg + /theme_paptic/static/src/img/pictures/s_picture.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_paptic/static/src/img/pictures/s_masonry_block_1.jpg + /theme_paptic/static/src/img/pictures/s_masonry_block_1.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_paptic/static/src/img/pictures/s_parallax.jpg + /theme_paptic/static/src/img/pictures/s_parallax.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.jpg + /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide2.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_paptic/static/src/img/pictures/s_images_constellation_default_image.jpg + /theme_paptic/static/src/img/pictures/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.jpg + /theme_paptic/static/src/img/pictures/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.jpg + /theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_paptic/static/src/img/pictures/s_banner_2.jpg + /theme_paptic/static/src/img/pictures/s_banner_2.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.jpg + /theme_paptic/static/src/img/pictures/s_quotes_carousel_bg_slide3.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_paptic/static/src/img/pictures/s_banner_2.jpg + /theme_paptic/static/src/img/pictures/s_banner_2.webp diff --git a/theme_real_estate/__manifest__.py b/theme_real_estate/__manifest__.py index 35f2400ab..e928e7aa4 100644 --- a/theme_real_estate/__manifest__.py +++ b/theme_real_estate/__manifest__.py @@ -57,16 +57,16 @@ ], 'images': [ 'static/description/real_estate_description.png', - 'static/description/real_estate_screenshot.jpg', + 'static/description/real_estate_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_real_estate/static/src/img/snippets/s_cover.jpg', - 'website.s_text_image_default_image': '/theme_real_estate/static/src/img/snippets/s_text_image.jpg', - 'website.s_image_text_default_image': '/theme_real_estate/static/src/img/snippets/s_image_text.jpg', - 'website.s_three_columns_default_image_1': '/theme_real_estate/static/src/img/snippets/library_image_11.jpg', - 'website.s_three_columns_default_image_2': '/theme_real_estate/static/src/img/snippets/library_image_13.jpg', - 'website.s_three_columns_default_image_3': '/theme_real_estate/static/src/img/snippets/library_image_07.jpg', - 'website.s_quotes_carousel_demo_image_0': '/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg', + 'website.s_cover_default_image': '/theme_real_estate/static/src/img/snippets/s_cover.webp', + 'website.s_text_image_default_image': '/theme_real_estate/static/src/img/snippets/s_text_image.webp', + 'website.s_image_text_default_image': '/theme_real_estate/static/src/img/snippets/s_image_text.webp', + 'website.s_three_columns_default_image_1': '/theme_real_estate/static/src/img/snippets/library_image_11.webp', + 'website.s_three_columns_default_image_2': '/theme_real_estate/static/src/img/snippets/library_image_13.webp', + 'website.s_three_columns_default_image_3': '/theme_real_estate/static/src/img/snippets/library_image_07.webp', + 'website.s_quotes_carousel_demo_image_0': '/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.webp', }, 'configurator_snippets': { 'homepage': ['s_cover', 's_text_image', 's_image_text', 's_three_columns', 's_title', 's_references', 's_numbers_showcase', 's_quotes_carousel', 's_call_to_action'], diff --git a/theme_real_estate/static/description/real_estate_screenshot.jpg b/theme_real_estate/static/description/real_estate_screenshot.jpg deleted file mode 100644 index 21c3c1b91..000000000 Binary files a/theme_real_estate/static/description/real_estate_screenshot.jpg and /dev/null differ diff --git a/theme_real_estate/static/description/real_estate_screenshot.webp b/theme_real_estate/static/description/real_estate_screenshot.webp new file mode 100644 index 000000000..0f152961b Binary files /dev/null and b/theme_real_estate/static/description/real_estate_screenshot.webp differ diff --git a/theme_real_estate/static/src/img/content/content_img_02.jpg b/theme_real_estate/static/src/img/content/content_img_02.jpg deleted file mode 100755 index 8534b4458..000000000 Binary files a/theme_real_estate/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/content/content_img_02.webp b/theme_real_estate/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..eadeced24 Binary files /dev/null and b/theme_real_estate/static/src/img/content/content_img_02.webp differ diff --git a/theme_real_estate/static/src/img/content/content_img_03.jpg b/theme_real_estate/static/src/img/content/content_img_03.jpg deleted file mode 100755 index 4a0e8fe87..000000000 Binary files a/theme_real_estate/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/content/content_img_03.webp b/theme_real_estate/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..78ede9d88 Binary files /dev/null and b/theme_real_estate/static/src/img/content/content_img_03.webp differ diff --git a/theme_real_estate/static/src/img/content/content_img_07.jpg b/theme_real_estate/static/src/img/content/content_img_07.jpg deleted file mode 100755 index baf55bcc8..000000000 Binary files a/theme_real_estate/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/content/content_img_07.webp b/theme_real_estate/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..ab648c5ee Binary files /dev/null and b/theme_real_estate/static/src/img/content/content_img_07.webp differ diff --git a/theme_real_estate/static/src/img/content/content_img_09.jpg b/theme_real_estate/static/src/img/content/content_img_09.jpg deleted file mode 100755 index c8ec20646..000000000 Binary files a/theme_real_estate/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/content/content_img_09.webp b/theme_real_estate/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..79687502b Binary files /dev/null and b/theme_real_estate/static/src/img/content/content_img_09.webp differ diff --git a/theme_real_estate/static/src/img/content/content_img_10.jpg b/theme_real_estate/static/src/img/content/content_img_10.jpg deleted file mode 100755 index 3f9991b84..000000000 Binary files a/theme_real_estate/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/content/content_img_10.webp b/theme_real_estate/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..1a008a0f7 Binary files /dev/null and b/theme_real_estate/static/src/img/content/content_img_10.webp differ diff --git a/theme_real_estate/static/src/img/content/content_img_11.jpg b/theme_real_estate/static/src/img/content/content_img_11.jpg deleted file mode 100755 index edb9065e4..000000000 Binary files a/theme_real_estate/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/content/content_img_11.webp b/theme_real_estate/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..1a0156d5f Binary files /dev/null and b/theme_real_estate/static/src/img/content/content_img_11.webp differ diff --git a/theme_real_estate/static/src/img/content/content_img_12.jpg b/theme_real_estate/static/src/img/content/content_img_12.jpg deleted file mode 100755 index 473ef2a04..000000000 Binary files a/theme_real_estate/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/content/content_img_12.webp b/theme_real_estate/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..d4a4e480f Binary files /dev/null and b/theme_real_estate/static/src/img/content/content_img_12.webp differ diff --git a/theme_real_estate/static/src/img/snippets/library_image_07.jpg b/theme_real_estate/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 5b665c242..000000000 Binary files a/theme_real_estate/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/library_image_07.webp b/theme_real_estate/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..7ee53a6d3 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_real_estate/static/src/img/snippets/library_image_11.jpg b/theme_real_estate/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 7ce352194..000000000 Binary files a/theme_real_estate/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/library_image_11.webp b/theme_real_estate/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..7ad9610bc Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_real_estate/static/src/img/snippets/library_image_13.jpg b/theme_real_estate/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index 1f86b3953..000000000 Binary files a/theme_real_estate/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/library_image_13.webp b/theme_real_estate/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..2e39e66cb Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_banner.jpg b/theme_real_estate/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 31138758d..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_banner.webp b/theme_real_estate/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..719ff3c52 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_banner.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_carousel_1.jpg b/theme_real_estate/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index 3e2f62a86..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_carousel_1.webp b/theme_real_estate/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..3d09d46b3 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_carousel_2.jpg b/theme_real_estate/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 00d47e0e9..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_carousel_2.webp b/theme_real_estate/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..d4f5d1622 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_carousel_3.jpg b/theme_real_estate/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index e17d40684..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_carousel_3.webp b/theme_real_estate/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..781cf09bd Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_cover.jpg b/theme_real_estate/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index d00ca7d01..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_cover.webp b/theme_real_estate/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..4123ee0e5 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_cover.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_real_estate/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index ebf1cc045..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_empowerment_default_image.webp b/theme_real_estate/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..eb7651949 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_image_text.jpg b/theme_real_estate/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 7b61be4db..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_image_text.webp b/theme_real_estate/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..5ac2d50cf Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 5dc4e2d40..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..e63bfbe27 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 6680ed96e..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..2998e0427 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 50213e848..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..185c581dc Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_gallery_1.jpg b/theme_real_estate/static/src/img/snippets/s_images_gallery_1.jpg deleted file mode 100644 index c69315ef0..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_gallery_1.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_gallery_1.webp b/theme_real_estate/static/src/img/snippets/s_images_gallery_1.webp new file mode 100644 index 000000000..d18e3f79c Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_gallery_1.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_gallery_2.jpg b/theme_real_estate/static/src/img/snippets/s_images_gallery_2.jpg deleted file mode 100644 index 14df3e1e0..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_gallery_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_gallery_2.webp b/theme_real_estate/static/src/img/snippets/s_images_gallery_2.webp new file mode 100644 index 000000000..8a8b03b58 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_gallery_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 4977b9b61..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..3a5003461 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index ca689c303..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..e30b55b09 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 1194dec57..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..8260c3739 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 6ee251207..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..26c72d4e8 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 0ebd3839d..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..79de9031d Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_01.jpg b/theme_real_estate/static/src/img/snippets/s_images_wall_01.jpg deleted file mode 100644 index 7015be754..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_wall_01.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_01.webp b/theme_real_estate/static/src/img/snippets/s_images_wall_01.webp new file mode 100644 index 000000000..6df73aaa2 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_wall_01.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_02.jpg b/theme_real_estate/static/src/img/snippets/s_images_wall_02.jpg deleted file mode 100644 index 9096a6e77..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_wall_02.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_02.webp b/theme_real_estate/static/src/img/snippets/s_images_wall_02.webp new file mode 100644 index 000000000..8e1e3f23e Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_wall_02.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_03.jpg b/theme_real_estate/static/src/img/snippets/s_images_wall_03.jpg deleted file mode 100644 index 0cc0291ad..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_wall_03.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_03.webp b/theme_real_estate/static/src/img/snippets/s_images_wall_03.webp new file mode 100644 index 000000000..c911bb54a Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_wall_03.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_04.jpg b/theme_real_estate/static/src/img/snippets/s_images_wall_04.jpg deleted file mode 100644 index 7d8b01f2d..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_wall_04.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_04.webp b/theme_real_estate/static/src/img/snippets/s_images_wall_04.webp new file mode 100644 index 000000000..508fe7d2d Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_wall_04.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_05.jpg b/theme_real_estate/static/src/img/snippets/s_images_wall_05.jpg deleted file mode 100644 index 7c4068cb2..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_wall_05.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_05.webp b/theme_real_estate/static/src/img/snippets/s_images_wall_05.webp new file mode 100644 index 000000000..34d34f8d8 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_wall_05.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_06.jpg b/theme_real_estate/static/src/img/snippets/s_images_wall_06.jpg deleted file mode 100644 index f49b94088..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_wall_06.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_06.webp b/theme_real_estate/static/src/img/snippets/s_images_wall_06.webp new file mode 100644 index 000000000..46b27aedb Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_wall_06.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_07.jpg b/theme_real_estate/static/src/img/snippets/s_images_wall_07.jpg deleted file mode 100644 index d3778fc7d..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_images_wall_07.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_images_wall_07.webp b/theme_real_estate/static/src/img/snippets/s_images_wall_07.webp new file mode 100644 index 000000000..96acdc07c Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_images_wall_07.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index e691535a1..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..6cee6cd06 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index ca61e47f1..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..2f74c2c20 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_masonry_block.jpg b/theme_real_estate/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 43b5cb11a..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_masonry_block.webp b/theme_real_estate/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..a1cfed559 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_media_list_1.jpg b/theme_real_estate/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 838940ef5..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_media_list_1.webp b/theme_real_estate/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..8f56437f1 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_media_list_2.jpg b/theme_real_estate/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index c9785bda6..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_media_list_2.webp b/theme_real_estate/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..fb958e2e1 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_media_list_3.jpg b/theme_real_estate/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 632ed07b1..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_media_list_3.webp b/theme_real_estate/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..f87341337 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_newsletter.jpg b/theme_real_estate/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 351a2eaa1..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_newsletter.webp b/theme_real_estate/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..176a73c84 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_parallax.jpg b/theme_real_estate/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index 499b039c3..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_parallax.webp b/theme_real_estate/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..6a0744bab Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_picture.jpg b/theme_real_estate/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index d97b87070..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_picture.webp b/theme_real_estate/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..3a75751b6 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_picture.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_popup.jpg b/theme_real_estate/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 672e7e2eb..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_popup.webp b/theme_real_estate/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..f8d92d039 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_popup.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_1.jpg b/theme_real_estate/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index c142855c3..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_1.webp b/theme_real_estate/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..225e5d419 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_2.jpg b/theme_real_estate/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index b8ba2f461..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_2.webp b/theme_real_estate/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..a2e2c231b Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_3.jpg b/theme_real_estate/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 3bc6effbc..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_3.webp b/theme_real_estate/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..e14f90265 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_4.jpg b/theme_real_estate/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index e1792870f..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_4.webp b/theme_real_estate/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..d7d7eba1a Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_5.jpg b/theme_real_estate/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 511dac141..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_5.webp b/theme_real_estate/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..c0f9ec5dc Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_6.jpg b/theme_real_estate/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 338dd1c67..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_product_6.webp b/theme_real_estate/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..94453751c Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 4951d37d3..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..a18ccace4 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index e3aca1319..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..b75a7e56f Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.jpg b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.jpg deleted file mode 100644 index 198dc09d4..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.webp b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.webp new file mode 100644 index 000000000..50983121f Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_real_estate/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index 47cbfd06e..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_shape_image_default_image.webp b/theme_real_estate/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..dccc71cda Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 8105181e6..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.webp b/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..12da2f043 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_real_estate/static/src/img/snippets/s_text_image.jpg b/theme_real_estate/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index ab77a2366..000000000 Binary files a/theme_real_estate/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_real_estate/static/src/img/snippets/s_text_image.webp b/theme_real_estate/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..1d1b026f6 Binary files /dev/null and b/theme_real_estate/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_real_estate/views/images.xml b/theme_real_estate/views/images.xml index a03a35c08..5336f6918 100644 --- a/theme_real_estate/views/images.xml +++ b/theme_real_estate/views/images.xml @@ -6,410 +6,410 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m theme_common.image_content_02 theme_common.image_content_02 - /theme_real_estate/static/src/img/content/content_img_02.jpg + /theme_real_estate/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_real_estate/static/src/img/content/content_img_03.jpg + /theme_real_estate/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_real_estate/static/src/img/content/content_img_07.jpg + /theme_real_estate/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_real_estate/static/src/img/content/content_img_09.jpg + /theme_real_estate/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_real_estate/static/src/img/content/content_img_10.jpg + /theme_real_estate/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_real_estate/static/src/img/content/content_img_11.jpg + /theme_real_estate/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_real_estate/static/src/img/content/content_img_12.jpg + /theme_real_estate/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_real_estate/static/src/img/snippets/s_banner.jpg + /theme_real_estate/static/src/img/snippets/s_banner.webp website.s_popup_default_image website.s_popup_default_image - /theme_real_estate/static/src/img/snippets/s_popup.jpg + /theme_real_estate/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_real_estate/static/src/img/snippets/s_cover.jpg + /theme_real_estate/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_real_estate/static/src/img/snippets/s_text_image.jpg + /theme_real_estate/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_real_estate/static/src/img/snippets/s_image_text.jpg + /theme_real_estate/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_real_estate/static/src/img/snippets/s_picture.jpg + /theme_real_estate/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_real_estate/static/src/img/snippets/library_image_11.jpg + /theme_real_estate/static/src/img/snippets/library_image_11.webp website.library_image_13 website.library_image_13 - /theme_real_estate/static/src/img/snippets/library_image_13.jpg + /theme_real_estate/static/src/img/snippets/library_image_13.webp website.library_image_07 website.library_image_07 - /theme_real_estate/static/src/img/snippets/library_image_07.jpg + /theme_real_estate/static/src/img/snippets/library_image_07.webp website.library_image_03 website.library_image_03 - /theme_real_estate/static/src/img/snippets/s_images_wall_01.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_01.webp website.library_image_10 website.library_image_10 - /theme_real_estate/static/src/img/snippets/s_images_wall_02.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_02.webp website.library_image_19 website.library_image_19 - /theme_real_estate/static/src/img/snippets/s_images_wall_03.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_03.webp website.library_image_21 website.library_image_21 - /theme_real_estate/static/src/img/snippets/s_images_wall_07.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_07.webp website.library_image_05 website.library_image_05 - /theme_real_estate/static/src/img/snippets/s_images_wall_04.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_04.webp website.library_image_14 website.library_image_14 - /theme_real_estate/static/src/img/snippets/s_images_wall_06.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_06.webp website.library_image_16 website.library_image_16 - /theme_real_estate/static/src/img/snippets/s_images_wall_05.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_05.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_real_estate/static/src/img/snippets/s_masonry_block.jpg + /theme_real_estate/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_real_estate/static/src/img/snippets/s_carousel_1.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_real_estate/static/src/img/snippets/s_carousel_2.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_real_estate/static/src/img/snippets/s_carousel_3.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_real_estate/static/src/img/snippets/s_images_wall_01.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_01.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_real_estate/static/src/img/snippets/s_images_wall_03.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_03.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_real_estate/static/src/img/snippets/s_images_wall_05.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_05.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_real_estate/static/src/img/snippets/s_carousel_1.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_real_estate/static/src/img/snippets/s_carousel_2.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_real_estate/static/src/img/snippets/s_carousel_3.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_real_estate/static/src/img/snippets/s_media_list_1.jpg + /theme_real_estate/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_real_estate/static/src/img/snippets/s_media_list_2.jpg + /theme_real_estate/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_real_estate/static/src/img/snippets/s_media_list_3.jpg + /theme_real_estate/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_real_estate/static/src/img/snippets/s_parallax.jpg + /theme_real_estate/static/src/img/snippets/s_parallax.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_real_estate/static/src/img/snippets/s_product_1.jpg + /theme_real_estate/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_real_estate/static/src/img/snippets/s_product_2.jpg + /theme_real_estate/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_real_estate/static/src/img/snippets/s_product_3.jpg + /theme_real_estate/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_real_estate/static/src/img/snippets/s_product_4.jpg + /theme_real_estate/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_real_estate/static/src/img/snippets/s_product_5.jpg + /theme_real_estate/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_real_estate/static/src/img/snippets/s_product_6.jpg + /theme_real_estate/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.jpg + /theme_real_estate/static/src/img/snippets/s_quotes_carousel_3.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_real_estate/static/src/img/snippets/s_quotes_carousel_2.webp website.library_image_17 website.library_image_17 - /theme_real_estate/static/src/img/snippets/s_newsletter.jpg + /theme_real_estate/static/src/img/snippets/s_newsletter.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_real_estate/static/src/img/snippets/s_carousel_1.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_1.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_real_estate/static/src/img/snippets/s_carousel_2.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_2.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_real_estate/static/src/img/snippets/s_carousel_3.jpg + /theme_real_estate/static/src/img/snippets/s_carousel_3.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_real_estate/static/src/img/snippets/s_image_text.jpg + /theme_real_estate/static/src/img/snippets/s_image_text.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_real_estate/static/src/img/snippets/s_images_wall_05.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_05.webp website.library_image_02 website.library_image_02 - /theme_real_estate/static/src/img/snippets/s_images_gallery_1.jpg + /theme_real_estate/static/src/img/snippets/s_images_gallery_1.webp website.library_image_08 website.library_image_08 - /theme_real_estate/static/src/img/snippets/s_images_gallery_2.jpg + /theme_real_estate/static/src/img/snippets/s_images_gallery_2.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_real_estate/static/src/img/snippets/s_banner.jpg + /theme_real_estate/static/src/img/snippets/s_banner.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_real_estate/static/src/img/snippets/s_product_1.jpg + /theme_real_estate/static/src/img/snippets/s_product_1.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_real_estate/static/src/img/snippets/s_product_2.jpg + /theme_real_estate/static/src/img/snippets/s_product_2.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_real_estate/static/src/img/snippets/s_product_3.jpg + /theme_real_estate/static/src/img/snippets/s_product_3.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_real_estate/static/src/img/snippets/s_product_4.jpg + /theme_real_estate/static/src/img/snippets/s_product_4.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_real_estate/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_real_estate/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_real_estate/static/src/img/snippets/library_image_07.jpg + /theme_real_estate/static/src/img/snippets/library_image_07.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_real_estate/static/src/img/snippets/library_image_11.jpg + /theme_real_estate/static/src/img/snippets/library_image_11.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_real_estate/static/src/img/snippets/s_images_wall_04.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_04.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_real_estate/static/src/img/snippets/s_images_wall_01.jpg + /theme_real_estate/static/src/img/snippets/s_images_wall_01.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_real_estate/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_real_estate/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_real_estate/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_real_estate/static/src/img/snippets/s_banner.jpg + /theme_real_estate/static/src/img/snippets/s_banner.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_real_estate/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_real_estate/static/src/img/snippets/s_empowerment_default_image.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_real_estate/static/src/img/snippets/s_image_text.jpg + /theme_real_estate/static/src/img/snippets/s_image_text.webp website.s_image_frame_default_image website.s_image_frame_default_image - /theme_real_estate/static/src/img/snippets/library_image_07.jpg + /theme_real_estate/static/src/img/snippets/library_image_07.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_real_estate/static/src/img/snippets/s_cover.jpg + /theme_real_estate/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_real_estate/static/src/img/snippets/library_image_13.jpg + /theme_real_estate/static/src/img/snippets/library_image_13.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_real_estate/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_real_estate/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_real_estate/views/snippets/s_cta_box.xml b/theme_real_estate/views/snippets/s_cta_box.xml index e01e64241..f8ded7165 100644 --- a/theme_real_estate/views/snippets/s_cta_box.xml +++ b/theme_real_estate/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_real_estate/static/src/img/content/content_img_09.jpg + /theme_real_estate/static/src/img/content/content_img_09.webp diff --git a/theme_real_estate/views/snippets/s_image_text.xml b/theme_real_estate/views/snippets/s_image_text.xml index 8520b3c7f..a1b6e6ac0 100644 --- a/theme_real_estate/views/snippets/s_image_text.xml +++ b/theme_real_estate/views/snippets/s_image_text.xml @@ -22,7 +22,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/panel/panel_duo_step.svg web_editor/panel/panel_duo_step - image/jpeg + image/webp s_image_text.svg ;;;; diff --git a/theme_real_estate/views/snippets/s_text_image.xml b/theme_real_estate/views/snippets/s_text_image.xml index 162c89722..15dd7e19f 100644 --- a/theme_real_estate/views/snippets/s_text_image.xml +++ b/theme_real_estate/views/snippets/s_text_image.xml @@ -17,7 +17,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/panel/panel_duo_step.svg web_editor/panel/panel_duo_step - image/jpeg + image/webp s_text_image.svg ;;;; diff --git a/theme_test_custo/data/images.xml b/theme_test_custo/data/images.xml index 70193a8df..c496b0523 100644 --- a/theme_test_custo/data/images.xml +++ b/theme_test_custo/data/images.xml @@ -3,7 +3,7 @@ diff --git a/theme_test_custo/data/pages.xml b/theme_test_custo/data/pages.xml index 5297ef597..5394079a6 100644 --- a/theme_test_custo/data/pages.xml +++ b/theme_test_custo/data/pages.xml @@ -17,7 +17,7 @@

Learn more

- +
diff --git a/theme_test_custo/static/src/img/logo.jpg b/theme_test_custo/static/src/img/logo.jpg deleted file mode 100644 index 72d1fa547..000000000 Binary files a/theme_test_custo/static/src/img/logo.jpg and /dev/null differ diff --git a/theme_test_custo/static/src/img/logo.webp b/theme_test_custo/static/src/img/logo.webp new file mode 100644 index 000000000..09a7c825a Binary files /dev/null and b/theme_test_custo/static/src/img/logo.webp differ diff --git a/theme_treehouse/__manifest__.py b/theme_treehouse/__manifest__.py index 4f4e7f872..94c01546c 100644 --- a/theme_treehouse/__manifest__.py +++ b/theme_treehouse/__manifest__.py @@ -61,21 +61,21 @@ 'views/new_page_template.xml', ], 'images': [ - 'static/description/treehouse_cover.jpg', - 'static/description/treehouse_screenshot.jpg', + 'static/description/treehouse_cover.webp', + 'static/description/treehouse_screenshot.webp', ], 'images_preview_theme': { - 'website.s_sidegrid_default_image_1': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.jpg', - 'website.s_sidegrid_default_image_2': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.jpg', - 'website.s_sidegrid_default_image_3': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.jpg', - 'website.s_sidegrid_default_image_4': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.jpg', - 'website.s_text_image_default_image': '/theme_treehouse/static/src/img/content/text_image.jpg', - 'website.library_image_03': '/theme_treehouse/static/src/img/backgrounds/05.jpg', - 'website.library_image_13': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.jpg', - 'website.library_image_10': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.jpg', - 'website.library_image_05': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.jpg', - 'website.library_image_14': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.jpg', - 'website.library_image_16': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.jpg', + 'website.s_sidegrid_default_image_1': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.webp', + 'website.s_sidegrid_default_image_2': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.webp', + 'website.s_sidegrid_default_image_3': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.webp', + 'website.s_sidegrid_default_image_4': '/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.webp', + 'website.s_text_image_default_image': '/theme_treehouse/static/src/img/content/text_image.webp', + 'website.library_image_03': '/theme_treehouse/static/src/img/backgrounds/05.webp', + 'website.library_image_13': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.webp', + 'website.library_image_10': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.webp', + 'website.library_image_05': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.webp', + 'website.library_image_14': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.webp', + 'website.library_image_16': '/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.webp', }, 'configurator_snippets': { 'homepage': ['s_sidegrid', 's_numbers_list', 's_color_blocks_2', 's_references', 's_freegrid'], diff --git a/theme_treehouse/static/description/treehouse_cover.jpg b/theme_treehouse/static/description/treehouse_cover.jpg deleted file mode 100644 index 8f1c8d17a..000000000 Binary files a/theme_treehouse/static/description/treehouse_cover.jpg and /dev/null differ diff --git a/theme_treehouse/static/description/treehouse_cover.webp b/theme_treehouse/static/description/treehouse_cover.webp new file mode 100644 index 000000000..cf11f12af Binary files /dev/null and b/theme_treehouse/static/description/treehouse_cover.webp differ diff --git a/theme_treehouse/static/description/treehouse_screenshot.jpg b/theme_treehouse/static/description/treehouse_screenshot.jpg deleted file mode 100644 index a768fc86d..000000000 Binary files a/theme_treehouse/static/description/treehouse_screenshot.jpg and /dev/null differ diff --git a/theme_treehouse/static/description/treehouse_screenshot.webp b/theme_treehouse/static/description/treehouse_screenshot.webp new file mode 100644 index 000000000..f181b5e6d Binary files /dev/null and b/theme_treehouse/static/description/treehouse_screenshot.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/01.jpg b/theme_treehouse/static/src/img/backgrounds/01.jpg deleted file mode 100644 index 50dfd0a38..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/01.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/01.webp b/theme_treehouse/static/src/img/backgrounds/01.webp new file mode 100644 index 000000000..29b2a8e60 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/01.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/02.jpg b/theme_treehouse/static/src/img/backgrounds/02.jpg deleted file mode 100644 index 5ea170005..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/02.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/02.webp b/theme_treehouse/static/src/img/backgrounds/02.webp new file mode 100644 index 000000000..6b2f9d1c0 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/02.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/03.jpg b/theme_treehouse/static/src/img/backgrounds/03.jpg deleted file mode 100644 index cd9857527..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/03.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/03.webp b/theme_treehouse/static/src/img/backgrounds/03.webp new file mode 100644 index 000000000..a593f9979 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/03.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/04.jpg b/theme_treehouse/static/src/img/backgrounds/04.jpg deleted file mode 100644 index d4ec25493..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/04.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/04.webp b/theme_treehouse/static/src/img/backgrounds/04.webp new file mode 100644 index 000000000..b0b1000f3 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/04.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/05.jpg b/theme_treehouse/static/src/img/backgrounds/05.jpg deleted file mode 100644 index e87866e5b..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/05.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/05.webp b/theme_treehouse/static/src/img/backgrounds/05.webp new file mode 100644 index 000000000..e8133033d Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/05.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/06.jpg b/theme_treehouse/static/src/img/backgrounds/06.jpg deleted file mode 100644 index d1a11e036..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/06.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/06.webp b/theme_treehouse/static/src/img/backgrounds/06.webp new file mode 100644 index 000000000..3e2050b76 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/06.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/07.jpg b/theme_treehouse/static/src/img/backgrounds/07.jpg deleted file mode 100644 index 9e22211da..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/07.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/07.webp b/theme_treehouse/static/src/img/backgrounds/07.webp new file mode 100644 index 000000000..6cdd84dbf Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/07.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/08.jpg b/theme_treehouse/static/src/img/backgrounds/08.jpg deleted file mode 100644 index 001635471..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/08.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/08.webp b/theme_treehouse/static/src/img/backgrounds/08.webp new file mode 100644 index 000000000..6527124d8 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/08.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/09.jpg b/theme_treehouse/static/src/img/backgrounds/09.jpg deleted file mode 100644 index d78aa8a15..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/09.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/09.webp b/theme_treehouse/static/src/img/backgrounds/09.webp new file mode 100644 index 000000000..d31734d61 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/09.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/10.jpg b/theme_treehouse/static/src/img/backgrounds/10.jpg deleted file mode 100644 index 49c23808f..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/10.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/10.webp b/theme_treehouse/static/src/img/backgrounds/10.webp new file mode 100644 index 000000000..a1a911cbd Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/10.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/11.jpg b/theme_treehouse/static/src/img/backgrounds/11.jpg deleted file mode 100644 index b67a284d2..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/11.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/11.webp b/theme_treehouse/static/src/img/backgrounds/11.webp new file mode 100644 index 000000000..44641036d Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/11.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/12.jpg b/theme_treehouse/static/src/img/backgrounds/12.jpg deleted file mode 100644 index 49d5720b4..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/12.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/12.webp b/theme_treehouse/static/src/img/backgrounds/12.webp new file mode 100644 index 000000000..fb1e2bf2a Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/12.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/13.jpg b/theme_treehouse/static/src/img/backgrounds/13.jpg deleted file mode 100644 index a8b529296..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/13.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/13.webp b/theme_treehouse/static/src/img/backgrounds/13.webp new file mode 100644 index 000000000..9f8b29d24 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/13.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/14.jpg b/theme_treehouse/static/src/img/backgrounds/14.jpg deleted file mode 100644 index 1afdfc10c..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/14.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/14.webp b/theme_treehouse/static/src/img/backgrounds/14.webp new file mode 100644 index 000000000..9cc4359f5 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/14.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/15.jpg b/theme_treehouse/static/src/img/backgrounds/15.jpg deleted file mode 100644 index 8799dfd22..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/15.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/15.webp b/theme_treehouse/static/src/img/backgrounds/15.webp new file mode 100644 index 000000000..1f7f205f7 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/15.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/16.jpg b/theme_treehouse/static/src/img/backgrounds/16.jpg deleted file mode 100644 index b84190fa8..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/16.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/16.webp b/theme_treehouse/static/src/img/backgrounds/16.webp new file mode 100644 index 000000000..046857de7 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/16.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/17.jpg b/theme_treehouse/static/src/img/backgrounds/17.jpg deleted file mode 100644 index 276b2b607..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/17.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/17.webp b/theme_treehouse/static/src/img/backgrounds/17.webp new file mode 100644 index 000000000..1b1e0db1c Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/17.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/18.jpg b/theme_treehouse/static/src/img/backgrounds/18.jpg deleted file mode 100644 index acc314c39..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/18.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/18.webp b/theme_treehouse/static/src/img/backgrounds/18.webp new file mode 100644 index 000000000..061443273 Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/18.webp differ diff --git a/theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg b/theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index 5d2ee9402..000000000 Binary files a/theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp b/theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..7cacbb11e Binary files /dev/null and b/theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp differ diff --git a/theme_treehouse/static/src/img/content/company_team_01.jpg b/theme_treehouse/static/src/img/content/company_team_01.jpg deleted file mode 100644 index 7d9d51bd6..000000000 Binary files a/theme_treehouse/static/src/img/content/company_team_01.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/company_team_01.webp b/theme_treehouse/static/src/img/content/company_team_01.webp new file mode 100644 index 000000000..c0cbbc443 Binary files /dev/null and b/theme_treehouse/static/src/img/content/company_team_01.webp differ diff --git a/theme_treehouse/static/src/img/content/company_team_02.jpg b/theme_treehouse/static/src/img/content/company_team_02.jpg deleted file mode 100644 index 012666602..000000000 Binary files a/theme_treehouse/static/src/img/content/company_team_02.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/company_team_02.webp b/theme_treehouse/static/src/img/content/company_team_02.webp new file mode 100644 index 000000000..1480937ad Binary files /dev/null and b/theme_treehouse/static/src/img/content/company_team_02.webp differ diff --git a/theme_treehouse/static/src/img/content/company_team_03.jpg b/theme_treehouse/static/src/img/content/company_team_03.jpg deleted file mode 100644 index a167ce5f8..000000000 Binary files a/theme_treehouse/static/src/img/content/company_team_03.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/company_team_03.webp b/theme_treehouse/static/src/img/content/company_team_03.webp new file mode 100644 index 000000000..63cb9983f Binary files /dev/null and b/theme_treehouse/static/src/img/content/company_team_03.webp differ diff --git a/theme_treehouse/static/src/img/content/company_team_04.jpg b/theme_treehouse/static/src/img/content/company_team_04.jpg deleted file mode 100644 index b013bdfe0..000000000 Binary files a/theme_treehouse/static/src/img/content/company_team_04.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/company_team_04.webp b/theme_treehouse/static/src/img/content/company_team_04.webp new file mode 100644 index 000000000..a7400d4fb Binary files /dev/null and b/theme_treehouse/static/src/img/content/company_team_04.webp differ diff --git a/theme_treehouse/static/src/img/content/company_team_05.jpg b/theme_treehouse/static/src/img/content/company_team_05.jpg deleted file mode 100644 index 660345742..000000000 Binary files a/theme_treehouse/static/src/img/content/company_team_05.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/company_team_05.webp b/theme_treehouse/static/src/img/content/company_team_05.webp new file mode 100644 index 000000000..ca2b40ac6 Binary files /dev/null and b/theme_treehouse/static/src/img/content/company_team_05.webp differ diff --git a/theme_treehouse/static/src/img/content/company_team_06.jpg b/theme_treehouse/static/src/img/content/company_team_06.jpg deleted file mode 100644 index f0b4c4de6..000000000 Binary files a/theme_treehouse/static/src/img/content/company_team_06.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/company_team_06.webp b/theme_treehouse/static/src/img/content/company_team_06.webp new file mode 100644 index 000000000..e90b9a9a1 Binary files /dev/null and b/theme_treehouse/static/src/img/content/company_team_06.webp differ diff --git a/theme_treehouse/static/src/img/content/cover.jpg b/theme_treehouse/static/src/img/content/cover.jpg deleted file mode 100644 index 4e7b7fa57..000000000 Binary files a/theme_treehouse/static/src/img/content/cover.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/cover.webp b/theme_treehouse/static/src/img/content/cover.webp new file mode 100644 index 000000000..ffc90ba50 Binary files /dev/null and b/theme_treehouse/static/src/img/content/cover.webp differ diff --git a/theme_treehouse/static/src/img/content/image_text.jpg b/theme_treehouse/static/src/img/content/image_text.jpg deleted file mode 100644 index 9942231a4..000000000 Binary files a/theme_treehouse/static/src/img/content/image_text.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/image_text.webp b/theme_treehouse/static/src/img/content/image_text.webp new file mode 100644 index 000000000..864d8b06c Binary files /dev/null and b/theme_treehouse/static/src/img/content/image_text.webp differ diff --git a/theme_treehouse/static/src/img/content/masonry_block.jpg b/theme_treehouse/static/src/img/content/masonry_block.jpg deleted file mode 100644 index 509309cba..000000000 Binary files a/theme_treehouse/static/src/img/content/masonry_block.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/masonry_block.webp b/theme_treehouse/static/src/img/content/masonry_block.webp new file mode 100644 index 000000000..033f4dbb9 Binary files /dev/null and b/theme_treehouse/static/src/img/content/masonry_block.webp differ diff --git a/theme_treehouse/static/src/img/content/media_list_01.jpg b/theme_treehouse/static/src/img/content/media_list_01.jpg deleted file mode 100644 index 348d04998..000000000 Binary files a/theme_treehouse/static/src/img/content/media_list_01.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/media_list_01.webp b/theme_treehouse/static/src/img/content/media_list_01.webp new file mode 100644 index 000000000..767d6edc6 Binary files /dev/null and b/theme_treehouse/static/src/img/content/media_list_01.webp differ diff --git a/theme_treehouse/static/src/img/content/media_list_02.jpg b/theme_treehouse/static/src/img/content/media_list_02.jpg deleted file mode 100644 index 51295c1f4..000000000 Binary files a/theme_treehouse/static/src/img/content/media_list_02.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/media_list_02.webp b/theme_treehouse/static/src/img/content/media_list_02.webp new file mode 100644 index 000000000..b72340c0f Binary files /dev/null and b/theme_treehouse/static/src/img/content/media_list_02.webp differ diff --git a/theme_treehouse/static/src/img/content/media_list_03.jpg b/theme_treehouse/static/src/img/content/media_list_03.jpg deleted file mode 100644 index 6b02181da..000000000 Binary files a/theme_treehouse/static/src/img/content/media_list_03.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/media_list_03.webp b/theme_treehouse/static/src/img/content/media_list_03.webp new file mode 100644 index 000000000..b8c614310 Binary files /dev/null and b/theme_treehouse/static/src/img/content/media_list_03.webp differ diff --git a/theme_treehouse/static/src/img/content/picture.jpg b/theme_treehouse/static/src/img/content/picture.jpg deleted file mode 100644 index dd6a5d267..000000000 Binary files a/theme_treehouse/static/src/img/content/picture.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/picture.webp b/theme_treehouse/static/src/img/content/picture.webp new file mode 100644 index 000000000..03576b731 Binary files /dev/null and b/theme_treehouse/static/src/img/content/picture.webp differ diff --git a/theme_treehouse/static/src/img/content/quotes_carousel.jpg b/theme_treehouse/static/src/img/content/quotes_carousel.jpg deleted file mode 100644 index 0bcda737f..000000000 Binary files a/theme_treehouse/static/src/img/content/quotes_carousel.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/quotes_carousel.webp b/theme_treehouse/static/src/img/content/quotes_carousel.webp new file mode 100644 index 000000000..e987cdc91 Binary files /dev/null and b/theme_treehouse/static/src/img/content/quotes_carousel.webp differ diff --git a/theme_treehouse/static/src/img/content/s_empowerment_default_image.jpg b/theme_treehouse/static/src/img/content/s_empowerment_default_image.jpg deleted file mode 100644 index 68ead5f23..000000000 Binary files a/theme_treehouse/static/src/img/content/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_empowerment_default_image.webp b/theme_treehouse/static/src/img/content/s_empowerment_default_image.webp new file mode 100644 index 000000000..d0294f123 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_empowerment_default_image.webp differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_1.jpg b/theme_treehouse/static/src/img/content/s_freegrid_default_image_1.jpg deleted file mode 100644 index 2d5ba015b..000000000 Binary files a/theme_treehouse/static/src/img/content/s_freegrid_default_image_1.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_1.webp b/theme_treehouse/static/src/img/content/s_freegrid_default_image_1.webp new file mode 100644 index 000000000..ac6f2fd9a Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_freegrid_default_image_1.webp differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.jpg b/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.jpg deleted file mode 100644 index fc7da8c29..000000000 Binary files a/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.webp b/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.webp new file mode 100644 index 000000000..b0f7385f4 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_freegrid_default_image_2.webp differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.jpg b/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.jpg deleted file mode 100644 index 36c8e19e6..000000000 Binary files a/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.webp b/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.webp new file mode 100644 index 000000000..8ca3d238d Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_freegrid_default_image_3.webp differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.jpg b/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.jpg deleted file mode 100644 index f72d70012..000000000 Binary files a/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.webp b/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.webp new file mode 100644 index 000000000..602e800eb Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_freegrid_default_image_4.webp differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.jpg b/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.jpg deleted file mode 100644 index 3c1c91eb6..000000000 Binary files a/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.webp b/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.webp new file mode 100644 index 000000000..a44385481 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_freegrid_default_image_5.webp differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.jpg b/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.jpg deleted file mode 100644 index 76f26b0fa..000000000 Binary files a/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.webp b/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.webp new file mode 100644 index 000000000..1c623cee6 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_freegrid_default_image_6.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_constellation_default_image.jpg b/theme_treehouse/static/src/img/content/s_images_constellation_default_image.jpg deleted file mode 100644 index 5183ea480..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_constellation_default_image.webp b/theme_treehouse/static/src/img/content/s_images_constellation_default_image.webp new file mode 100644 index 000000000..dbcb0a78d Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_constellation_default_image.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.jpg b/theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 422e137fc..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.webp b/theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..aba663a0e Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.jpg b/theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 8898eb02c..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.webp b/theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..e71d33e80 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.jpg b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index ffa400164..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.webp b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..6a0b38a1c Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.jpg b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index b8ace5f57..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.webp b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..c7862e67c Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.jpg b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index d3d71f93d..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.webp b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..9dde6d933 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.jpg b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 4c3f4ec37..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.webp b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..410d40199 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.webp differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.jpg b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 6bb32c545..000000000 Binary files a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.webp b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..b35047576 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.webp differ diff --git a/theme_treehouse/static/src/img/content/s_intro_pill_default_image.jpg b/theme_treehouse/static/src/img/content/s_intro_pill_default_image.jpg deleted file mode 100644 index 26a1d9381..000000000 Binary files a/theme_treehouse/static/src/img/content/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_intro_pill_default_image.webp b/theme_treehouse/static/src/img/content/s_intro_pill_default_image.webp new file mode 100644 index 000000000..1e320ff2b Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_intro_pill_default_image.webp differ diff --git a/theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.jpg b/theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 480cb8662..000000000 Binary files a/theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.webp b/theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..cd1f099fc Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.webp differ diff --git a/theme_treehouse/static/src/img/content/s_kickoff_default_image.jpg b/theme_treehouse/static/src/img/content/s_kickoff_default_image.jpg deleted file mode 100644 index cdb3b1dd2..000000000 Binary files a/theme_treehouse/static/src/img/content/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_kickoff_default_image.webp b/theme_treehouse/static/src/img/content/s_kickoff_default_image.webp new file mode 100644 index 000000000..704b664b2 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_kickoff_default_image.webp differ diff --git a/theme_treehouse/static/src/img/content/s_shape_image_default_image.jpg b/theme_treehouse/static/src/img/content/s_shape_image_default_image.jpg deleted file mode 100644 index ab3a62fad..000000000 Binary files a/theme_treehouse/static/src/img/content/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_shape_image_default_image.webp b/theme_treehouse/static/src/img/content/s_shape_image_default_image.webp new file mode 100644 index 000000000..3a9579858 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_shape_image_default_image.webp differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.jpg b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.jpg deleted file mode 100644 index a67565d9e..000000000 Binary files a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.webp b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.webp new file mode 100644 index 000000000..5102a5363 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.webp differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.jpg b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.jpg deleted file mode 100644 index 0ea771c3f..000000000 Binary files a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.webp b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.webp new file mode 100644 index 000000000..5ad17bb36 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.webp differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.jpg b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.jpg deleted file mode 100644 index 6ececde92..000000000 Binary files a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.webp b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.webp new file mode 100644 index 000000000..2e03481f1 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.webp differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.jpg b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.jpg deleted file mode 100644 index 0caf28bd8..000000000 Binary files a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.webp b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.webp new file mode 100644 index 000000000..53d8220c9 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.webp differ diff --git a/theme_treehouse/static/src/img/content/s_split_intro_default_image.jpg b/theme_treehouse/static/src/img/content/s_split_intro_default_image.jpg deleted file mode 100644 index f5a498207..000000000 Binary files a/theme_treehouse/static/src/img/content/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/s_split_intro_default_image.webp b/theme_treehouse/static/src/img/content/s_split_intro_default_image.webp new file mode 100644 index 000000000..93ecf1b42 Binary files /dev/null and b/theme_treehouse/static/src/img/content/s_split_intro_default_image.webp differ diff --git a/theme_treehouse/static/src/img/content/text_image.jpg b/theme_treehouse/static/src/img/content/text_image.jpg deleted file mode 100644 index d236e99f5..000000000 Binary files a/theme_treehouse/static/src/img/content/text_image.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/text_image.webp b/theme_treehouse/static/src/img/content/text_image.webp new file mode 100644 index 000000000..96c994fe3 Binary files /dev/null and b/theme_treehouse/static/src/img/content/text_image.webp differ diff --git a/theme_treehouse/static/src/img/content/three_columns_01.jpg b/theme_treehouse/static/src/img/content/three_columns_01.jpg deleted file mode 100644 index f4c62fe28..000000000 Binary files a/theme_treehouse/static/src/img/content/three_columns_01.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/three_columns_01.webp b/theme_treehouse/static/src/img/content/three_columns_01.webp new file mode 100644 index 000000000..d29d4f0ed Binary files /dev/null and b/theme_treehouse/static/src/img/content/three_columns_01.webp differ diff --git a/theme_treehouse/static/src/img/content/three_columns_02.jpg b/theme_treehouse/static/src/img/content/three_columns_02.jpg deleted file mode 100644 index 85306358e..000000000 Binary files a/theme_treehouse/static/src/img/content/three_columns_02.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/three_columns_02.webp b/theme_treehouse/static/src/img/content/three_columns_02.webp new file mode 100644 index 000000000..9b853271f Binary files /dev/null and b/theme_treehouse/static/src/img/content/three_columns_02.webp differ diff --git a/theme_treehouse/static/src/img/content/three_columns_03.jpg b/theme_treehouse/static/src/img/content/three_columns_03.jpg deleted file mode 100644 index 02eecf5db..000000000 Binary files a/theme_treehouse/static/src/img/content/three_columns_03.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/three_columns_03.webp b/theme_treehouse/static/src/img/content/three_columns_03.webp new file mode 100644 index 000000000..17a37b20d Binary files /dev/null and b/theme_treehouse/static/src/img/content/three_columns_03.webp differ diff --git a/theme_treehouse/static/src/img/content/treehouse_cover.jpg b/theme_treehouse/static/src/img/content/treehouse_cover.jpg deleted file mode 100644 index b938ea5e9..000000000 Binary files a/theme_treehouse/static/src/img/content/treehouse_cover.jpg and /dev/null differ diff --git a/theme_treehouse/static/src/img/content/treehouse_cover.webp b/theme_treehouse/static/src/img/content/treehouse_cover.webp new file mode 100644 index 000000000..1cd43e0a2 Binary files /dev/null and b/theme_treehouse/static/src/img/content/treehouse_cover.webp differ diff --git a/theme_treehouse/views/images_library.xml b/theme_treehouse/views/images_library.xml index 720afbb05..ce6e4e76b 100644 --- a/theme_treehouse/views/images_library.xml +++ b/theme_treehouse/views/images_library.xml @@ -4,83 +4,83 @@ theme_treehouse.bg_img_01 - background_img_01.jpg - /theme_treehouse/static/src/img/backgrounds/01.jpg + background_img_01.webp + /theme_treehouse/static/src/img/backgrounds/01.webp theme_treehouse.bg_img_02 - background_img_02.jpg - /theme_treehouse/static/src/img/backgrounds/02.jpg + background_img_02.webp + /theme_treehouse/static/src/img/backgrounds/02.webp theme_treehouse.bg_img_03 - background_img_03.jpg - /theme_treehouse/static/src/img/backgrounds/03.jpg + background_img_03.webp + /theme_treehouse/static/src/img/backgrounds/03.webp theme_treehouse.bg_img_04 - background_img_04.jpg - /theme_treehouse/static/src/img/backgrounds/04.jpg + background_img_04.webp + /theme_treehouse/static/src/img/backgrounds/04.webp theme_treehouse.bg_img_05 - background_img_05.jpg - /theme_treehouse/static/src/img/backgrounds/05.jpg + background_img_05.webp + /theme_treehouse/static/src/img/backgrounds/05.webp theme_treehouse.bg_img_06 - background_img_06.jpg - /theme_treehouse/static/src/img/backgrounds/06.jpg + background_img_06.webp + /theme_treehouse/static/src/img/backgrounds/06.webp theme_treehouse.bg_img_07 - background_img_07.jpg - /theme_treehouse/static/src/img/backgrounds/07.jpg + background_img_07.webp + /theme_treehouse/static/src/img/backgrounds/07.webp theme_treehouse.bg_img_08 - background_img_08.jpg - /theme_treehouse/static/src/img/backgrounds/08.jpg + background_img_08.webp + /theme_treehouse/static/src/img/backgrounds/08.webp theme_treehouse.bg_img_09 - background_img_09.jpg - /theme_treehouse/static/src/img/backgrounds/09.jpg + background_img_09.webp + /theme_treehouse/static/src/img/backgrounds/09.webp theme_treehouse.bg_img_10 - background_img_10.jpg - /theme_treehouse/static/src/img/backgrounds/10.jpg + background_img_10.webp + /theme_treehouse/static/src/img/backgrounds/10.webp theme_treehouse.bg_img_11 - background_img_11.jpg - /theme_treehouse/static/src/img/backgrounds/11.jpg + background_img_11.webp + /theme_treehouse/static/src/img/backgrounds/11.webp theme_treehouse.bg_img_12 - background_img_12.jpg - /theme_treehouse/static/src/img/backgrounds/12.jpg + background_img_12.webp + /theme_treehouse/static/src/img/backgrounds/12.webp theme_treehouse.bg_img_13 - background_img_13.jpg - /theme_treehouse/static/src/img/backgrounds/13.jpg + background_img_13.webp + /theme_treehouse/static/src/img/backgrounds/13.webp theme_treehouse.bg_img_14 - background_img_14.jpg - /theme_treehouse/static/src/img/backgrounds/14.jpg + background_img_14.webp + /theme_treehouse/static/src/img/backgrounds/14.webp theme_treehouse.bg_img_15 - background_img_15.jpg - /theme_treehouse/static/src/img/backgrounds/15.jpg + background_img_15.webp + /theme_treehouse/static/src/img/backgrounds/15.webp theme_treehouse.bg_img_16 - background_img_16.jpg - /theme_treehouse/static/src/img/backgrounds/16.jpg + background_img_16.webp + /theme_treehouse/static/src/img/backgrounds/16.webp @@ -134,474 +134,474 @@ website.s_cover_default_image website.s_cover_default_image - /theme_treehouse/static/src/img/content/cover.jpg + /theme_treehouse/static/src/img/content/cover.webp website.s_banner_default_image website.s_banner_default_image - /theme_treehouse/static/src/img/backgrounds/02.jpg + /theme_treehouse/static/src/img/backgrounds/02.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_treehouse/static/src/img/backgrounds/17.jpg + /theme_treehouse/static/src/img/backgrounds/17.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_treehouse/static/src/img/backgrounds/18.jpg + /theme_treehouse/static/src/img/backgrounds/18.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_treehouse/static/src/img/content/text_image.jpg + /theme_treehouse/static/src/img/content/text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_treehouse/static/src/img/content/image_text.jpg + /theme_treehouse/static/src/img/content/image_text.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_treehouse/static/src/img/content/three_columns_01.jpg + /theme_treehouse/static/src/img/content/three_columns_01.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_treehouse/static/src/img/content/three_columns_02.jpg + /theme_treehouse/static/src/img/content/three_columns_02.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_treehouse/static/src/img/content/three_columns_03.jpg + /theme_treehouse/static/src/img/content/three_columns_03.webp website.s_picture_default_image website.s_picture_default_image - /theme_treehouse/static/src/img/backgrounds/01.jpg + /theme_treehouse/static/src/img/backgrounds/01.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_treehouse/static/src/img/content/masonry_block.jpg + /theme_treehouse/static/src/img/content/masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_treehouse/static/src/img/backgrounds/11.jpg + /theme_treehouse/static/src/img/backgrounds/11.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_treehouse/static/src/img/backgrounds/12.jpg + /theme_treehouse/static/src/img/backgrounds/12.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_treehouse/static/src/img/backgrounds/03.jpg + /theme_treehouse/static/src/img/backgrounds/03.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_treehouse/static/src/img/backgrounds/05.jpg + /theme_treehouse/static/src/img/backgrounds/05.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_treehouse/static/src/img/backgrounds/12.jpg + /theme_treehouse/static/src/img/backgrounds/12.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_treehouse/static/src/img/backgrounds/02.jpg + /theme_treehouse/static/src/img/backgrounds/02.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_treehouse/static/src/img/backgrounds/11.jpg + /theme_treehouse/static/src/img/backgrounds/11.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_treehouse/static/src/img/backgrounds/12.jpg + /theme_treehouse/static/src/img/backgrounds/12.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_treehouse/static/src/img/backgrounds/03.jpg + /theme_treehouse/static/src/img/backgrounds/03.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_treehouse/static/src/img/content/media_list_01.jpg + /theme_treehouse/static/src/img/content/media_list_01.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_treehouse/static/src/img/content/media_list_02.jpg + /theme_treehouse/static/src/img/content/media_list_02.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_treehouse/static/src/img/content/media_list_03.jpg + /theme_treehouse/static/src/img/content/media_list_03.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_treehouse/static/src/img/content/company_team_01.jpg + /theme_treehouse/static/src/img/content/company_team_01.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_treehouse/static/src/img/content/company_team_02.jpg + /theme_treehouse/static/src/img/content/company_team_02.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_treehouse/static/src/img/content/company_team_03.jpg + /theme_treehouse/static/src/img/content/company_team_03.webp website.s_company_team_image_4 website.s_company_team_default_image_4 - /theme_treehouse/static/src/img/content/company_team_04.jpg + /theme_treehouse/static/src/img/content/company_team_04.webp website.s_company_team_image_5 website.s_company_team_default_image_5 - /theme_treehouse/static/src/img/content/company_team_05.jpg + /theme_treehouse/static/src/img/content/company_team_05.webp website.s_company_team_image_6 website.s_company_team_default_image_6 - /theme_treehouse/static/src/img/content/company_team_06.jpg + /theme_treehouse/static/src/img/content/company_team_06.webp website.s_quotes_carousel_default_image_1 website.s_quotes_carousel_default_image_1 - /theme_treehouse/static/src/img/content/quotes_carousel.jpg + /theme_treehouse/static/src/img/content/quotes_carousel.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_treehouse/static/src/img/content/company_team_03.jpg + /theme_treehouse/static/src/img/content/company_team_03.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_treehouse/static/src/img/content/company_team_02.jpg + /theme_treehouse/static/src/img/content/company_team_02.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_treehouse/static/src/img/content/company_team_04.jpg + /theme_treehouse/static/src/img/content/company_team_04.webp website.library_image_08 website.library_image_08 - /theme_treehouse/static/src/img/backgrounds/04.jpg + /theme_treehouse/static/src/img/backgrounds/04.webp website.library_image_03 website.library_image_03 - /theme_treehouse/static/src/img/backgrounds/05.jpg + /theme_treehouse/static/src/img/backgrounds/05.webp website.library_image_02 website.library_image_02 - /theme_treehouse/static/src/img/backgrounds/15.jpg + /theme_treehouse/static/src/img/backgrounds/15.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_treehouse/static/src/img/backgrounds/13.jpg + /theme_treehouse/static/src/img/backgrounds/13.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg + /theme_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_treehouse/static/src/img/backgrounds/02.jpg + /theme_treehouse/static/src/img/backgrounds/02.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_treehouse/static/src/img/content/cover.jpg + /theme_treehouse/static/src/img/content/cover.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_treehouse/static/src/img/content/three_columns_03.jpg + /theme_treehouse/static/src/img/content/three_columns_03.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_treehouse/static/src/img/content/image_text.jpg + /theme_treehouse/static/src/img/content/image_text.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_treehouse/static/src/img/content/three_columns_02.jpg + /theme_treehouse/static/src/img/content/three_columns_02.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_treehouse/static/src/img/content/s_kickoff_default_image.jpg + /theme_treehouse/static/src/img/content/s_kickoff_default_image.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_treehouse/static/src/img/backgrounds/07.jpg + /theme_treehouse/static/src/img/backgrounds/07.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_treehouse/static/src/img/backgrounds/09.jpg + /theme_treehouse/static/src/img/backgrounds/09.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_treehouse/static/src/img/backgrounds/10.jpg + /theme_treehouse/static/src/img/backgrounds/10.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_treehouse/static/src/img/backgrounds/12.jpg + /theme_treehouse/static/src/img/backgrounds/12.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_treehouse/static/src/img/content/s_intro_pill_default_image.jpg + /theme_treehouse/static/src/img/content/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.jpg + /theme_treehouse/static/src/img/content/s_intro_pill_default_image_2.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_treehouse/static/src/img/content/s_empowerment_default_image.jpg + /theme_treehouse/static/src/img/content/s_empowerment_default_image.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_treehouse/static/src/img/backgrounds/02.jpg + /theme_treehouse/static/src/img/backgrounds/02.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_treehouse/static/src/img/backgrounds/05.jpg + /theme_treehouse/static/src/img/backgrounds/05.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_treehouse/static/src/img/backgrounds/06.jpg + /theme_treehouse/static/src/img/backgrounds/06.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_treehouse/static/src/img/backgrounds/16.jpg + /theme_treehouse/static/src/img/backgrounds/16.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.jpg + /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.jpg + /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.jpg + /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.jpg + /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.jpg + /theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_treehouse/static/src/img/content/s_shape_image_default_image.jpg + /theme_treehouse/static/src/img/content/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_treehouse/static/src/img/content/s_images_constellation_default_image.jpg + /theme_treehouse/static/src/img/content/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.jpg + /theme_treehouse/static/src/img/content/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.jpg + /theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_treehouse/static/src/img/content/treehouse_cover.jpg + /theme_treehouse/static/src/img/content/treehouse_cover.webp website.s_sidegrid_default_image_1 website.s_sidegrid_default_image_1 - /theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.jpg + /theme_treehouse/static/src/img/content/s_sidegrid_default_image_1.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.jpg + /theme_treehouse/static/src/img/content/s_sidegrid_default_image_2.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.jpg + /theme_treehouse/static/src/img/content/s_sidegrid_default_image_3.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.jpg + /theme_treehouse/static/src/img/content/s_sidegrid_default_image_4.webp website.library_image_13 website.library_image_13 - /theme_treehouse/static/src/img/content/s_freegrid_default_image_2.jpg + /theme_treehouse/static/src/img/content/s_freegrid_default_image_2.webp website.library_image_10 website.library_image_10 - /theme_treehouse/static/src/img/content/s_freegrid_default_image_3.jpg + /theme_treehouse/static/src/img/content/s_freegrid_default_image_3.webp website.library_image_05 website.library_image_05 - /theme_treehouse/static/src/img/content/s_freegrid_default_image_4.jpg + /theme_treehouse/static/src/img/content/s_freegrid_default_image_4.webp website.library_image_14 website.library_image_14 - /theme_treehouse/static/src/img/content/s_freegrid_default_image_5.jpg + /theme_treehouse/static/src/img/content/s_freegrid_default_image_5.webp website.library_image_16 website.library_image_16 - /theme_treehouse/static/src/img/content/s_freegrid_default_image_6.jpg + /theme_treehouse/static/src/img/content/s_freegrid_default_image_6.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_treehouse/static/src/img/backgrounds/17.jpg + /theme_treehouse/static/src/img/backgrounds/17.webp website.s_striped_top_default_image website.s_striped_top_default_image - /theme_treehouse/static/src/img/content/three_columns_01.jpg + /theme_treehouse/static/src/img/content/three_columns_01.webp website.s_image_hexagonal_default_image website.s_image_hexagonal_default_image - /theme_treehouse/static/src/img/backgrounds/05.jpg + /theme_treehouse/static/src/img/backgrounds/05.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_treehouse/static/src/img/backgrounds/07.jpg + /theme_treehouse/static/src/img/backgrounds/07.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_treehouse/static/src/img/content/three_columns_02.jpg + /theme_treehouse/static/src/img/content/three_columns_02.webp website.s_faq_horizontal_default_image_1 website.s_faq_horizontal_default_image_1 - /theme_treehouse/static/src/img/backgrounds/15.jpg + /theme_treehouse/static/src/img/backgrounds/15.webp website.s_tabs_images_default_image_4 website.s_tabs_images_default_image_4 - /theme_treehouse/static/src/img/backgrounds/16.jpg + /theme_treehouse/static/src/img/backgrounds/16.webp website.s_tabs_images_default_image_5 website.s_tabs_images_default_image_5 - /theme_treehouse/static/src/img/backgrounds/10.jpg + /theme_treehouse/static/src/img/backgrounds/10.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_treehouse/static/src/img/content/cover.jpg + /theme_treehouse/static/src/img/content/cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_treehouse/static/src/img/content/masonry_block.jpg + /theme_treehouse/static/src/img/content/masonry_block.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_treehouse/static/src/img/content/s_split_intro_default_image.jpg + /theme_treehouse/static/src/img/content/s_split_intro_default_image.webp diff --git a/theme_treehouse/views/snippets/s_cta_box.xml b/theme_treehouse/views/snippets/s_cta_box.xml index 65cca5d8d..79a3a0fbb 100644 --- a/theme_treehouse/views/snippets/s_cta_box.xml +++ b/theme_treehouse/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@
- /theme_treehouse/static/src/img/backgrounds/02.jpg + /theme_treehouse/static/src/img/backgrounds/02.webp diff --git a/theme_vehicle/__manifest__.py b/theme_vehicle/__manifest__.py index 6e869e2de..969be560f 100644 --- a/theme_vehicle/__manifest__.py +++ b/theme_vehicle/__manifest__.py @@ -18,18 +18,18 @@ 'static/description/vehicle_screenshot.png', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_vehicle/static/src/img/snippets/s_cover.jpg', - 'website.s_three_columns_default_image_1': '/theme_vehicle/static/src/img/snippets/s_three_columns_1.jpg', - 'website.s_three_columns_default_image_2': '/theme_vehicle/static/src/img/snippets/s_three_columns_2.jpg', - 'website.s_three_columns_default_image_3': '/theme_vehicle/static/src/img/snippets/s_three_columns_3.jpg', - 'website.s_picture_default_image': '/theme_vehicle/static/src/img/snippets/s_picture.jpg', - 'website.s_key_images_default_image_1': '/theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg', - 'website.s_key_images_default_image_2': '/theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg', - 'website.s_key_images_default_image_3': '/theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg', - 'website.s_key_images_default_image_4': '/theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg', - 'website.s_media_list_default_image_1': '/theme_vehicle/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_media_list_default_image_2': '/theme_vehicle/static/src/img/snippets/s_media_list_2.jpg', - 'website.s_media_list_default_image_3': '/theme_vehicle/static/src/img/snippets/s_media_list_3.jpg', + 'website.s_cover_default_image': '/theme_vehicle/static/src/img/snippets/s_cover.webp', + 'website.s_three_columns_default_image_1': '/theme_vehicle/static/src/img/snippets/s_three_columns_1.webp', + 'website.s_three_columns_default_image_2': '/theme_vehicle/static/src/img/snippets/s_three_columns_2.webp', + 'website.s_three_columns_default_image_3': '/theme_vehicle/static/src/img/snippets/s_three_columns_3.webp', + 'website.s_picture_default_image': '/theme_vehicle/static/src/img/snippets/s_picture.webp', + 'website.s_key_images_default_image_1': '/theme_vehicle/static/src/img/snippets/s_images_wall_5.webp', + 'website.s_key_images_default_image_2': '/theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp', + 'website.s_key_images_default_image_3': '/theme_vehicle/static/src/img/snippets/s_masonry_block_2.webp', + 'website.s_key_images_default_image_4': '/theme_vehicle/static/src/img/snippets/s_images_wall_2.webp', + 'website.s_media_list_default_image_1': '/theme_vehicle/static/src/img/snippets/s_media_list_1.webp', + 'website.s_media_list_default_image_2': '/theme_vehicle/static/src/img/snippets/s_media_list_2.webp', + 'website.s_media_list_default_image_3': '/theme_vehicle/static/src/img/snippets/s_media_list_3.webp', }, 'configurator_snippets': { 'homepage': ['s_cover', 's_title', 's_three_columns', 's_picture', 's_key_images', 's_numbers_charts', 's_media_list'], diff --git a/theme_vehicle/static/src/img/content/content_img_02.jpg b/theme_vehicle/static/src/img/content/content_img_02.jpg deleted file mode 100755 index 51b873a16..000000000 Binary files a/theme_vehicle/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/content/content_img_02.webp b/theme_vehicle/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..ea0a37897 Binary files /dev/null and b/theme_vehicle/static/src/img/content/content_img_02.webp differ diff --git a/theme_vehicle/static/src/img/content/content_img_03.jpg b/theme_vehicle/static/src/img/content/content_img_03.jpg deleted file mode 100755 index 98325707a..000000000 Binary files a/theme_vehicle/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/content/content_img_03.webp b/theme_vehicle/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..bcbe43288 Binary files /dev/null and b/theme_vehicle/static/src/img/content/content_img_03.webp differ diff --git a/theme_vehicle/static/src/img/content/content_img_07.jpg b/theme_vehicle/static/src/img/content/content_img_07.jpg deleted file mode 100755 index 1670537f0..000000000 Binary files a/theme_vehicle/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/content/content_img_07.webp b/theme_vehicle/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..bb91fad25 Binary files /dev/null and b/theme_vehicle/static/src/img/content/content_img_07.webp differ diff --git a/theme_vehicle/static/src/img/content/content_img_09.jpg b/theme_vehicle/static/src/img/content/content_img_09.jpg deleted file mode 100755 index c6ff89c0f..000000000 Binary files a/theme_vehicle/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/content/content_img_09.webp b/theme_vehicle/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..71093a330 Binary files /dev/null and b/theme_vehicle/static/src/img/content/content_img_09.webp differ diff --git a/theme_vehicle/static/src/img/content/content_img_10.jpg b/theme_vehicle/static/src/img/content/content_img_10.jpg deleted file mode 100755 index 2fae6b2a3..000000000 Binary files a/theme_vehicle/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/content/content_img_10.webp b/theme_vehicle/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..b49153820 Binary files /dev/null and b/theme_vehicle/static/src/img/content/content_img_10.webp differ diff --git a/theme_vehicle/static/src/img/content/content_img_11.jpg b/theme_vehicle/static/src/img/content/content_img_11.jpg deleted file mode 100755 index efa385a26..000000000 Binary files a/theme_vehicle/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/content/content_img_11.webp b/theme_vehicle/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..c2a0ad000 Binary files /dev/null and b/theme_vehicle/static/src/img/content/content_img_11.webp differ diff --git a/theme_vehicle/static/src/img/content/content_img_12.jpg b/theme_vehicle/static/src/img/content/content_img_12.jpg deleted file mode 100755 index ad3553b47..000000000 Binary files a/theme_vehicle/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/content/content_img_12.webp b/theme_vehicle/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..31a6a37a8 Binary files /dev/null and b/theme_vehicle/static/src/img/content/content_img_12.webp differ diff --git a/theme_vehicle/static/src/img/snippets/library_image_07.jpg b/theme_vehicle/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index ec45a7ffc..000000000 Binary files a/theme_vehicle/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/library_image_07.webp b/theme_vehicle/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..0f9aa2d70 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_vehicle/static/src/img/snippets/library_image_11.jpg b/theme_vehicle/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index b3f4f4d8a..000000000 Binary files a/theme_vehicle/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/library_image_11.webp b/theme_vehicle/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..dd1753e01 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_vehicle/static/src/img/snippets/library_image_13.jpg b/theme_vehicle/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index c16976bd0..000000000 Binary files a/theme_vehicle/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/library_image_13.webp b/theme_vehicle/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..14ea77b80 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_banner.jpg b/theme_vehicle/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index acc5593e8..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_banner.webp b/theme_vehicle/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..05b1cb9be Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_banner.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_banner_2.jpg b/theme_vehicle/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index ddbec62e7..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_banner_2.webp b/theme_vehicle/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..37622528f Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_banner_3.jpg b/theme_vehicle/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index c0664bbda..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_banner_3.webp b/theme_vehicle/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..29dfed315 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_carousel_1.jpg b/theme_vehicle/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index d3df67817..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_carousel_1.webp b/theme_vehicle/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..ab5c51bb9 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_carousel_2.jpg b/theme_vehicle/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index fd28cca6e..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_carousel_2.webp b/theme_vehicle/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..4308aab23 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_carousel_3.jpg b/theme_vehicle/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 85c561a47..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_carousel_3.webp b/theme_vehicle/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..67df836a3 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_cover.jpg b/theme_vehicle/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index faa44fba4..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_cover.webp b/theme_vehicle/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..1d5b742e0 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_cover.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_vehicle/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index c069cf90f..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_empowerment_default_image.webp b/theme_vehicle/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..1c9637882 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_image_text.jpg b/theme_vehicle/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 585c5f744..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_image_text.webp b/theme_vehicle/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..349e2e74d Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index 6144c74f5..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..fc2ea5b7c Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index b72b02029..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..b75b7c457 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index e649f5d33..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..30a165ad1 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index e6d431eef..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..739eb1a73 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 3a8e1574a..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..66aa0b428 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 4a9a5ca6f..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..8733390a7 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index 4f6f5cce8..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..a4b27a906 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index 62f001c4f..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..411f986d5 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_1.jpg b/theme_vehicle/static/src/img/snippets/s_images_wall_1.jpg deleted file mode 100644 index 4a5ebd286..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_wall_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_1.webp b/theme_vehicle/static/src/img/snippets/s_images_wall_1.webp new file mode 100644 index 000000000..e2eb2ca89 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_wall_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg b/theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg deleted file mode 100644 index c0e3db22d..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_2.webp b/theme_vehicle/static/src/img/snippets/s_images_wall_2.webp new file mode 100644 index 000000000..3d22c3511 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_wall_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_3.jpg b/theme_vehicle/static/src/img/snippets/s_images_wall_3.jpg deleted file mode 100644 index 33337102c..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_wall_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_3.webp b/theme_vehicle/static/src/img/snippets/s_images_wall_3.webp new file mode 100644 index 000000000..85989589f Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_wall_3.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_4.jpg b/theme_vehicle/static/src/img/snippets/s_images_wall_4.jpg deleted file mode 100644 index e35f0d28c..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_wall_4.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_4.webp b/theme_vehicle/static/src/img/snippets/s_images_wall_4.webp new file mode 100644 index 000000000..b363a8862 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_wall_4.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg b/theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg deleted file mode 100644 index 2d8f08cf7..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_images_wall_5.webp b/theme_vehicle/static/src/img/snippets/s_images_wall_5.webp new file mode 100644 index 000000000..69d5b2779 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_images_wall_5.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg b/theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg deleted file mode 100644 index 2bcd63741..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp b/theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp new file mode 100644 index 000000000..b8cb0b83a Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_img_gallery_3.jpg b/theme_vehicle/static/src/img/snippets/s_img_gallery_3.jpg deleted file mode 100644 index 0e9e452ea..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_img_gallery_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_img_gallery_3.webp b/theme_vehicle/static/src/img/snippets/s_img_gallery_3.webp new file mode 100644 index 000000000..fbca06186 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_img_gallery_3.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index dfbecb926..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..58441f9ea Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 3ff6a0ecb..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..9282ea3f6 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_vehicle/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 2a89a3378..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_kickoff_default_image.webp b/theme_vehicle/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..703ef78b0 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_masonry_block.jpg b/theme_vehicle/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 8c9406ec0..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_masonry_block.webp b/theme_vehicle/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..e2483216c Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg b/theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg deleted file mode 100644 index 0eb1c0be0..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_masonry_block_2.webp b/theme_vehicle/static/src/img/snippets/s_masonry_block_2.webp new file mode 100644 index 000000000..b1a8167cc Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_masonry_block_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_media_list_1.jpg b/theme_vehicle/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 52f5ac578..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_media_list_1.webp b/theme_vehicle/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..7afc6373a Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_media_list_2.jpg b/theme_vehicle/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 543806028..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_media_list_2.webp b/theme_vehicle/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..cd4c305fd Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_media_list_3.jpg b/theme_vehicle/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 7233f7b61..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_media_list_3.webp b/theme_vehicle/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..339d5fe6b Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_newsletter.jpg b/theme_vehicle/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 87e5f2c60..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_newsletter.webp b/theme_vehicle/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..26ba12f0d Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_parallax.jpg b/theme_vehicle/static/src/img/snippets/s_parallax.jpg deleted file mode 100644 index a016e71cc..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_parallax.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_parallax.webp b/theme_vehicle/static/src/img/snippets/s_parallax.webp new file mode 100644 index 000000000..cef390deb Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_parallax.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_picture.jpg b/theme_vehicle/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 7d611a0ad..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_picture.webp b/theme_vehicle/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..d302d512b Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_picture.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_popup.jpg b/theme_vehicle/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 1569fdec6..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_popup.webp b/theme_vehicle/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..abb9e7790 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_popup.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.jpg b/theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index 12b876b47..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.webp b/theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..e21d9eb8a Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_1.jpg b/theme_vehicle/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 9d262b175..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_1.webp b/theme_vehicle/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..03baa69e9 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_2.jpg b/theme_vehicle/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index 489d8ede1..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_2.webp b/theme_vehicle/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..1c9d2d38f Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_3.jpg b/theme_vehicle/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index f446e6477..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_3.webp b/theme_vehicle/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..85bcbe3b1 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_4.jpg b/theme_vehicle/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index 0669a8a38..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_4.webp b/theme_vehicle/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..fb983af8e Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_5.jpg b/theme_vehicle/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 715bfaf13..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_5.webp b/theme_vehicle/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..dff87fe2e Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_6.jpg b/theme_vehicle/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index db4934714..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_product_6.webp b/theme_vehicle/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..370d03aeb Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.jpg b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.jpg deleted file mode 100644 index 2240df816..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.webp b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.webp new file mode 100644 index 000000000..fd540eab0 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 1670537f0..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..bb91fad25 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index ad3553b47..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..31a6a37a8 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_vehicle/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index f558d0cb2..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_shape_image_default_image.webp b/theme_vehicle/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..8876baf97 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 5ab4ead1d..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.webp b/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..351c71802 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_text_image.jpg b/theme_vehicle/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index 535d2bb7d..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_text_image.webp b/theme_vehicle/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..1eeae1457 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_three_columns_1.jpg b/theme_vehicle/static/src/img/snippets/s_three_columns_1.jpg deleted file mode 100644 index b3ea5a79f..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_three_columns_1.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_three_columns_1.webp b/theme_vehicle/static/src/img/snippets/s_three_columns_1.webp new file mode 100644 index 000000000..5fea4aa10 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_three_columns_1.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_three_columns_2.jpg b/theme_vehicle/static/src/img/snippets/s_three_columns_2.jpg deleted file mode 100644 index df8246fee..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_three_columns_2.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_three_columns_2.webp b/theme_vehicle/static/src/img/snippets/s_three_columns_2.webp new file mode 100644 index 000000000..9af15e1d8 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_three_columns_2.webp differ diff --git a/theme_vehicle/static/src/img/snippets/s_three_columns_3.jpg b/theme_vehicle/static/src/img/snippets/s_three_columns_3.jpg deleted file mode 100644 index a33b7e7ca..000000000 Binary files a/theme_vehicle/static/src/img/snippets/s_three_columns_3.jpg and /dev/null differ diff --git a/theme_vehicle/static/src/img/snippets/s_three_columns_3.webp b/theme_vehicle/static/src/img/snippets/s_three_columns_3.webp new file mode 100644 index 000000000..c8f12db29 Binary files /dev/null and b/theme_vehicle/static/src/img/snippets/s_three_columns_3.webp differ diff --git a/theme_vehicle/views/customizations.xml b/theme_vehicle/views/customizations.xml index c8153de45..508c921cd 100644 --- a/theme_vehicle/views/customizations.xml +++ b/theme_vehicle/views/customizations.xml @@ -62,7 +62,7 @@ /web_editor/image_shape/website.s_text_image_default_image/web_editor/composition/composition_square_3.svg?c1=o-color-1&c5=o-color-5 web_editor/composition/composition_square_3 - image/jpeg + image/webp s_text_image.svg o-color-1;;;;o-color-5 @@ -91,7 +91,7 @@ /web_editor/image_shape/website.s_image_text_default_image/web_editor/composition/composition_square_2.svg?c2=o-color-1&c5=o-color-5 web_editor/composition/composition_square_2 - image/jpeg + image/webp s_image_text.svg ;o-color-1;;;o-color-5 @@ -212,7 +212,7 @@ - /theme_vehicle/static/src/img/content/content_img_02.jpg + /theme_vehicle/static/src/img/content/content_img_02.webp diff --git a/theme_vehicle/views/images.xml b/theme_vehicle/views/images.xml index 798ddfa3c..afb5e956c 100644 --- a/theme_vehicle/views/images.xml +++ b/theme_vehicle/views/images.xml @@ -6,434 +6,434 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m theme_common.image_content_02 theme_common.image_content_02 - /theme_vehicle/static/src/img/content/content_img_02.jpg + /theme_vehicle/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_vehicle/static/src/img/content/content_img_03.jpg + /theme_vehicle/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_vehicle/static/src/img/content/content_img_07.jpg + /theme_vehicle/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_vehicle/static/src/img/content/content_img_09.jpg + /theme_vehicle/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_vehicle/static/src/img/content/content_img_10.jpg + /theme_vehicle/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_vehicle/static/src/img/content/content_img_11.jpg + /theme_vehicle/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_vehicle/static/src/img/content/content_img_12.jpg + /theme_vehicle/static/src/img/content/content_img_12.webp website.s_banner_default_image website.s_banner_default_image - /theme_vehicle/static/src/img/snippets/s_banner.jpg + /theme_vehicle/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_vehicle/static/src/img/snippets/s_banner_2.jpg + /theme_vehicle/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_vehicle/static/src/img/snippets/s_banner_3.jpg + /theme_vehicle/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_vehicle/static/src/img/snippets/s_popup.jpg + /theme_vehicle/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_vehicle/static/src/img/snippets/s_cover.jpg + /theme_vehicle/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_vehicle/static/src/img/snippets/s_text_image.jpg + /theme_vehicle/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_vehicle/static/src/img/snippets/s_image_text.jpg + /theme_vehicle/static/src/img/snippets/s_image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_vehicle/static/src/img/snippets/s_picture.jpg + /theme_vehicle/static/src/img/snippets/s_picture.webp website.library_image_11 website.library_image_11 - /theme_vehicle/static/src/img/snippets/s_three_columns_1.jpg + /theme_vehicle/static/src/img/snippets/s_three_columns_1.webp website.library_image_13 website.library_image_13 - /theme_vehicle/static/src/img/snippets/s_three_columns_2.jpg + /theme_vehicle/static/src/img/snippets/s_three_columns_2.webp website.library_image_07 website.library_image_07 - /theme_vehicle/static/src/img/snippets/s_three_columns_3.jpg + /theme_vehicle/static/src/img/snippets/s_three_columns_3.webp website.library_image_03 website.library_image_03 - /theme_vehicle/static/src/img/snippets/s_images_wall_1.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_1.webp website.library_image_10 website.library_image_10 - /theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_2.webp website.library_image_05 website.library_image_05 - /theme_vehicle/static/src/img/snippets/s_images_wall_3.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_3.webp website.library_image_14 website.library_image_14 - /theme_vehicle/static/src/img/snippets/s_images_wall_4.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_4.webp website.library_image_16 website.library_image_16 - /theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_5.webp website.library_image_08 website.library_image_08 - /theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg + /theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp website.library_image_02 website.library_image_02 - /theme_vehicle/static/src/img/snippets/s_img_gallery_3.jpg + /theme_vehicle/static/src/img/snippets/s_img_gallery_3.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_vehicle/static/src/img/snippets/s_masonry_block.jpg + /theme_vehicle/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_vehicle/static/src/img/snippets/s_carousel_1.jpg + /theme_vehicle/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_vehicle/static/src/img/snippets/s_carousel_2.jpg + /theme_vehicle/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_vehicle/static/src/img/snippets/s_carousel_3.jpg + /theme_vehicle/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_vehicle/static/src/img/snippets/s_picture.jpg + /theme_vehicle/static/src/img/snippets/s_picture.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg + /theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg + /theme_vehicle/static/src/img/snippets/s_masonry_block_2.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_vehicle/static/src/img/snippets/s_carousel_1.jpg + /theme_vehicle/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_vehicle/static/src/img/snippets/s_carousel_2.jpg + /theme_vehicle/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_vehicle/static/src/img/snippets/s_carousel_3.jpg + /theme_vehicle/static/src/img/snippets/s_carousel_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_vehicle/static/src/img/snippets/s_media_list_1.jpg + /theme_vehicle/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_vehicle/static/src/img/snippets/s_media_list_2.jpg + /theme_vehicle/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_vehicle/static/src/img/snippets/s_media_list_3.jpg + /theme_vehicle/static/src/img/snippets/s_media_list_3.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_vehicle/static/src/img/snippets/s_parallax.jpg + /theme_vehicle/static/src/img/snippets/s_parallax.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_vehicle/static/src/img/snippets/s_product_1.jpg + /theme_vehicle/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_vehicle/static/src/img/snippets/s_product_2.jpg + /theme_vehicle/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_vehicle/static/src/img/snippets/s_product_3.jpg + /theme_vehicle/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_vehicle/static/src/img/snippets/s_product_4.jpg + /theme_vehicle/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_vehicle/static/src/img/snippets/s_product_5.jpg + /theme_vehicle/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_vehicle/static/src/img/snippets/s_product_6.jpg + /theme_vehicle/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_vehicle/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_vehicle/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.jpg + /theme_vehicle/static/src/img/snippets/s_quotes_carousel_0.webp website.library_image_17 website.library_image_17 - /theme_vehicle/static/src/img/snippets/s_newsletter.jpg + /theme_vehicle/static/src/img/snippets/s_newsletter.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_vehicle/static/src/img/content/content_img_03.jpg + /theme_vehicle/static/src/img/content/content_img_03.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_vehicle/static/src/img/content/content_img_12.jpg + /theme_vehicle/static/src/img/content/content_img_12.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_vehicle/static/src/img/content/content_img_02.jpg + /theme_vehicle/static/src/img/content/content_img_02.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_vehicle/static/src/img/content/content_img_10.jpg + /theme_vehicle/static/src/img/content/content_img_10.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_2.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_vehicle/static/src/img/snippets/s_cover.jpg + /theme_vehicle/static/src/img/snippets/s_cover.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_5.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg + /theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg + /theme_vehicle/static/src/img/snippets/s_masonry_block_2.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_2.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_vehicle/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_vehicle/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_vehicle/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_vehicle/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_vehicle/static/src/img/snippets/s_images_wall_3.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_3.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg + /theme_vehicle/static/src/img/snippets/s_img_gallery_1.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_5.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_vehicle/static/src/img/snippets/s_picture.jpg + /theme_vehicle/static/src/img/snippets/s_picture.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_vehicle/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_vehicle/static/src/img/snippets/s_shape_image_default_image.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_vehicle/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_vehicle/static/src/img/snippets/s_masonry_block.jpg + /theme_vehicle/static/src/img/snippets/s_masonry_block.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_vehicle/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_vehicle/static/src/img/snippets/s_empowerment_default_image.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_vehicle/static/src/img/snippets/s_masonry_block.jpg + /theme_vehicle/static/src/img/snippets/s_masonry_block.webp website.s_sidegrid_default_image_1 website.s_sidegrid_default_image_1 - /theme_vehicle/static/src/img/snippets/s_newsletter.jpg + /theme_vehicle/static/src/img/snippets/s_newsletter.webp website.s_sidegrid_default_image_2 website.s_sidegrid_default_image_2 - /theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg + /theme_vehicle/static/src/img/snippets/s_images_wall_2.webp website.s_sidegrid_default_image_3 website.s_sidegrid_default_image_3 - /theme_vehicle/static/src/img/snippets/s_picture.jpg + /theme_vehicle/static/src/img/snippets/s_picture.webp website.s_sidegrid_default_image_4 website.s_sidegrid_default_image_4 - /theme_vehicle/static/src/img/snippets/s_banner_2.jpg + /theme_vehicle/static/src/img/snippets/s_banner_2.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_vehicle/static/src/img/snippets/s_cover.jpg + /theme_vehicle/static/src/img/snippets/s_cover.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_vehicle/static/src/img/snippets/s_banner_2.jpg + /theme_vehicle/static/src/img/snippets/s_banner_2.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_vehicle/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_vehicle/static/src/img/snippets/s_split_intro_default_image.webp diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index ec7b8860b..5eda544dd 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -68,22 +68,22 @@ ], 'images': [ 'static/description/yes_description.png', - 'static/description/yes_screenshot.jpg', + 'static/description/yes_screenshot.webp', ], 'images_preview_theme': { - 'website.s_cover_default_image': '/theme_yes/static/src/img/snippets/s_cover.jpg', - 'website.s_media_list_default_image_1': '/theme_yes/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_media_list_default_image_2': '/theme_yes/static/src/img/snippets/s_media_list_2.jpg', - 'website.s_media_list_default_image_3': '/theme_yes/static/src/img/snippets/s_media_list_3.jpg', - 'website.s_quotes_carousel_demo_image_0': '/theme_yes/static/src/img/snippets/s_quotes_carousel_1.jpg', - 'website.s_cover_default_image': '/theme_yes/static/src/img/snippets/s_cover.jpg', - 'website.s_picture_default_image': '/theme_yes/static/src/img/snippets/s_cover.jpg', + 'website.s_cover_default_image': '/theme_yes/static/src/img/snippets/s_cover.webp', + 'website.s_media_list_default_image_1': '/theme_yes/static/src/img/snippets/s_media_list_1.webp', + 'website.s_media_list_default_image_2': '/theme_yes/static/src/img/snippets/s_media_list_2.webp', + 'website.s_media_list_default_image_3': '/theme_yes/static/src/img/snippets/s_media_list_3.webp', + 'website.s_quotes_carousel_demo_image_0': '/theme_yes/static/src/img/snippets/s_quotes_carousel_1.webp', + 'website.s_cover_default_image': '/theme_yes/static/src/img/snippets/s_cover.webp', + 'website.s_picture_default_image': '/theme_yes/static/src/img/snippets/s_cover.webp', 'website.library_image_10': '/theme_yes/static/src/img/snippets/library_image_10.webp', 'website.library_image_05': '/theme_yes/static/src/img/snippets/library_image_05.webp', - 'website.library_image_08': '/theme_yes/static/src/img/snippets/library_image_08.jpg', + 'website.library_image_08': '/theme_yes/static/src/img/snippets/library_image_08.webp', 'website.library_image_13': '/theme_yes/static/src/img/snippets/library_image_13.webp', - 'website.library_image_03': '/theme_yes/static/src/img/snippets/library_image_03.jpg', - 'website.library_image_02': '/theme_yes/static/src/img/snippets/library_image_02.jpg', + 'website.library_image_03': '/theme_yes/static/src/img/snippets/library_image_03.webp', + 'website.library_image_02': '/theme_yes/static/src/img/snippets/library_image_02.webp', 'website.library_image_14': '/theme_yes/static/src/img/snippets/library_image_14.webp', 'website.library_image_16': '/theme_yes/static/src/img/snippets/library_image_16.webp', 'website.s_parallax_default_image': '/theme_yes/static/src/img/snippets/s_parallax.webp', diff --git a/theme_yes/static/description/yes_description.jpg b/theme_yes/static/description/yes_description.jpg deleted file mode 100644 index e765236e4..000000000 Binary files a/theme_yes/static/description/yes_description.jpg and /dev/null differ diff --git a/theme_yes/static/description/yes_description.webp b/theme_yes/static/description/yes_description.webp new file mode 100644 index 000000000..989c90b52 Binary files /dev/null and b/theme_yes/static/description/yes_description.webp differ diff --git a/theme_yes/static/description/yes_screenshot.jpg b/theme_yes/static/description/yes_screenshot.jpg deleted file mode 100644 index f496639f3..000000000 Binary files a/theme_yes/static/description/yes_screenshot.jpg and /dev/null differ diff --git a/theme_yes/static/description/yes_screenshot.webp b/theme_yes/static/description/yes_screenshot.webp new file mode 100644 index 000000000..c65bfad90 Binary files /dev/null and b/theme_yes/static/description/yes_screenshot.webp differ diff --git a/theme_yes/static/src/img/content/content_img_02.jpg b/theme_yes/static/src/img/content/content_img_02.jpg deleted file mode 100755 index ed5bc6361..000000000 Binary files a/theme_yes/static/src/img/content/content_img_02.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/content/content_img_02.webp b/theme_yes/static/src/img/content/content_img_02.webp new file mode 100644 index 000000000..26ce4f136 Binary files /dev/null and b/theme_yes/static/src/img/content/content_img_02.webp differ diff --git a/theme_yes/static/src/img/content/content_img_03.jpg b/theme_yes/static/src/img/content/content_img_03.jpg deleted file mode 100755 index d5e170d2a..000000000 Binary files a/theme_yes/static/src/img/content/content_img_03.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/content/content_img_03.webp b/theme_yes/static/src/img/content/content_img_03.webp new file mode 100644 index 000000000..45e674840 Binary files /dev/null and b/theme_yes/static/src/img/content/content_img_03.webp differ diff --git a/theme_yes/static/src/img/content/content_img_07.jpg b/theme_yes/static/src/img/content/content_img_07.jpg deleted file mode 100755 index 40372347d..000000000 Binary files a/theme_yes/static/src/img/content/content_img_07.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/content/content_img_07.webp b/theme_yes/static/src/img/content/content_img_07.webp new file mode 100644 index 000000000..015e5a773 Binary files /dev/null and b/theme_yes/static/src/img/content/content_img_07.webp differ diff --git a/theme_yes/static/src/img/content/content_img_09.jpg b/theme_yes/static/src/img/content/content_img_09.jpg deleted file mode 100755 index 9b202bd6c..000000000 Binary files a/theme_yes/static/src/img/content/content_img_09.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/content/content_img_09.webp b/theme_yes/static/src/img/content/content_img_09.webp new file mode 100644 index 000000000..7eceb90c8 Binary files /dev/null and b/theme_yes/static/src/img/content/content_img_09.webp differ diff --git a/theme_yes/static/src/img/content/content_img_10.jpg b/theme_yes/static/src/img/content/content_img_10.jpg deleted file mode 100755 index 956265ca1..000000000 Binary files a/theme_yes/static/src/img/content/content_img_10.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/content/content_img_10.webp b/theme_yes/static/src/img/content/content_img_10.webp new file mode 100644 index 000000000..606517cc0 Binary files /dev/null and b/theme_yes/static/src/img/content/content_img_10.webp differ diff --git a/theme_yes/static/src/img/content/content_img_11.jpg b/theme_yes/static/src/img/content/content_img_11.jpg deleted file mode 100755 index 3e3419ffe..000000000 Binary files a/theme_yes/static/src/img/content/content_img_11.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/content/content_img_11.webp b/theme_yes/static/src/img/content/content_img_11.webp new file mode 100644 index 000000000..4ad39812c Binary files /dev/null and b/theme_yes/static/src/img/content/content_img_11.webp differ diff --git a/theme_yes/static/src/img/content/content_img_12.jpg b/theme_yes/static/src/img/content/content_img_12.jpg deleted file mode 100755 index 543401472..000000000 Binary files a/theme_yes/static/src/img/content/content_img_12.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/content/content_img_12.webp b/theme_yes/static/src/img/content/content_img_12.webp new file mode 100644 index 000000000..107aa2c98 Binary files /dev/null and b/theme_yes/static/src/img/content/content_img_12.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_02.jpg b/theme_yes/static/src/img/snippets/library_image_02.jpg deleted file mode 100644 index 101aa1d36..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_02.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_02.webp b/theme_yes/static/src/img/snippets/library_image_02.webp new file mode 100644 index 000000000..fd436f806 Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_02.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_03.jpg b/theme_yes/static/src/img/snippets/library_image_03.jpg deleted file mode 100644 index 8e80d891c..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_03.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_03.webp b/theme_yes/static/src/img/snippets/library_image_03.webp new file mode 100644 index 000000000..9c473376e Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_03.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_05.jpg b/theme_yes/static/src/img/snippets/library_image_05.jpg deleted file mode 100644 index 981fc2c88..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_05.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_05.webp b/theme_yes/static/src/img/snippets/library_image_05.webp index ce8b52200..d768718e1 100644 Binary files a/theme_yes/static/src/img/snippets/library_image_05.webp and b/theme_yes/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_07.jpg b/theme_yes/static/src/img/snippets/library_image_07.jpg deleted file mode 100644 index 4078986fb..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_07.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_07.webp b/theme_yes/static/src/img/snippets/library_image_07.webp new file mode 100644 index 000000000..c1434a23a Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_07.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_08.jpg b/theme_yes/static/src/img/snippets/library_image_08.jpg deleted file mode 100644 index 0037502a5..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_08.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_08.webp b/theme_yes/static/src/img/snippets/library_image_08.webp new file mode 100644 index 000000000..26973fbfe Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_08.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_10.jpg b/theme_yes/static/src/img/snippets/library_image_10.jpg deleted file mode 100644 index 41cf68dc2..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_10.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_10.webp b/theme_yes/static/src/img/snippets/library_image_10.webp index ba593501b..c9fa1f61e 100644 Binary files a/theme_yes/static/src/img/snippets/library_image_10.webp and b/theme_yes/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_11.jpg b/theme_yes/static/src/img/snippets/library_image_11.jpg deleted file mode 100644 index 6b367d35a..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_11.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_11.webp b/theme_yes/static/src/img/snippets/library_image_11.webp new file mode 100644 index 000000000..4b0585926 Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_11.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_14.jpg b/theme_yes/static/src/img/snippets/library_image_14.jpg deleted file mode 100644 index 82e93ea0f..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_14.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_14.webp b/theme_yes/static/src/img/snippets/library_image_14.webp index 5fa75e057..324b0515e 100644 Binary files a/theme_yes/static/src/img/snippets/library_image_14.webp and b/theme_yes/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_16.jpg b/theme_yes/static/src/img/snippets/library_image_16.jpg deleted file mode 100644 index 7509e2a49..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_16.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_16.webp b/theme_yes/static/src/img/snippets/library_image_16.webp index a6b09c306..85d4f59d5 100644 Binary files a/theme_yes/static/src/img/snippets/library_image_16.webp and b/theme_yes/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_20.jpg b/theme_yes/static/src/img/snippets/library_image_20.jpg deleted file mode 100644 index e9c5f5d28..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_20.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_20.webp b/theme_yes/static/src/img/snippets/library_image_20.webp new file mode 100644 index 000000000..a1adba5eb Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_20.webp differ diff --git a/theme_yes/static/src/img/snippets/s_banner.jpg b/theme_yes/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index d1708f558..000000000 Binary files a/theme_yes/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_banner.webp b/theme_yes/static/src/img/snippets/s_banner.webp new file mode 100644 index 000000000..fabaf93ba Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_banner.webp differ diff --git a/theme_yes/static/src/img/snippets/s_banner_2.jpg b/theme_yes/static/src/img/snippets/s_banner_2.jpg deleted file mode 100644 index 1cc708516..000000000 Binary files a/theme_yes/static/src/img/snippets/s_banner_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_banner_2.webp b/theme_yes/static/src/img/snippets/s_banner_2.webp new file mode 100644 index 000000000..dfb31492d Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_banner_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_banner_3.jpg b/theme_yes/static/src/img/snippets/s_banner_3.jpg deleted file mode 100644 index 6308b75bf..000000000 Binary files a/theme_yes/static/src/img/snippets/s_banner_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_banner_3.webp b/theme_yes/static/src/img/snippets/s_banner_3.webp new file mode 100644 index 000000000..2b955884e Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_banner_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_carousel_1.jpg b/theme_yes/static/src/img/snippets/s_carousel_1.jpg deleted file mode 100644 index fc2d56647..000000000 Binary files a/theme_yes/static/src/img/snippets/s_carousel_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_carousel_1.webp b/theme_yes/static/src/img/snippets/s_carousel_1.webp new file mode 100644 index 000000000..0ed6304f2 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_carousel_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_carousel_2.jpg b/theme_yes/static/src/img/snippets/s_carousel_2.jpg deleted file mode 100644 index 46e91db31..000000000 Binary files a/theme_yes/static/src/img/snippets/s_carousel_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_carousel_2.webp b/theme_yes/static/src/img/snippets/s_carousel_2.webp new file mode 100644 index 000000000..ea0ca5c43 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_carousel_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_carousel_3.jpg b/theme_yes/static/src/img/snippets/s_carousel_3.jpg deleted file mode 100644 index 3452a128a..000000000 Binary files a/theme_yes/static/src/img/snippets/s_carousel_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_carousel_3.webp b/theme_yes/static/src/img/snippets/s_carousel_3.webp new file mode 100644 index 000000000..8be8e8a2b Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_carousel_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_cover.jpg b/theme_yes/static/src/img/snippets/s_cover.jpg deleted file mode 100644 index 8ffdd42fa..000000000 Binary files a/theme_yes/static/src/img/snippets/s_cover.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_cover.webp b/theme_yes/static/src/img/snippets/s_cover.webp new file mode 100644 index 000000000..77cf70592 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_cover.webp differ diff --git a/theme_yes/static/src/img/snippets/s_empowerment_default_image.jpg b/theme_yes/static/src/img/snippets/s_empowerment_default_image.jpg deleted file mode 100644 index 9061f55b6..000000000 Binary files a/theme_yes/static/src/img/snippets/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_empowerment_default_image.webp b/theme_yes/static/src/img/snippets/s_empowerment_default_image.webp new file mode 100644 index 000000000..8c2aed67a Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_empowerment_default_image.webp differ diff --git a/theme_yes/static/src/img/snippets/s_image_hexagonal_1.jpg b/theme_yes/static/src/img/snippets/s_image_hexagonal_1.jpg deleted file mode 100644 index 0031e230b..000000000 Binary files a/theme_yes/static/src/img/snippets/s_image_hexagonal_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_image_hexagonal_1.webp b/theme_yes/static/src/img/snippets/s_image_hexagonal_1.webp new file mode 100644 index 000000000..3fe367146 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_image_hexagonal_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_image_text.jpg b/theme_yes/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 0b1e82f87..000000000 Binary files a/theme_yes/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_image_text.webp b/theme_yes/static/src/img/snippets/s_image_text.webp new file mode 100644 index 000000000..222bb2773 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_image_text.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_constellation_default_image.jpg b/theme_yes/static/src/img/snippets/s_images_constellation_default_image.jpg deleted file mode 100644 index c1816ee7f..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_constellation_default_image.webp b/theme_yes/static/src/img/snippets/s_images_constellation_default_image.webp new file mode 100644 index 000000000..3008bce06 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_constellation_default_image.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.jpg b/theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 55bfad915..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.webp b/theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..8a88ed7b1 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.jpg b/theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.jpg deleted file mode 100644 index e49b25267..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.webp b/theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..a964e469a Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.jpg b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index 28f6cf47c..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.webp b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..344e8ff01 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.jpg b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index 42edd87db..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.webp b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..3e8160f72 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.jpg b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index e0a961ddb..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.webp b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..583e0f6eb Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.jpg b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index d209ca9bc..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.webp b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..ba4b6a907 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.webp differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.jpg b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index e476499fa..000000000 Binary files a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.webp b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..9ad21d085 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.webp differ diff --git a/theme_yes/static/src/img/snippets/s_intro_pill_default_image.jpg b/theme_yes/static/src/img/snippets/s_intro_pill_default_image.jpg deleted file mode 100644 index 243e9741e..000000000 Binary files a/theme_yes/static/src/img/snippets/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_intro_pill_default_image.webp b/theme_yes/static/src/img/snippets/s_intro_pill_default_image.webp new file mode 100644 index 000000000..c879936b1 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_intro_pill_default_image.webp differ diff --git a/theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.jpg b/theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.jpg deleted file mode 100644 index dadb9df41..000000000 Binary files a/theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.webp b/theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..373ad0351 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg deleted file mode 100644 index 3411469aa..000000000 Binary files a/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_kickoff_default_image.webp b/theme_yes/static/src/img/snippets/s_kickoff_default_image.webp new file mode 100644 index 000000000..d71a1c761 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_kickoff_default_image.webp differ diff --git a/theme_yes/static/src/img/snippets/s_masonry_block.jpg b/theme_yes/static/src/img/snippets/s_masonry_block.jpg deleted file mode 100644 index 6cdb33c87..000000000 Binary files a/theme_yes/static/src/img/snippets/s_masonry_block.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_masonry_block.webp b/theme_yes/static/src/img/snippets/s_masonry_block.webp new file mode 100644 index 000000000..f4c509002 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_masonry_block.webp differ diff --git a/theme_yes/static/src/img/snippets/s_media_list_1.jpg b/theme_yes/static/src/img/snippets/s_media_list_1.jpg deleted file mode 100644 index 8785d2ac2..000000000 Binary files a/theme_yes/static/src/img/snippets/s_media_list_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_media_list_1.webp b/theme_yes/static/src/img/snippets/s_media_list_1.webp new file mode 100644 index 000000000..418a6b89d Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_media_list_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_media_list_2.jpg b/theme_yes/static/src/img/snippets/s_media_list_2.jpg deleted file mode 100644 index 0d1700648..000000000 Binary files a/theme_yes/static/src/img/snippets/s_media_list_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_media_list_2.webp b/theme_yes/static/src/img/snippets/s_media_list_2.webp new file mode 100644 index 000000000..38e61f1c4 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_media_list_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_media_list_3.jpg b/theme_yes/static/src/img/snippets/s_media_list_3.jpg deleted file mode 100644 index 554d73a01..000000000 Binary files a/theme_yes/static/src/img/snippets/s_media_list_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_media_list_3.webp b/theme_yes/static/src/img/snippets/s_media_list_3.webp new file mode 100644 index 000000000..fa4176534 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_media_list_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_newsletter.jpg b/theme_yes/static/src/img/snippets/s_newsletter.jpg deleted file mode 100644 index 5d5213f8d..000000000 Binary files a/theme_yes/static/src/img/snippets/s_newsletter.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_newsletter.webp b/theme_yes/static/src/img/snippets/s_newsletter.webp new file mode 100644 index 000000000..f7ae7f665 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_newsletter.webp differ diff --git a/theme_yes/static/src/img/snippets/s_popup.jpg b/theme_yes/static/src/img/snippets/s_popup.jpg deleted file mode 100644 index 48012a0e3..000000000 Binary files a/theme_yes/static/src/img/snippets/s_popup.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_popup.webp b/theme_yes/static/src/img/snippets/s_popup.webp new file mode 100644 index 000000000..5ab604d5e Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_popup.webp differ diff --git a/theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.jpg b/theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.jpg deleted file mode 100644 index a07609e98..000000000 Binary files a/theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.webp b/theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.webp new file mode 100644 index 000000000..2209231b6 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.webp differ diff --git a/theme_yes/static/src/img/snippets/s_product_1.jpg b/theme_yes/static/src/img/snippets/s_product_1.jpg deleted file mode 100644 index 97c03a226..000000000 Binary files a/theme_yes/static/src/img/snippets/s_product_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_product_1.webp b/theme_yes/static/src/img/snippets/s_product_1.webp new file mode 100644 index 000000000..a185e5cd7 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_product_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_product_2.jpg b/theme_yes/static/src/img/snippets/s_product_2.jpg deleted file mode 100644 index 174b5798f..000000000 Binary files a/theme_yes/static/src/img/snippets/s_product_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_product_2.webp b/theme_yes/static/src/img/snippets/s_product_2.webp new file mode 100644 index 000000000..911cefaac Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_product_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_product_3.jpg b/theme_yes/static/src/img/snippets/s_product_3.jpg deleted file mode 100644 index 65e7d843e..000000000 Binary files a/theme_yes/static/src/img/snippets/s_product_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_product_3.webp b/theme_yes/static/src/img/snippets/s_product_3.webp new file mode 100644 index 000000000..963a74d79 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_product_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_product_4.jpg b/theme_yes/static/src/img/snippets/s_product_4.jpg deleted file mode 100644 index 3b3c74147..000000000 Binary files a/theme_yes/static/src/img/snippets/s_product_4.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_product_4.webp b/theme_yes/static/src/img/snippets/s_product_4.webp new file mode 100644 index 000000000..d0a760de5 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_product_4.webp differ diff --git a/theme_yes/static/src/img/snippets/s_product_5.jpg b/theme_yes/static/src/img/snippets/s_product_5.jpg deleted file mode 100644 index 90562220d..000000000 Binary files a/theme_yes/static/src/img/snippets/s_product_5.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_product_5.webp b/theme_yes/static/src/img/snippets/s_product_5.webp new file mode 100644 index 000000000..f677fb00b Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_product_5.webp differ diff --git a/theme_yes/static/src/img/snippets/s_product_6.jpg b/theme_yes/static/src/img/snippets/s_product_6.jpg deleted file mode 100644 index 5f76a7d5d..000000000 Binary files a/theme_yes/static/src/img/snippets/s_product_6.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_product_6.webp b/theme_yes/static/src/img/snippets/s_product_6.webp new file mode 100644 index 000000000..a6ec0fed9 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_product_6.webp differ diff --git a/theme_yes/static/src/img/snippets/s_product_catalog.jpg b/theme_yes/static/src/img/snippets/s_product_catalog.jpg deleted file mode 100644 index f38e0ba6b..000000000 Binary files a/theme_yes/static/src/img/snippets/s_product_catalog.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_product_catalog.webp b/theme_yes/static/src/img/snippets/s_product_catalog.webp new file mode 100644 index 000000000..80f0173b6 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_product_catalog.webp differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_yes/static/src/img/snippets/s_quotes_carousel_1.jpg deleted file mode 100644 index 0031e482e..000000000 Binary files a/theme_yes/static/src/img/snippets/s_quotes_carousel_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_1.webp b/theme_yes/static/src/img/snippets/s_quotes_carousel_1.webp new file mode 100644 index 000000000..dc855726c Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_quotes_carousel_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_yes/static/src/img/snippets/s_quotes_carousel_2.jpg deleted file mode 100644 index 86c6d7db3..000000000 Binary files a/theme_yes/static/src/img/snippets/s_quotes_carousel_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_2.webp b/theme_yes/static/src/img/snippets/s_quotes_carousel_2.webp new file mode 100644 index 000000000..521ff086b Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_quotes_carousel_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_3.jpg b/theme_yes/static/src/img/snippets/s_quotes_carousel_3.jpg deleted file mode 100644 index fb45c6d7f..000000000 Binary files a/theme_yes/static/src/img/snippets/s_quotes_carousel_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_3.webp b/theme_yes/static/src/img/snippets/s_quotes_carousel_3.webp new file mode 100644 index 000000000..db3ceee76 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_quotes_carousel_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.jpg b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.jpg deleted file mode 100644 index 4ff12c2a0..000000000 Binary files a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.webp b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.webp new file mode 100644 index 000000000..b04255f22 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.jpg b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.jpg deleted file mode 100644 index bf778dcd3..000000000 Binary files a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.webp b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.webp new file mode 100644 index 000000000..e3ef884e6 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.jpg b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.jpg deleted file mode 100644 index 71cb0b139..000000000 Binary files a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.webp b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.webp new file mode 100644 index 000000000..5d5e152b5 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_shape_image_default_image.jpg b/theme_yes/static/src/img/snippets/s_shape_image_default_image.jpg deleted file mode 100644 index 468817aa4..000000000 Binary files a/theme_yes/static/src/img/snippets/s_shape_image_default_image.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_shape_image_default_image.webp b/theme_yes/static/src/img/snippets/s_shape_image_default_image.webp new file mode 100644 index 000000000..6c866a10e Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_shape_image_default_image.webp differ diff --git a/theme_yes/static/src/img/snippets/s_split_intro_default_image.jpg b/theme_yes/static/src/img/snippets/s_split_intro_default_image.jpg deleted file mode 100644 index 6c16bc557..000000000 Binary files a/theme_yes/static/src/img/snippets/s_split_intro_default_image.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_split_intro_default_image.webp b/theme_yes/static/src/img/snippets/s_split_intro_default_image.webp new file mode 100644 index 000000000..9f28da978 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_split_intro_default_image.webp differ diff --git a/theme_yes/static/src/img/snippets/s_text_image.jpg b/theme_yes/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index f0ebd3a8a..000000000 Binary files a/theme_yes/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_text_image.webp b/theme_yes/static/src/img/snippets/s_text_image.webp new file mode 100644 index 000000000..08c1daa43 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_text_image.webp differ diff --git a/theme_yes/static/src/img/snippets/s_three_columns_default_image_1.jpg b/theme_yes/static/src/img/snippets/s_three_columns_default_image_1.jpg deleted file mode 100644 index 776b03785..000000000 Binary files a/theme_yes/static/src/img/snippets/s_three_columns_default_image_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_three_columns_default_image_1.webp b/theme_yes/static/src/img/snippets/s_three_columns_default_image_1.webp new file mode 100644 index 000000000..a2a31d89a Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_three_columns_default_image_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_three_columns_default_image_2.jpg b/theme_yes/static/src/img/snippets/s_three_columns_default_image_2.jpg deleted file mode 100644 index ce965742b..000000000 Binary files a/theme_yes/static/src/img/snippets/s_three_columns_default_image_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_three_columns_default_image_2.webp b/theme_yes/static/src/img/snippets/s_three_columns_default_image_2.webp new file mode 100644 index 000000000..04b7cbfc0 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_three_columns_default_image_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_three_columns_default_image_3.jpg b/theme_yes/static/src/img/snippets/s_three_columns_default_image_3.jpg deleted file mode 100644 index 7086feb62..000000000 Binary files a/theme_yes/static/src/img/snippets/s_three_columns_default_image_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_three_columns_default_image_3.webp b/theme_yes/static/src/img/snippets/s_three_columns_default_image_3.webp new file mode 100644 index 000000000..b549bcfc3 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_three_columns_default_image_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.jpg b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.jpg deleted file mode 100644 index 5aed5f5d5..000000000 Binary files a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.webp b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.webp new file mode 100644 index 000000000..0380dd91b Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.webp differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.jpg b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.jpg deleted file mode 100644 index f20e4919c..000000000 Binary files a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.webp b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.webp new file mode 100644 index 000000000..fc6bc8a6f Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.webp differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.jpg b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.jpg deleted file mode 100644 index cc065e36b..000000000 Binary files a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.webp b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.webp new file mode 100644 index 000000000..b6e46604a Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.webp differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.jpg b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.jpg deleted file mode 100644 index 84abc87d0..000000000 Binary files a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.webp b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.webp new file mode 100644 index 000000000..2d09ba1db Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.webp differ diff --git a/theme_yes/static/src/img/snippets/uiface_1.jpg b/theme_yes/static/src/img/snippets/uiface_1.jpg deleted file mode 100644 index 2ba0869c9..000000000 Binary files a/theme_yes/static/src/img/snippets/uiface_1.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/uiface_1.webp b/theme_yes/static/src/img/snippets/uiface_1.webp new file mode 100644 index 000000000..e44474690 Binary files /dev/null and b/theme_yes/static/src/img/snippets/uiface_1.webp differ diff --git a/theme_yes/static/src/img/snippets/uiface_2.jpg b/theme_yes/static/src/img/snippets/uiface_2.jpg deleted file mode 100644 index c3074f12a..000000000 Binary files a/theme_yes/static/src/img/snippets/uiface_2.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/uiface_2.webp b/theme_yes/static/src/img/snippets/uiface_2.webp new file mode 100644 index 000000000..658e18b8c Binary files /dev/null and b/theme_yes/static/src/img/snippets/uiface_2.webp differ diff --git a/theme_yes/static/src/img/snippets/uiface_3.jpg b/theme_yes/static/src/img/snippets/uiface_3.jpg deleted file mode 100644 index a60bb388e..000000000 Binary files a/theme_yes/static/src/img/snippets/uiface_3.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/uiface_3.webp b/theme_yes/static/src/img/snippets/uiface_3.webp new file mode 100644 index 000000000..614e0d008 Binary files /dev/null and b/theme_yes/static/src/img/snippets/uiface_3.webp differ diff --git a/theme_yes/static/src/img/snippets/uiface_4.jpg b/theme_yes/static/src/img/snippets/uiface_4.jpg deleted file mode 100644 index 01875be8d..000000000 Binary files a/theme_yes/static/src/img/snippets/uiface_4.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/uiface_4.webp b/theme_yes/static/src/img/snippets/uiface_4.webp new file mode 100644 index 000000000..a2878285c Binary files /dev/null and b/theme_yes/static/src/img/snippets/uiface_4.webp differ diff --git a/theme_yes/static/src/img/snippets/uiface_5.jpg b/theme_yes/static/src/img/snippets/uiface_5.jpg deleted file mode 100644 index c73a255be..000000000 Binary files a/theme_yes/static/src/img/snippets/uiface_5.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/uiface_5.webp b/theme_yes/static/src/img/snippets/uiface_5.webp new file mode 100644 index 000000000..01b4fc6d0 Binary files /dev/null and b/theme_yes/static/src/img/snippets/uiface_5.webp differ diff --git a/theme_yes/static/src/img/snippets/uiface_6.jpg b/theme_yes/static/src/img/snippets/uiface_6.jpg deleted file mode 100644 index f6a8ba751..000000000 Binary files a/theme_yes/static/src/img/snippets/uiface_6.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/uiface_6.webp b/theme_yes/static/src/img/snippets/uiface_6.webp new file mode 100644 index 000000000..7aacb80f6 Binary files /dev/null and b/theme_yes/static/src/img/snippets/uiface_6.webp differ diff --git a/theme_yes/views/images.xml b/theme_yes/views/images.xml index 6b5f1d3c1..4a0761049 100644 --- a/theme_yes/views/images.xml +++ b/theme_yes/views/images.xml @@ -6,37 +6,37 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin theme_common.image_content_02 theme_common.image_content_02 - /theme_yes/static/src/img/content/content_img_02.jpg + /theme_yes/static/src/img/content/content_img_02.webp theme_common.image_content_03 theme_common.image_content_03 - /theme_yes/static/src/img/content/content_img_03.jpg + /theme_yes/static/src/img/content/content_img_03.webp theme_common.image_content_07 theme_common.image_content_07 - /theme_yes/static/src/img/content/content_img_07.jpg + /theme_yes/static/src/img/content/content_img_07.webp theme_common.image_content_09 theme_common.image_content_09 - /theme_yes/static/src/img/content/content_img_09.jpg + /theme_yes/static/src/img/content/content_img_09.webp theme_common.image_content_10 theme_common.image_content_10 - /theme_yes/static/src/img/content/content_img_10.jpg + /theme_yes/static/src/img/content/content_img_10.webp theme_common.image_content_11 theme_common.image_content_11 - /theme_yes/static/src/img/content/content_img_11.jpg + /theme_yes/static/src/img/content/content_img_11.webp theme_common.image_content_12 theme_common.image_content_12 - /theme_yes/static/src/img/content/content_img_12.jpg + /theme_yes/static/src/img/content/content_img_12.webp @@ -44,41 +44,41 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.s_banner_default_image website.s_banner_default_image - /theme_yes/static/src/img/snippets/s_banner.jpg + /theme_yes/static/src/img/snippets/s_banner.webp website.s_banner_default_image_2 website.s_banner_default_image_2 - /theme_yes/static/src/img/snippets/s_banner_2.jpg + /theme_yes/static/src/img/snippets/s_banner_2.webp website.s_banner_default_image_3 website.s_banner_default_image_3 - /theme_yes/static/src/img/snippets/s_banner_3.jpg + /theme_yes/static/src/img/snippets/s_banner_3.webp website.s_popup_default_image website.s_popup_default_image - /theme_yes/static/src/img/snippets/s_popup.jpg + /theme_yes/static/src/img/snippets/s_popup.webp website.s_cover_default_image website.s_cover_default_image - /theme_yes/static/src/img/snippets/s_cover.jpg + /theme_yes/static/src/img/snippets/s_cover.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_yes/static/src/img/snippets/s_text_image.jpg + /theme_yes/static/src/img/snippets/s_text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_yes/static/src/img/snippets/s_image_text.jpg + /theme_yes/static/src/img/snippets/s_image_text.webp @@ -90,18 +90,18 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.library_image_02 website.library_image_02 - /theme_yes/static/src/img/snippets/library_image_02.jpg + /theme_yes/static/src/img/snippets/library_image_02.webp website.library_image_08 website.library_image_08 - /theme_yes/static/src/img/snippets/library_image_08.jpg + /theme_yes/static/src/img/snippets/library_image_08.webp website.library_image_03 website.library_image_03 - /theme_yes/static/src/img/snippets/library_image_03.jpg + /theme_yes/static/src/img/snippets/library_image_03.webp website.library_image_10 @@ -131,92 +131,92 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.library_image_20 website.library_image_20 - /theme_yes/static/src/img/snippets/library_image_20.jpg + /theme_yes/static/src/img/snippets/library_image_20.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_yes/static/src/img/snippets/s_masonry_block.jpg + /theme_yes/static/src/img/snippets/s_masonry_block.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_yes/static/src/img/snippets/s_carousel_1.jpg + /theme_yes/static/src/img/snippets/s_carousel_1.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_yes/static/src/img/snippets/s_carousel_2.jpg + /theme_yes/static/src/img/snippets/s_carousel_2.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_yes/static/src/img/snippets/s_carousel_3.jpg + /theme_yes/static/src/img/snippets/s_carousel_3.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_yes/static/src/img/content/content_img_03.jpg + /theme_yes/static/src/img/content/content_img_03.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_yes/static/src/img/content/content_img_07.jpg + /theme_yes/static/src/img/content/content_img_07.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_yes/static/src/img/content/content_img_10.jpg + /theme_yes/static/src/img/content/content_img_10.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_yes/static/src/img/snippets/s_carousel_1.jpg + /theme_yes/static/src/img/snippets/s_carousel_1.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_yes/static/src/img/snippets/s_carousel_2.jpg + /theme_yes/static/src/img/snippets/s_carousel_2.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_yes/static/src/img/snippets/s_carousel_3.jpg + /theme_yes/static/src/img/snippets/s_carousel_3.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_yes/static/src/img/snippets/s_three_columns_default_image_1.jpg + /theme_yes/static/src/img/snippets/s_three_columns_default_image_1.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_yes/static/src/img/snippets/s_three_columns_default_image_2.jpg + /theme_yes/static/src/img/snippets/s_three_columns_default_image_2.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_yes/static/src/img/snippets/s_three_columns_default_image_3.jpg + /theme_yes/static/src/img/snippets/s_three_columns_default_image_3.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_yes/static/src/img/snippets/s_media_list_1.jpg + /theme_yes/static/src/img/snippets/s_media_list_1.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_yes/static/src/img/snippets/s_media_list_2.jpg + /theme_yes/static/src/img/snippets/s_media_list_2.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_yes/static/src/img/snippets/s_media_list_3.jpg + /theme_yes/static/src/img/snippets/s_media_list_3.webp @@ -228,288 +228,288 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.s_company_team_image_1 website.s_company_team_image_1 - /theme_yes/static/src/img/snippets/uiface_1.jpg + /theme_yes/static/src/img/snippets/uiface_1.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_yes/static/src/img/snippets/uiface_2.jpg + /theme_yes/static/src/img/snippets/uiface_2.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_yes/static/src/img/snippets/uiface_3.jpg + /theme_yes/static/src/img/snippets/uiface_3.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_yes/static/src/img/snippets/uiface_4.jpg + /theme_yes/static/src/img/snippets/uiface_4.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_yes/static/src/img/snippets/uiface_5.jpg + /theme_yes/static/src/img/snippets/uiface_5.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_yes/static/src/img/snippets/uiface_6.jpg + /theme_yes/static/src/img/snippets/uiface_6.webp website.s_product_catalog_default_image website.s_product_catalog_default_image - /theme_yes/static/src/img/snippets/s_product_catalog.jpg + /theme_yes/static/src/img/snippets/s_product_catalog.webp website.s_product_list_default_image_1 website.s_product_list_default_image_1 - /theme_yes/static/src/img/snippets/s_product_1.jpg + /theme_yes/static/src/img/snippets/s_product_1.webp website.s_product_list_default_image_2 website.s_product_list_default_image_2 - /theme_yes/static/src/img/snippets/s_product_2.jpg + /theme_yes/static/src/img/snippets/s_product_2.webp website.s_product_list_default_image_3 website.s_product_list_default_image_3 - /theme_yes/static/src/img/snippets/s_product_3.jpg + /theme_yes/static/src/img/snippets/s_product_3.webp website.s_product_list_default_image_4 website.s_product_list_default_image_4 - /theme_yes/static/src/img/snippets/s_product_4.jpg + /theme_yes/static/src/img/snippets/s_product_4.webp website.s_product_list_default_image_5 website.s_product_list_default_image_5 - /theme_yes/static/src/img/snippets/s_product_5.jpg + /theme_yes/static/src/img/snippets/s_product_5.webp website.s_product_list_default_image_6 website.s_product_list_default_image_6 - /theme_yes/static/src/img/snippets/s_product_6.jpg + /theme_yes/static/src/img/snippets/s_product_6.webp website.s_quotes_carousel_demo_image_0 website.s_quotes_carousel_demo_image_0 - /theme_yes/static/src/img/snippets/s_quotes_carousel_1.jpg + /theme_yes/static/src/img/snippets/s_quotes_carousel_1.webp website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 - /theme_yes/static/src/img/snippets/s_quotes_carousel_2.jpg + /theme_yes/static/src/img/snippets/s_quotes_carousel_2.webp website.s_quotes_carousel_demo_image_2 website.s_quotes_carousel_demo_image_2 - /theme_yes/static/src/img/snippets/s_quotes_carousel_3.jpg + /theme_yes/static/src/img/snippets/s_quotes_carousel_3.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.jpg + /theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_1.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.jpg + /theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_2.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.jpg + /theme_yes/static/src/img/snippets/s_quotes_carousel_avatar_3.webp website.s_newsletter_block website.s_newsletter_block - /theme_yes/static/src/img/snippets/s_newsletter.jpg + /theme_yes/static/src/img/snippets/s_newsletter.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_yes/static/src/img/content/content_img_07.jpg + /theme_yes/static/src/img/content/content_img_07.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_yes/static/src/img/snippets/library_image_08.jpg + /theme_yes/static/src/img/snippets/library_image_08.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_yes/static/src/img/snippets/library_image_10.jpg + /theme_yes/static/src/img/snippets/library_image_10.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_yes/static/src/img/snippets/s_banner.jpg + /theme_yes/static/src/img/snippets/s_banner.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_yes/static/src/img/snippets/s_banner.jpg + /theme_yes/static/src/img/snippets/s_banner.webp website.s_pricelist_boxed_default_background website.s_pricelist_boxed_default_background - /theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_image_hexagonal_default_image_1 website.s_image_hexagonal_default_image_1 - /theme_yes/static/src/img/snippets/s_image_hexagonal_1.jpg + /theme_yes/static/src/img/snippets/s_image_hexagonal_1.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_yes/static/src/img/snippets/s_quotes_carousel_3.jpg + /theme_yes/static/src/img/snippets/s_quotes_carousel_3.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_yes/static/src/img/snippets/s_masonry_block.jpg + /theme_yes/static/src/img/snippets/s_masonry_block.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_yes/static/src/img/snippets/s_media_list_1.jpg + /theme_yes/static/src/img/snippets/s_media_list_1.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_yes/static/src/img/snippets/s_media_list_2.jpg + /theme_yes/static/src/img/snippets/s_media_list_2.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_yes/static/src/img/snippets/s_media_list_3.jpg + /theme_yes/static/src/img/snippets/s_media_list_3.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_yes/static/src/img/snippets/s_kickoff_default_image.webp website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_yes/static/src/img/snippets/s_intro_pill_default_image.jpg + /theme_yes/static/src/img/snippets/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.jpg + /theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.webp website.s_shape_image_default_image website.s_shape_image_default_image - /theme_yes/static/src/img/snippets/s_shape_image_default_image.jpg + /theme_yes/static/src/img/snippets/s_shape_image_default_image.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.jpg + /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_1.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.jpg + /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_2.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.jpg + /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_3.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.jpg + /theme_yes/static/src/img/snippets/s_wavy_grid_default_image_4.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.jpg + /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.jpg + /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.jpg + /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.jpg + /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.jpg + /theme_yes/static/src/img/snippets/s_images_mosaic_default_image_5.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_yes/static/src/img/snippets/s_images_constellation_default_image.jpg + /theme_yes/static/src/img/snippets/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.jpg + /theme_yes/static/src/img/snippets/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.jpg + /theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_yes/static/src/img/snippets/s_cover.jpg + /theme_yes/static/src/img/snippets/s_cover.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_yes/static/src/img/snippets/s_empowerment_default_image.jpg + /theme_yes/static/src/img/snippets/s_empowerment_default_image.webp website.s_split_intro_default_image website.s_split_intro_default_image - /theme_yes/static/src/img/snippets/s_split_intro_default_image.jpg + /theme_yes/static/src/img/snippets/s_split_intro_default_image.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_yes/static/src/img/snippets/s_cover.jpg + /theme_yes/static/src/img/snippets/s_cover.webp @@ -523,12 +523,12 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.s_timeline_images_default_image_1 website.s_timeline_images_default_image_1 - /theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.jpg + /theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.webp website.s_timeline_images_default_image_2 website.s_timeline_images_default_image_2 - /theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg + /theme_yes/static/src/img/snippets/s_kickoff_default_image.webp diff --git a/theme_yes/views/snippets/s_cta_box.xml b/theme_yes/views/snippets/s_cta_box.xml index 2155d263b..c88fd5a5a 100644 --- a/theme_yes/views/snippets/s_cta_box.xml +++ b/theme_yes/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_yes/static/src/img/content/content_img_03.jpg + /theme_yes/static/src/img/content/content_img_03.webp diff --git a/theme_zap/__manifest__.py b/theme_zap/__manifest__.py index d897b0806..b7abb3acb 100644 --- a/theme_zap/__manifest__.py +++ b/theme_zap/__manifest__.py @@ -58,15 +58,15 @@ ], 'images': [ 'static/description/zap_cover.gif', - 'static/description/zap_screenshot.jpg', + 'static/description/zap_screenshot.webp', ], 'images_preview_theme': { - 'website.s_image_text_default_image': '/theme_zap/static/src/img/content/s_image_text.jpg', - 'website.s_media_list_default_image_1': '/theme_zap/static/src/img/content/media_list_01.jpg', - 'website.s_media_list_default_image_2': '/theme_zap/static/src/img/content/media_list_02.jpg', - 'website.s_text_cover_default_image': '/theme_zap/static/src/img/snippets/s_cover.jpg', - 'website.s_text_image_default_image': '/theme_zap/static/src/img/content/s_text_image.jpg', - 'website.s_three_columns_default_image_3': '/theme_zap/static/src/img/content/three_columns_03.jpg', + 'website.s_image_text_default_image': '/theme_zap/static/src/img/content/s_image_text.webp', + 'website.s_media_list_default_image_1': '/theme_zap/static/src/img/content/media_list_01.webp', + 'website.s_media_list_default_image_2': '/theme_zap/static/src/img/content/media_list_02.webp', + 'website.s_text_cover_default_image': '/theme_zap/static/src/img/snippets/s_cover.webp', + 'website.s_text_image_default_image': '/theme_zap/static/src/img/content/s_text_image.webp', + 'website.s_three_columns_default_image_3': '/theme_zap/static/src/img/content/three_columns_03.webp', }, 'configurator_snippets': { 'homepage': ['s_discovery', 's_key_images', 's_striped', 's_showcase', 's_image_title', 's_numbers_charts', 's_cta_card'], diff --git a/theme_zap/static/description/zap_screenshot.jpg b/theme_zap/static/description/zap_screenshot.jpg deleted file mode 100644 index 70ed84771..000000000 Binary files a/theme_zap/static/description/zap_screenshot.jpg and /dev/null differ diff --git a/theme_zap/static/description/zap_screenshot.webp b/theme_zap/static/description/zap_screenshot.webp new file mode 100644 index 000000000..46029b9d6 Binary files /dev/null and b/theme_zap/static/description/zap_screenshot.webp differ diff --git a/theme_zap/static/src/img/backgrounds/01.jpg b/theme_zap/static/src/img/backgrounds/01.jpg deleted file mode 100644 index 4b8c92f2c..000000000 Binary files a/theme_zap/static/src/img/backgrounds/01.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/01.webp b/theme_zap/static/src/img/backgrounds/01.webp new file mode 100644 index 000000000..2c5b8917f Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/01.webp differ diff --git a/theme_zap/static/src/img/backgrounds/02.jpg b/theme_zap/static/src/img/backgrounds/02.jpg deleted file mode 100644 index ebc6de5d2..000000000 Binary files a/theme_zap/static/src/img/backgrounds/02.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/02.webp b/theme_zap/static/src/img/backgrounds/02.webp new file mode 100644 index 000000000..29796c2c6 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/02.webp differ diff --git a/theme_zap/static/src/img/backgrounds/03.jpg b/theme_zap/static/src/img/backgrounds/03.jpg deleted file mode 100644 index 6c7cb3969..000000000 Binary files a/theme_zap/static/src/img/backgrounds/03.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/03.webp b/theme_zap/static/src/img/backgrounds/03.webp new file mode 100644 index 000000000..a18f84429 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/03.webp differ diff --git a/theme_zap/static/src/img/backgrounds/04.jpg b/theme_zap/static/src/img/backgrounds/04.jpg deleted file mode 100644 index 6634a35ba..000000000 Binary files a/theme_zap/static/src/img/backgrounds/04.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/04.webp b/theme_zap/static/src/img/backgrounds/04.webp new file mode 100644 index 000000000..b357acd79 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/04.webp differ diff --git a/theme_zap/static/src/img/backgrounds/05.jpg b/theme_zap/static/src/img/backgrounds/05.jpg deleted file mode 100644 index a3823d347..000000000 Binary files a/theme_zap/static/src/img/backgrounds/05.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/05.webp b/theme_zap/static/src/img/backgrounds/05.webp new file mode 100644 index 000000000..cf29fb427 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/05.webp differ diff --git a/theme_zap/static/src/img/backgrounds/06.jpg b/theme_zap/static/src/img/backgrounds/06.jpg deleted file mode 100644 index c13b50865..000000000 Binary files a/theme_zap/static/src/img/backgrounds/06.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/06.webp b/theme_zap/static/src/img/backgrounds/06.webp new file mode 100644 index 000000000..32023c9d8 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/06.webp differ diff --git a/theme_zap/static/src/img/backgrounds/07.jpg b/theme_zap/static/src/img/backgrounds/07.jpg deleted file mode 100755 index d076e39a3..000000000 Binary files a/theme_zap/static/src/img/backgrounds/07.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/07.webp b/theme_zap/static/src/img/backgrounds/07.webp new file mode 100644 index 000000000..e16450cdb Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/07.webp differ diff --git a/theme_zap/static/src/img/backgrounds/08.jpg b/theme_zap/static/src/img/backgrounds/08.jpg deleted file mode 100644 index 636e13cb9..000000000 Binary files a/theme_zap/static/src/img/backgrounds/08.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/08.webp b/theme_zap/static/src/img/backgrounds/08.webp new file mode 100644 index 000000000..7ab3a9887 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/08.webp differ diff --git a/theme_zap/static/src/img/backgrounds/09.jpg b/theme_zap/static/src/img/backgrounds/09.jpg deleted file mode 100644 index 54b223228..000000000 Binary files a/theme_zap/static/src/img/backgrounds/09.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/09.webp b/theme_zap/static/src/img/backgrounds/09.webp new file mode 100644 index 000000000..00e9c3983 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/09.webp differ diff --git a/theme_zap/static/src/img/backgrounds/10.jpg b/theme_zap/static/src/img/backgrounds/10.jpg deleted file mode 100644 index 8f07aa293..000000000 Binary files a/theme_zap/static/src/img/backgrounds/10.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/10.webp b/theme_zap/static/src/img/backgrounds/10.webp new file mode 100644 index 000000000..eba1210ee Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/10.webp differ diff --git a/theme_zap/static/src/img/backgrounds/11.jpg b/theme_zap/static/src/img/backgrounds/11.jpg deleted file mode 100755 index b58ad8317..000000000 Binary files a/theme_zap/static/src/img/backgrounds/11.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/11.webp b/theme_zap/static/src/img/backgrounds/11.webp new file mode 100644 index 000000000..cfb2bb4f4 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/11.webp differ diff --git a/theme_zap/static/src/img/backgrounds/12.jpg b/theme_zap/static/src/img/backgrounds/12.jpg deleted file mode 100644 index e3dc0756d..000000000 Binary files a/theme_zap/static/src/img/backgrounds/12.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/12.webp b/theme_zap/static/src/img/backgrounds/12.webp new file mode 100644 index 000000000..44902b33e Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/12.webp differ diff --git a/theme_zap/static/src/img/backgrounds/13.jpg b/theme_zap/static/src/img/backgrounds/13.jpg deleted file mode 100644 index 046cd0dac..000000000 Binary files a/theme_zap/static/src/img/backgrounds/13.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/13.webp b/theme_zap/static/src/img/backgrounds/13.webp new file mode 100644 index 000000000..92dd84882 Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/13.webp differ diff --git a/theme_zap/static/src/img/backgrounds/14.jpg b/theme_zap/static/src/img/backgrounds/14.jpg deleted file mode 100644 index f2c344956..000000000 Binary files a/theme_zap/static/src/img/backgrounds/14.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/14.webp b/theme_zap/static/src/img/backgrounds/14.webp new file mode 100644 index 000000000..349a9b79d Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/14.webp differ diff --git a/theme_zap/static/src/img/backgrounds/15.jpg b/theme_zap/static/src/img/backgrounds/15.jpg deleted file mode 100644 index e7b4329a0..000000000 Binary files a/theme_zap/static/src/img/backgrounds/15.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/15.webp b/theme_zap/static/src/img/backgrounds/15.webp new file mode 100644 index 000000000..fada68fcc Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/15.webp differ diff --git a/theme_zap/static/src/img/backgrounds/16.jpg b/theme_zap/static/src/img/backgrounds/16.jpg deleted file mode 100644 index 7079aa53e..000000000 Binary files a/theme_zap/static/src/img/backgrounds/16.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/16.webp b/theme_zap/static/src/img/backgrounds/16.webp new file mode 100644 index 000000000..8e4efbede Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/16.webp differ diff --git a/theme_zap/static/src/img/backgrounds/s_images_gallery_1.jpg b/theme_zap/static/src/img/backgrounds/s_images_gallery_1.jpg deleted file mode 100644 index 1be20e7cd..000000000 Binary files a/theme_zap/static/src/img/backgrounds/s_images_gallery_1.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/s_images_gallery_1.webp b/theme_zap/static/src/img/backgrounds/s_images_gallery_1.webp new file mode 100644 index 000000000..ef57690ba Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/s_images_gallery_1.webp differ diff --git a/theme_zap/static/src/img/backgrounds/s_images_gallery_2.jpg b/theme_zap/static/src/img/backgrounds/s_images_gallery_2.jpg deleted file mode 100644 index 524d07be0..000000000 Binary files a/theme_zap/static/src/img/backgrounds/s_images_gallery_2.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/backgrounds/s_images_gallery_2.webp b/theme_zap/static/src/img/backgrounds/s_images_gallery_2.webp new file mode 100644 index 000000000..d1f9c627a Binary files /dev/null and b/theme_zap/static/src/img/backgrounds/s_images_gallery_2.webp differ diff --git a/theme_zap/static/src/img/content/banner.jpg b/theme_zap/static/src/img/content/banner.jpg deleted file mode 100644 index 14094f204..000000000 Binary files a/theme_zap/static/src/img/content/banner.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/banner.webp b/theme_zap/static/src/img/content/banner.webp new file mode 100644 index 000000000..5ebfe91fa Binary files /dev/null and b/theme_zap/static/src/img/content/banner.webp differ diff --git a/theme_zap/static/src/img/content/company_team_01.jpg b/theme_zap/static/src/img/content/company_team_01.jpg deleted file mode 100644 index 8f2c3870f..000000000 Binary files a/theme_zap/static/src/img/content/company_team_01.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/company_team_01.webp b/theme_zap/static/src/img/content/company_team_01.webp new file mode 100644 index 000000000..f16356e9e Binary files /dev/null and b/theme_zap/static/src/img/content/company_team_01.webp differ diff --git a/theme_zap/static/src/img/content/company_team_02.jpg b/theme_zap/static/src/img/content/company_team_02.jpg deleted file mode 100644 index 85c930ef3..000000000 Binary files a/theme_zap/static/src/img/content/company_team_02.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/company_team_02.webp b/theme_zap/static/src/img/content/company_team_02.webp new file mode 100644 index 000000000..ce57d9b44 Binary files /dev/null and b/theme_zap/static/src/img/content/company_team_02.webp differ diff --git a/theme_zap/static/src/img/content/company_team_03.jpg b/theme_zap/static/src/img/content/company_team_03.jpg deleted file mode 100644 index 1d182304b..000000000 Binary files a/theme_zap/static/src/img/content/company_team_03.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/company_team_03.webp b/theme_zap/static/src/img/content/company_team_03.webp new file mode 100644 index 000000000..91f312ffc Binary files /dev/null and b/theme_zap/static/src/img/content/company_team_03.webp differ diff --git a/theme_zap/static/src/img/content/company_team_04.jpg b/theme_zap/static/src/img/content/company_team_04.jpg deleted file mode 100644 index b3280cf94..000000000 Binary files a/theme_zap/static/src/img/content/company_team_04.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/company_team_04.webp b/theme_zap/static/src/img/content/company_team_04.webp new file mode 100644 index 000000000..8f438a9ec Binary files /dev/null and b/theme_zap/static/src/img/content/company_team_04.webp differ diff --git a/theme_zap/static/src/img/content/company_team_05.jpg b/theme_zap/static/src/img/content/company_team_05.jpg deleted file mode 100644 index 31b957750..000000000 Binary files a/theme_zap/static/src/img/content/company_team_05.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/company_team_05.webp b/theme_zap/static/src/img/content/company_team_05.webp new file mode 100644 index 000000000..b32f6dfe1 Binary files /dev/null and b/theme_zap/static/src/img/content/company_team_05.webp differ diff --git a/theme_zap/static/src/img/content/company_team_06.jpg b/theme_zap/static/src/img/content/company_team_06.jpg deleted file mode 100644 index cff979bb9..000000000 Binary files a/theme_zap/static/src/img/content/company_team_06.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/company_team_06.webp b/theme_zap/static/src/img/content/company_team_06.webp new file mode 100644 index 000000000..9f85c1bf2 Binary files /dev/null and b/theme_zap/static/src/img/content/company_team_06.webp differ diff --git a/theme_zap/static/src/img/content/image_text.jpg b/theme_zap/static/src/img/content/image_text.jpg deleted file mode 100644 index 2a5c5ed8f..000000000 Binary files a/theme_zap/static/src/img/content/image_text.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/image_text.webp b/theme_zap/static/src/img/content/image_text.webp new file mode 100644 index 000000000..6ddadf0ad Binary files /dev/null and b/theme_zap/static/src/img/content/image_text.webp differ diff --git a/theme_zap/static/src/img/content/masonry_block_02.jpg b/theme_zap/static/src/img/content/masonry_block_02.jpg deleted file mode 100644 index 2271e4349..000000000 Binary files a/theme_zap/static/src/img/content/masonry_block_02.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/masonry_block_02.webp b/theme_zap/static/src/img/content/masonry_block_02.webp new file mode 100644 index 000000000..28bfabb5b Binary files /dev/null and b/theme_zap/static/src/img/content/masonry_block_02.webp differ diff --git a/theme_zap/static/src/img/content/media_list_01.jpg b/theme_zap/static/src/img/content/media_list_01.jpg deleted file mode 100644 index 2a1e6587c..000000000 Binary files a/theme_zap/static/src/img/content/media_list_01.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/media_list_01.webp b/theme_zap/static/src/img/content/media_list_01.webp new file mode 100644 index 000000000..228bd26f2 Binary files /dev/null and b/theme_zap/static/src/img/content/media_list_01.webp differ diff --git a/theme_zap/static/src/img/content/media_list_02.jpg b/theme_zap/static/src/img/content/media_list_02.jpg deleted file mode 100644 index a980e359c..000000000 Binary files a/theme_zap/static/src/img/content/media_list_02.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/media_list_02.webp b/theme_zap/static/src/img/content/media_list_02.webp new file mode 100644 index 000000000..16432bd2a Binary files /dev/null and b/theme_zap/static/src/img/content/media_list_02.webp differ diff --git a/theme_zap/static/src/img/content/media_list_03.jpg b/theme_zap/static/src/img/content/media_list_03.jpg deleted file mode 100644 index 097c56435..000000000 Binary files a/theme_zap/static/src/img/content/media_list_03.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/media_list_03.webp b/theme_zap/static/src/img/content/media_list_03.webp new file mode 100644 index 000000000..2c616aaf2 Binary files /dev/null and b/theme_zap/static/src/img/content/media_list_03.webp differ diff --git a/theme_zap/static/src/img/content/parallax.jpg b/theme_zap/static/src/img/content/parallax.jpg deleted file mode 100644 index a3b7b2af8..000000000 Binary files a/theme_zap/static/src/img/content/parallax.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/parallax.webp b/theme_zap/static/src/img/content/parallax.webp new file mode 100644 index 000000000..2e8042fd3 Binary files /dev/null and b/theme_zap/static/src/img/content/parallax.webp differ diff --git a/theme_zap/static/src/img/content/picture.jpg b/theme_zap/static/src/img/content/picture.jpg deleted file mode 100644 index dd74301f0..000000000 Binary files a/theme_zap/static/src/img/content/picture.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/picture.webp b/theme_zap/static/src/img/content/picture.webp new file mode 100644 index 000000000..12fd7de11 Binary files /dev/null and b/theme_zap/static/src/img/content/picture.webp differ diff --git a/theme_zap/static/src/img/content/s_empowerment_default_image.jpg b/theme_zap/static/src/img/content/s_empowerment_default_image.jpg deleted file mode 100644 index 6ffc85633..000000000 Binary files a/theme_zap/static/src/img/content/s_empowerment_default_image.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_empowerment_default_image.webp b/theme_zap/static/src/img/content/s_empowerment_default_image.webp new file mode 100644 index 000000000..ef39768f1 Binary files /dev/null and b/theme_zap/static/src/img/content/s_empowerment_default_image.webp differ diff --git a/theme_zap/static/src/img/content/s_images_constellation_default_image.jpg b/theme_zap/static/src/img/content/s_images_constellation_default_image.jpg deleted file mode 100644 index 0a11d6f86..000000000 Binary files a/theme_zap/static/src/img/content/s_images_constellation_default_image.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_constellation_default_image.webp b/theme_zap/static/src/img/content/s_images_constellation_default_image.webp new file mode 100644 index 000000000..e7abbbce8 Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_constellation_default_image.webp differ diff --git a/theme_zap/static/src/img/content/s_images_constellation_default_image_1.jpg b/theme_zap/static/src/img/content/s_images_constellation_default_image_1.jpg deleted file mode 100644 index 0587d9c22..000000000 Binary files a/theme_zap/static/src/img/content/s_images_constellation_default_image_1.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_constellation_default_image_1.webp b/theme_zap/static/src/img/content/s_images_constellation_default_image_1.webp new file mode 100644 index 000000000..e3c6a26df Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_constellation_default_image_1.webp differ diff --git a/theme_zap/static/src/img/content/s_images_constellation_default_image_2.jpg b/theme_zap/static/src/img/content/s_images_constellation_default_image_2.jpg deleted file mode 100644 index 78d6c5151..000000000 Binary files a/theme_zap/static/src/img/content/s_images_constellation_default_image_2.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_constellation_default_image_2.webp b/theme_zap/static/src/img/content/s_images_constellation_default_image_2.webp new file mode 100644 index 000000000..c17dabfea Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_constellation_default_image_2.webp differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_1.jpg b/theme_zap/static/src/img/content/s_images_mosaic_default_image_1.jpg deleted file mode 100644 index baf0fcacb..000000000 Binary files a/theme_zap/static/src/img/content/s_images_mosaic_default_image_1.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_1.webp b/theme_zap/static/src/img/content/s_images_mosaic_default_image_1.webp new file mode 100644 index 000000000..6d23dcc56 Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_mosaic_default_image_1.webp differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_2.jpg b/theme_zap/static/src/img/content/s_images_mosaic_default_image_2.jpg deleted file mode 100644 index ebe3a54b6..000000000 Binary files a/theme_zap/static/src/img/content/s_images_mosaic_default_image_2.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_2.webp b/theme_zap/static/src/img/content/s_images_mosaic_default_image_2.webp new file mode 100644 index 000000000..c8ccb99e2 Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_mosaic_default_image_2.webp differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_3.jpg b/theme_zap/static/src/img/content/s_images_mosaic_default_image_3.jpg deleted file mode 100644 index 1669b7bcc..000000000 Binary files a/theme_zap/static/src/img/content/s_images_mosaic_default_image_3.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_3.webp b/theme_zap/static/src/img/content/s_images_mosaic_default_image_3.webp new file mode 100644 index 000000000..25b6ba184 Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_mosaic_default_image_3.webp differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_4.jpg b/theme_zap/static/src/img/content/s_images_mosaic_default_image_4.jpg deleted file mode 100644 index bb70f81fa..000000000 Binary files a/theme_zap/static/src/img/content/s_images_mosaic_default_image_4.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_4.webp b/theme_zap/static/src/img/content/s_images_mosaic_default_image_4.webp new file mode 100644 index 000000000..b01fb4445 Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_mosaic_default_image_4.webp differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_5.jpg b/theme_zap/static/src/img/content/s_images_mosaic_default_image_5.jpg deleted file mode 100644 index ea7a1b808..000000000 Binary files a/theme_zap/static/src/img/content/s_images_mosaic_default_image_5.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_images_mosaic_default_image_5.webp b/theme_zap/static/src/img/content/s_images_mosaic_default_image_5.webp new file mode 100644 index 000000000..e3ef66c6a Binary files /dev/null and b/theme_zap/static/src/img/content/s_images_mosaic_default_image_5.webp differ diff --git a/theme_zap/static/src/img/content/s_intro_pill_default_image.jpg b/theme_zap/static/src/img/content/s_intro_pill_default_image.jpg deleted file mode 100644 index d11cee99b..000000000 Binary files a/theme_zap/static/src/img/content/s_intro_pill_default_image.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_intro_pill_default_image.webp b/theme_zap/static/src/img/content/s_intro_pill_default_image.webp new file mode 100644 index 000000000..a9044c1e8 Binary files /dev/null and b/theme_zap/static/src/img/content/s_intro_pill_default_image.webp differ diff --git a/theme_zap/static/src/img/content/s_intro_pill_default_image_2.jpg b/theme_zap/static/src/img/content/s_intro_pill_default_image_2.jpg deleted file mode 100644 index 2a111b6a3..000000000 Binary files a/theme_zap/static/src/img/content/s_intro_pill_default_image_2.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_intro_pill_default_image_2.webp b/theme_zap/static/src/img/content/s_intro_pill_default_image_2.webp new file mode 100644 index 000000000..5f8250030 Binary files /dev/null and b/theme_zap/static/src/img/content/s_intro_pill_default_image_2.webp differ diff --git a/theme_zap/static/src/img/content/s_kickoff_default_image.jpg b/theme_zap/static/src/img/content/s_kickoff_default_image.jpg deleted file mode 100644 index 8567e776f..000000000 Binary files a/theme_zap/static/src/img/content/s_kickoff_default_image.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_kickoff_default_image.webp b/theme_zap/static/src/img/content/s_kickoff_default_image.webp new file mode 100644 index 000000000..86678a03b Binary files /dev/null and b/theme_zap/static/src/img/content/s_kickoff_default_image.webp differ diff --git a/theme_zap/static/src/img/content/s_showcase_default_image.jpg b/theme_zap/static/src/img/content/s_showcase_default_image.jpg deleted file mode 100644 index 5719d09cc..000000000 Binary files a/theme_zap/static/src/img/content/s_showcase_default_image.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_showcase_default_image.webp b/theme_zap/static/src/img/content/s_showcase_default_image.webp new file mode 100644 index 000000000..4867fa7e5 Binary files /dev/null and b/theme_zap/static/src/img/content/s_showcase_default_image.webp differ diff --git a/theme_zap/static/src/img/content/s_text_cover.jpg b/theme_zap/static/src/img/content/s_text_cover.jpg deleted file mode 100644 index 1a2433255..000000000 Binary files a/theme_zap/static/src/img/content/s_text_cover.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/s_text_cover.webp b/theme_zap/static/src/img/content/s_text_cover.webp new file mode 100644 index 000000000..24fd1bf63 Binary files /dev/null and b/theme_zap/static/src/img/content/s_text_cover.webp differ diff --git a/theme_zap/static/src/img/content/text_image.jpg b/theme_zap/static/src/img/content/text_image.jpg deleted file mode 100644 index 32ff6d50f..000000000 Binary files a/theme_zap/static/src/img/content/text_image.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/text_image.webp b/theme_zap/static/src/img/content/text_image.webp new file mode 100644 index 000000000..7f531ce18 Binary files /dev/null and b/theme_zap/static/src/img/content/text_image.webp differ diff --git a/theme_zap/static/src/img/content/three_columns_01.jpg b/theme_zap/static/src/img/content/three_columns_01.jpg deleted file mode 100644 index bbcf4f921..000000000 Binary files a/theme_zap/static/src/img/content/three_columns_01.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/three_columns_01.webp b/theme_zap/static/src/img/content/three_columns_01.webp new file mode 100644 index 000000000..17fc8217e Binary files /dev/null and b/theme_zap/static/src/img/content/three_columns_01.webp differ diff --git a/theme_zap/static/src/img/content/three_columns_02.jpg b/theme_zap/static/src/img/content/three_columns_02.jpg deleted file mode 100644 index 04ec092e5..000000000 Binary files a/theme_zap/static/src/img/content/three_columns_02.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/three_columns_02.webp b/theme_zap/static/src/img/content/three_columns_02.webp new file mode 100644 index 000000000..034eb1624 Binary files /dev/null and b/theme_zap/static/src/img/content/three_columns_02.webp differ diff --git a/theme_zap/static/src/img/content/three_columns_03.jpg b/theme_zap/static/src/img/content/three_columns_03.jpg deleted file mode 100644 index 4ac0138b8..000000000 Binary files a/theme_zap/static/src/img/content/three_columns_03.jpg and /dev/null differ diff --git a/theme_zap/static/src/img/content/three_columns_03.webp b/theme_zap/static/src/img/content/three_columns_03.webp new file mode 100644 index 000000000..7b34d62a4 Binary files /dev/null and b/theme_zap/static/src/img/content/three_columns_03.webp differ diff --git a/theme_zap/views/images_library.xml b/theme_zap/views/images_library.xml index dff3c562d..01ecf8e55 100644 --- a/theme_zap/views/images_library.xml +++ b/theme_zap/views/images_library.xml @@ -5,82 +5,82 @@ theme_zap.bg_img_01 theme_zap.background_img_01 - /theme_zap/static/src/img/backgrounds/01.jpg + /theme_zap/static/src/img/backgrounds/01.webp theme_zap.bg_img_02 theme_zap.background_img_02 - /theme_zap/static/src/img/backgrounds/02.jpg + /theme_zap/static/src/img/backgrounds/02.webp theme_zap.bg_img_03 theme_zap.background_img_03 - /theme_zap/static/src/img/backgrounds/03.jpg + /theme_zap/static/src/img/backgrounds/03.webp theme_zap.bg_img_04 theme_zap.background_img_04 - /theme_zap/static/src/img/backgrounds/04.jpg + /theme_zap/static/src/img/backgrounds/04.webp theme_zap.bg_img_05 theme_zap.background_img_05 - /theme_zap/static/src/img/backgrounds/05.jpg + /theme_zap/static/src/img/backgrounds/05.webp theme_zap.bg_img_06 theme_zap.background_img_06 - /theme_zap/static/src/img/backgrounds/06.jpg + /theme_zap/static/src/img/backgrounds/06.webp theme_zap.bg_img_07 theme_zap.background_img_07 - /theme_zap/static/src/img/backgrounds/07.jpg + /theme_zap/static/src/img/backgrounds/07.webp theme_zap.bg_img_08 theme_zap.background_img_08 - /theme_zap/static/src/img/backgrounds/08.jpg + /theme_zap/static/src/img/backgrounds/08.webp theme_zap.bg_img_09 theme_zap.background_img_09 - /theme_zap/static/src/img/backgrounds/09.jpg + /theme_zap/static/src/img/backgrounds/09.webp theme_zap.bg_img_10 theme_zap.background_img_10 - /theme_zap/static/src/img/backgrounds/10.jpg + /theme_zap/static/src/img/backgrounds/10.webp theme_zap.bg_img_11 theme_zap.background_img_11 - /theme_zap/static/src/img/backgrounds/11.jpg + /theme_zap/static/src/img/backgrounds/11.webp theme_zap.bg_img_12 theme_zap.background_img_12 - /theme_zap/static/src/img/backgrounds/12.jpg + /theme_zap/static/src/img/backgrounds/12.webp theme_zap.bg_img_13 theme_zap.background_img_13 - /theme_zap/static/src/img/backgrounds/13.jpg + /theme_zap/static/src/img/backgrounds/13.webp theme_zap.bg_img_14 theme_zap.background_img_14 - /theme_zap/static/src/img/backgrounds/14.jpg + /theme_zap/static/src/img/backgrounds/14.webp theme_zap.bg_img_15 theme_zap.background_img_15 - /theme_zap/static/src/img/backgrounds/15.jpg + /theme_zap/static/src/img/backgrounds/15.webp theme_zap.bg_img_16 theme_zap.background_img_16 - /theme_zap/static/src/img/backgrounds/16.jpg + /theme_zap/static/src/img/backgrounds/16.webp @@ -136,303 +136,303 @@ website.s_banner_default_image website.s_banner_default_image - /theme_zap/static/src/img/content/banner.jpg + /theme_zap/static/src/img/content/banner.webp website.s_cover_default_image website.s_cover_default_image - /theme_zap/static/src/img/backgrounds/09.jpg + /theme_zap/static/src/img/backgrounds/09.webp website.s_text_image_default_image website.s_text_image_default_image - /theme_zap/static/src/img/content/text_image.jpg + /theme_zap/static/src/img/content/text_image.webp website.s_image_text_default_image website.s_image_text_default_image - /theme_zap/static/src/img/content/image_text.jpg + /theme_zap/static/src/img/content/image_text.webp website.s_picture_default_image website.s_picture_default_image - /theme_zap/static/src/img/content/picture.jpg + /theme_zap/static/src/img/content/picture.webp website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 - /theme_zap/static/src/img/backgrounds/16.jpg + /theme_zap/static/src/img/backgrounds/16.webp website.s_masonry_block_default_image_2 website.s_masonry_block_default_image_2 - /theme_zap/static/src/img/content/masonry_block_02.jpg + /theme_zap/static/src/img/content/masonry_block_02.webp website.s_carousel_default_image_1 website.s_carousel_default_image_1 - /theme_zap/static/src/img/backgrounds/05.jpg + /theme_zap/static/src/img/backgrounds/05.webp website.s_carousel_default_image_2 website.s_carousel_default_image_2 - /theme_zap/static/src/img/backgrounds/08.jpg + /theme_zap/static/src/img/backgrounds/08.webp website.s_carousel_default_image_3 website.s_carousel_default_image_3 - /theme_zap/static/src/img/backgrounds/07.jpg + /theme_zap/static/src/img/backgrounds/07.webp website.s_carousel_intro_default_image_1 website.s_carousel_intro_default_image_1 - /theme_zap/static/src/img/backgrounds/09.jpg + /theme_zap/static/src/img/backgrounds/09.webp website.s_carousel_intro_default_image_2 website.s_carousel_intro_default_image_2 - /theme_zap/static/src/img/backgrounds/04.jpg + /theme_zap/static/src/img/backgrounds/04.webp website.s_carousel_intro_default_image_3 website.s_carousel_intro_default_image_3 - /theme_zap/static/src/img/backgrounds/07.jpg + /theme_zap/static/src/img/backgrounds/07.webp website.s_carousel_cards_default_image_1 website.s_carousel_cards_default_image_1 - /theme_zap/static/src/img/backgrounds/05.jpg + /theme_zap/static/src/img/backgrounds/05.webp website.s_carousel_cards_default_image_2 website.s_carousel_cards_default_image_2 - /theme_zap/static/src/img/backgrounds/08.jpg + /theme_zap/static/src/img/backgrounds/08.webp website.s_carousel_cards_default_image_3 website.s_carousel_cards_default_image_3 - /theme_zap/static/src/img/backgrounds/07.jpg + /theme_zap/static/src/img/backgrounds/07.webp website.s_quotes_carousel_demo_image_3 website.s_quotes_carousel_demo_image_3 - /theme_zap/static/src/img/content/company_team_03.jpg + /theme_zap/static/src/img/content/company_team_03.webp website.s_quotes_carousel_demo_image_4 website.s_quotes_carousel_demo_image_4 - /theme_zap/static/src/img/content/company_team_02.jpg + /theme_zap/static/src/img/content/company_team_02.webp website.s_quotes_carousel_demo_image_5 website.s_quotes_carousel_demo_image_5 - /theme_zap/static/src/img/content/company_team_06.jpg + /theme_zap/static/src/img/content/company_team_06.webp website.s_three_columns_default_image_1 website.s_three_columns_default_image_1 - /theme_zap/static/src/img/content/three_columns_01.jpg + /theme_zap/static/src/img/content/three_columns_01.webp website.s_three_columns_default_image_2 website.s_three_columns_default_image_2 - /theme_zap/static/src/img/content/three_columns_02.jpg + /theme_zap/static/src/img/content/three_columns_02.webp website.s_three_columns_default_image_3 website.s_three_columns_default_image_3 - /theme_zap/static/src/img/content/three_columns_03.jpg + /theme_zap/static/src/img/content/three_columns_03.webp website.s_media_list_default_image_1 website.s_media_list_default_image_1 - /theme_zap/static/src/img/content/media_list_01.jpg + /theme_zap/static/src/img/content/media_list_01.webp website.s_media_list_default_image_2 website.s_media_list_default_image_2 - /theme_zap/static/src/img/content/media_list_02.jpg + /theme_zap/static/src/img/content/media_list_02.webp website.s_media_list_default_image_3 website.s_media_list_default_image_3 - /theme_zap/static/src/img/content/media_list_03.jpg + /theme_zap/static/src/img/content/media_list_03.webp website.s_company_team_image_1 website.s_company_team_image_1 - /theme_zap/static/src/img/content/company_team_01.jpg + /theme_zap/static/src/img/content/company_team_01.webp website.s_company_team_image_2 website.s_company_team_image_2 - /theme_zap/static/src/img/content/company_team_02.jpg + /theme_zap/static/src/img/content/company_team_02.webp website.s_company_team_image_3 website.s_company_team_image_3 - /theme_zap/static/src/img/content/company_team_03.jpg + /theme_zap/static/src/img/content/company_team_03.webp website.s_company_team_image_4 website.s_company_team_image_4 - /theme_zap/static/src/img/content/company_team_04.jpg + /theme_zap/static/src/img/content/company_team_04.webp website.s_company_team_image_5 website.s_company_team_image_5 - /theme_zap/static/src/img/content/company_team_05.jpg + /theme_zap/static/src/img/content/company_team_05.webp website.s_company_team_image_6 website.s_company_team_image_6 - /theme_zap/static/src/img/content/company_team_06.jpg + /theme_zap/static/src/img/content/company_team_06.webp website.s_parallax_default_image website.s_parallax_default_image - /theme_zap/static/src/img/content/parallax.jpg + /theme_zap/static/src/img/content/parallax.webp website.library_image_08 website.library_image_08 - /theme_zap/static/src/img/backgrounds/01.jpg + /theme_zap/static/src/img/backgrounds/01.webp website.library_image_02 website.library_image_02 - /theme_zap/static/src/img/backgrounds/s_images_gallery_1.jpg + /theme_zap/static/src/img/backgrounds/s_images_gallery_1.webp website.library_image_03 website.library_image_03 - /theme_zap/static/src/img/backgrounds/s_images_gallery_2.jpg + /theme_zap/static/src/img/backgrounds/s_images_gallery_2.webp website.s_accordion_image_default_image website.s_accordion_image_default_image - /theme_zap/static/src/img/backgrounds/04.jpg + /theme_zap/static/src/img/backgrounds/04.webp website.s_quadrant_default_image_1 website.s_quadrant_default_image_1 - /theme_zap/static/src/img/backgrounds/03.jpg + /theme_zap/static/src/img/backgrounds/03.webp website.s_quadrant_default_image_2 website.s_quadrant_default_image_2 - /theme_zap/static/src/img/backgrounds/06.jpg + /theme_zap/static/src/img/backgrounds/06.webp website.s_quadrant_default_image_3 website.s_quadrant_default_image_3 - /theme_zap/static/src/img/backgrounds/12.jpg + /theme_zap/static/src/img/backgrounds/12.webp website.s_quadrant_default_image_4 website.s_quadrant_default_image_4 - /theme_zap/static/src/img/backgrounds/13.jpg + /theme_zap/static/src/img/backgrounds/13.webp website.s_image_title_default_image website.s_image_title_default_image - /theme_zap/static/src/img/backgrounds/01.jpg + /theme_zap/static/src/img/backgrounds/01.webp website.s_key_images_default_image_1 website.s_key_images_default_image_1 - /theme_zap/static/src/img/backgrounds/12.jpg + /theme_zap/static/src/img/backgrounds/12.webp website.s_key_images_default_image_2 website.s_key_images_default_image_2 - /theme_zap/static/src/img/backgrounds/13.jpg + /theme_zap/static/src/img/backgrounds/13.webp website.s_key_images_default_image_3 website.s_key_images_default_image_3 - /theme_zap/static/src/img/backgrounds/06.jpg + /theme_zap/static/src/img/backgrounds/06.webp website.s_key_images_default_image_4 website.s_key_images_default_image_4 - /theme_zap/static/src/img/backgrounds/08.jpg + /theme_zap/static/src/img/backgrounds/08.webp website.s_kickoff_default_image website.s_kickoff_default_image - /theme_zap/static/src/img/content/s_kickoff_default_image.jpg + /theme_zap/static/src/img/content/s_kickoff_default_image.webp website.s_images_mosaic_default_image_1 website.s_images_mosaic_default_image_1 - /theme_zap/static/src/img/content/s_images_mosaic_default_image_1.jpg + /theme_zap/static/src/img/content/s_images_mosaic_default_image_1.webp website.s_images_mosaic_default_image_2 website.s_images_mosaic_default_image_2 - /theme_zap/static/src/img/content/s_images_mosaic_default_image_2.jpg + /theme_zap/static/src/img/content/s_images_mosaic_default_image_2.webp website.s_images_mosaic_default_image_3 website.s_images_mosaic_default_image_3 - /theme_zap/static/src/img/content/s_images_mosaic_default_image_3.jpg + /theme_zap/static/src/img/content/s_images_mosaic_default_image_3.webp website.s_images_mosaic_default_image_4 website.s_images_mosaic_default_image_4 - /theme_zap/static/src/img/content/s_images_mosaic_default_image_4.jpg + /theme_zap/static/src/img/content/s_images_mosaic_default_image_4.webp website.s_images_mosaic_default_image_5 website.s_images_mosaic_default_image_5 - /theme_zap/static/src/img/content/s_images_mosaic_default_image_5.jpg + /theme_zap/static/src/img/content/s_images_mosaic_default_image_5.webp website.s_showcase_default_image website.s_showcase_default_image - /theme_zap/static/src/img/content/s_showcase_default_image.jpg + /theme_zap/static/src/img/content/s_showcase_default_image.webp @@ -440,89 +440,89 @@ website.s_intro_pill_default_image website.s_intro_pill_default_image - /theme_zap/static/src/img/content/s_intro_pill_default_image.jpg + /theme_zap/static/src/img/content/s_intro_pill_default_image.webp website.s_intro_pill_default_image_2 website.s_intro_pill_default_image_2 - /theme_zap/static/src/img/content/s_intro_pill_default_image_2.jpg + /theme_zap/static/src/img/content/s_intro_pill_default_image_2.webp website.s_wavy_grid_default_image_1 website.s_wavy_grid_default_image_1 - /theme_zap/static/src/img/backgrounds/01.jpg + /theme_zap/static/src/img/backgrounds/01.webp website.s_wavy_grid_default_image_2 website.s_wavy_grid_default_image_2 - /theme_zap/static/src/img/backgrounds/04.jpg + /theme_zap/static/src/img/backgrounds/04.webp website.s_wavy_grid_default_image_3 website.s_wavy_grid_default_image_3 - /theme_zap/static/src/img/backgrounds/08.jpg + /theme_zap/static/src/img/backgrounds/08.webp website.s_wavy_grid_default_image_4 website.s_wavy_grid_default_image_4 - /theme_zap/static/src/img/backgrounds/14.jpg + /theme_zap/static/src/img/backgrounds/14.webp website.s_images_constellation_default_image website.s_images_constellation_default_image - /theme_zap/static/src/img/content/s_images_constellation_default_image.jpg + /theme_zap/static/src/img/content/s_images_constellation_default_image.webp website.s_images_constellation_default_image_1 website.s_images_constellation_default_image_1 - /theme_zap/static/src/img/content/s_images_constellation_default_image_1.jpg + /theme_zap/static/src/img/content/s_images_constellation_default_image_1.webp website.s_images_constellation_default_image_2 website.s_images_constellation_default_image_2 - /theme_zap/static/src/img/content/s_images_constellation_default_image_2.jpg + /theme_zap/static/src/img/content/s_images_constellation_default_image_2.webp website.s_empowerment_default_image website.s_empowerment_default_image - /theme_zap/static/src/img/content/s_empowerment_default_image.jpg + /theme_zap/static/src/img/content/s_empowerment_default_image.webp website.s_text_cover_default_image website.s_text_cover_default_image - /theme_zap/static/src/img/content/s_text_cover.jpg + /theme_zap/static/src/img/content/s_text_cover.webp website.s_website_form_overlay_default_image website.s_website_form_overlay_default_image - /theme_zap/static/src/img/backgrounds/09.jpg + /theme_zap/static/src/img/backgrounds/09.webp website.s_website_form_cover_default_image website.s_website_form_cover_default_image - /theme_zap/static/src/img/backgrounds/04.jpg + /theme_zap/static/src/img/backgrounds/04.webp website.s_tabs_images_default_image_4 website.s_tabs_images_default_image_4 - /theme_zap/static/src/img/backgrounds/13.jpg + /theme_zap/static/src/img/backgrounds/13.webp website.s_tabs_images_default_image_5 website.s_tabs_images_default_image_5 - /theme_zap/static/src/img/backgrounds/06.jpg + /theme_zap/static/src/img/backgrounds/06.webp diff --git a/theme_zap/views/snippets/s_cta_box.xml b/theme_zap/views/snippets/s_cta_box.xml index ecdd8f645..7ef77aca6 100644 --- a/theme_zap/views/snippets/s_cta_box.xml +++ b/theme_zap/views/snippets/s_cta_box.xml @@ -16,7 +16,7 @@ - /theme_zap/static/src/img/backgrounds/07.jpg + /theme_zap/static/src/img/backgrounds/07.webp diff --git a/theme_zap/views/snippets/s_striped.xml b/theme_zap/views/snippets/s_striped.xml index 55b9ad77d..9a9d0ed2a 100644 --- a/theme_zap/views/snippets/s_striped.xml +++ b/theme_zap/views/snippets/s_striped.xml @@ -18,7 +18,7 @@ /web_editor/image_shape/website.s_text_cover_default_image/web_editor/geometric/geo_square_5.svg web_editor/geometric/geo_square_5 - image/jpeg + image/webp s_striped_default_image.svg ;;;;