From 0c4dc1780869b2528f594d4e290a2fc150e5e84d Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 28 Jul 2026 18:59:03 +0000
Subject: [PATCH 1/2] docs: document image copy and download actions
---
create/image-embeds.mdx | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/create/image-embeds.mdx b/create/image-embeds.mdx
index c44858f380..5f71fb2393 100644
--- a/create/image-embeds.mdx
+++ b/create/image-embeds.mdx
@@ -89,6 +89,46 @@ To make an image a clickable link, wrap the image in an anchor tag and add the `
Images within anchor tags automatically display a pointer cursor to indicate they are clickable.
+#### Copy and download actions
+
+Add copy and download controls to an image with the `actions` property. When enabled, buttons appear as an overlay on hover, focus, or touch, letting readers copy the image to their clipboard or save it to their device.
+
+Set `actions` to `true` to show both buttons, or pass a comma-separated list to enable specific actions:
+
+```html
+
+```
+
+```html
+
+```
+
+Supported values for `actions`:
+
+- `copy`: Copy the image to the clipboard.
+- `download`: Download the image as a file.
+
+Use the `actionsPlacement` property to position the buttons. The default is `bottom-center`.
+
+```html
+
+```
+
+Supported values for `actionsPlacement`: `bottom-center`, `bottom-left`, `bottom-right`, `top-center`, `top-left`, `top-right`.
+
#### Light and dark mode images
To display different images for light and dark themes, use Tailwind CSS classes:
From c90ccd61becb11a1f6e4b883bf41f14b76012d6c Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 28 Jul 2026 19:01:01 +0000
Subject: [PATCH 2/2] docs: translate image copy and download actions to es,
fr, zh
---
es/create/image-embeds.mdx | 42 ++++++++++++++++++++++++++++++++++++++
fr/create/image-embeds.mdx | 42 ++++++++++++++++++++++++++++++++++++++
zh/create/image-embeds.mdx | 42 ++++++++++++++++++++++++++++++++++++++
3 files changed, 126 insertions(+)
diff --git a/es/create/image-embeds.mdx b/es/create/image-embeds.mdx
index c5581cc5fa..a3a966f434 100644
--- a/es/create/image-embeds.mdx
+++ b/es/create/image-embeds.mdx
@@ -98,6 +98,48 @@ Para convertir una imagen en un enlace clicable, envuelve la imagen en una etiqu
Las imágenes dentro de etiquetas de enlace muestran automáticamente un cursor de puntero para indicar que se pueden hacer clic.
+
+```
+
+```html
+
+```
+
+Valores admitidos para `actions`:
+
+- `copy`: Copia la imagen al portapapeles.
+- `download`: Descarga la imagen como archivo.
+
+Usa la propiedad `actionsPlacement` para posicionar los botones. El valor predeterminado es `bottom-center`.
+
+```html
+
+```
+
+Valores admitidos para `actionsPlacement`: `bottom-center`, `bottom-left`, `bottom-right`, `top-center`, `top-left`, `top-right`.
+
+```
+
+```html
+
+```
+
+Valeurs prises en charge pour `actions` :
+
+- `copy` : Copie l’image dans le presse-papiers.
+- `download` : Télécharge l’image sous forme de fichier.
+
+Utilisez la propriété `actionsPlacement` pour positionner les boutons. La valeur par défaut est `bottom-center`.
+
+```html
+
+```
+
+Valeurs prises en charge pour `actionsPlacement` : `bottom-center`, `bottom-left`, `bottom-right`, `top-center`, `top-left`, `top-right`.
+
+```
+
+```html
+
+```
+
+`actions` 支持的值:
+
+- `copy`:将图像复制到剪贴板。
+- `download`:将图像下载为文件。
+
+使用 `actionsPlacement` 属性调整按钮位置。默认值为 `bottom-center`。
+
+```html
+
+```
+
+`actionsPlacement` 支持的值:`bottom-center`、`bottom-left`、`bottom-right`、`top-center`、`top-left`、`top-right`。
+