From f14d8d2fdd47e54eab459a7e1c6164aec9df9aca Mon Sep 17 00:00:00 2001 From: Nazar Date: Mon, 12 Jul 2021 19:40:42 +0200 Subject: [PATCH] docs(v2): GIF format is not suported (#5133) https://github.com/facebook/docusaurus/issues/2956 Please check the issue above. GIF format is currently is not supported --- website/docs/api/plugins/plugin-ideal-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/plugins/plugin-ideal-image.md b/website/docs/api/plugins/plugin-ideal-image.md index 6647383167..737d4ee417 100644 --- a/website/docs/api/plugins/plugin-ideal-image.md +++ b/website/docs/api/plugins/plugin-ideal-image.md @@ -26,7 +26,7 @@ module.exports = { ## Usage {#usage} -This plugin supports the PNG, GIF and JPG formats only. +This plugin supports the PNG and JPG formats only. ```jsx import Image from '@theme/IdealImage';