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: fern/products/docs/pages/component-library/writing-content/markdown.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ Common image attributes:
90
90
| `alt` | Alternative text for accessibility |
91
91
| `title` | Tooltip text shown on hover |
92
92
| `width` and `height` | Dimensions of the image in pixels |
93
+
| `noZoom` | Disables image zoom functionality |
93
94
94
95
<Note>
95
96
For more details about the HTML image element and its attributes, see the [MDN documentation on the img element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img).
0 commit comments