You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/zz-developer-guide/images-and-diagrams.mdx
+12-1
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,16 @@
2
2
title: Images and Diagrams
3
3
---
4
4
5
-
importImagefrom'@theme/IdealImage';
6
5
importDrawiofrom'@theme/Drawio'
7
6
8
7
## Images
9
8
9
+
:::info Not in Use
10
+
11
+
Ideal Image is not currently enabled as it appears to clash with native Docusaurus lazy-loading.
12
+
13
+
:::
14
+
10
15
The [`@docusaurus/plugin-ideal-image`](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-ideal-image) is used to allow lazy loading and zoom of images.
11
16
12
17
Use the `Image` tag as shown:
@@ -18,7 +23,13 @@ import Image from '@theme/IdealImage';
0 commit comments