diff --git a/fern/products/docs/pages/component-library/writing-content/markdown.mdx b/fern/products/docs/pages/component-library/writing-content/markdown.mdx index c6214c871..12a0207a6 100644 --- a/fern/products/docs/pages/component-library/writing-content/markdown.mdx +++ b/fern/products/docs/pages/component-library/writing-content/markdown.mdx @@ -82,6 +82,12 @@ You can use locally stored images or URLs to include images in your Markdown pag +To prevent an image from being zoomable, add the `noZoom` attribute to the image tag: + +```html +Logo +``` + Common image attributes: | Attribute | Description | @@ -90,6 +96,7 @@ Common image attributes: | `alt` | Alternative text for accessibility | | `title` | Tooltip text shown on hover | | `width` and `height` | Dimensions of the image in pixels | +| `noZoom` | Prevents image from being zoomable | 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). @@ -109,7 +116,6 @@ For example, to embed a video, use the following Markdown: ### Local videos - You can embed videos in your documentation using the HTML `