diff --git a/backend_theme_infinito_plus/__manifest__.py b/backend_theme_infinito_plus/__manifest__.py index a87920d0e..e0c71bafd 100644 --- a/backend_theme_infinito_plus/__manifest__.py +++ b/backend_theme_infinito_plus/__manifest__.py @@ -53,8 +53,8 @@ }, }, 'images': [ - 'static/description/banner.png', - 'static/description/theme_screenshot.png', + 'static/description/banner.gif', + 'static/description/theme_screenshot.gif', ], 'license': 'LGPL-3', 'installable': True, diff --git a/backend_theme_infinito_plus/static/description/banner.gif b/backend_theme_infinito_plus/static/description/banner.gif new file mode 100644 index 000000000..a47b70ecb Binary files /dev/null and b/backend_theme_infinito_plus/static/description/banner.gif differ diff --git a/backend_theme_infinito_plus/static/description/banner.png b/backend_theme_infinito_plus/static/description/banner.png deleted file mode 100644 index c872ce289..000000000 Binary files a/backend_theme_infinito_plus/static/description/banner.png and /dev/null differ diff --git a/backend_theme_infinito_plus/static/description/theme_screenshot.gif b/backend_theme_infinito_plus/static/description/theme_screenshot.gif new file mode 100644 index 000000000..90e7867f3 Binary files /dev/null and b/backend_theme_infinito_plus/static/description/theme_screenshot.gif differ diff --git a/backend_theme_infinito_plus/static/description/theme_screenshot.png b/backend_theme_infinito_plus/static/description/theme_screenshot.png deleted file mode 100644 index c768586be..000000000 Binary files a/backend_theme_infinito_plus/static/description/theme_screenshot.png and /dev/null differ