Skip to content

Commit 85a1485

Browse files
kgowrufern-support
andauthored
🌿 Fern Scribe: - add docs for nozoom... (#258)
Co-authored-by: Fern Support <[email protected]>
1 parent 37b1b79 commit 85a1485

File tree

1 file changed

+2
-1
lines changed
  • fern/products/docs/pages/component-library/writing-content

1 file changed

+2
-1
lines changed

‎fern/products/docs/pages/component-library/writing-content/markdown.mdx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Common image attributes:
9090
| `alt` | Alternative text for accessibility |
9191
| `title` | Tooltip text shown on hover |
9292
| `width` and `height` | Dimensions of the image in pixels |
93+
| `noZoom` | Disables image zoom functionality |
9394

9495
<Note>
9596
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).
@@ -229,4 +230,4 @@ erDiagram
229230
CUSTOMER ||--o{ PLANT-ORDER : places
230231
PLANT-ORDER ||--|{ PLANT-ID : contains
231232
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
232-
```
233+
```

0 commit comments

Comments
 (0)