Update from code changes: document image copy and download actions - #6784
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: document image copy and download actions#6784mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
actionsandactionsPlacementimage properties, which add optional copy and download controls to images in MDX pages. The buttons show on hover, focus, or touch and can be configured together or individually. Placement defaults tobottom-centerwith five other positions available. Source: https://github.com/mintlify/mint/pull/9566Changes
create/image-embeds.mdxcovering theactionsandactionsPlacementproperties, supported values, and example usage.Note
Low Risk
Documentation-only updates with no runtime or API changes in this repository.
Overview
Adds documentation for optional copy and download controls on HTML
<img>embeds via the newactionsandactionsPlacementattributes.The new Copy and download actions subsection explains that controls appear on hover, focus, or touch;
actionscan betrueor a comma-separated list (copy,download); andactionsPlacementpositions the overlay (defaultbottom-center, plus five corner/center options), with HTML examples. The same content is added tocreate/image-embeds.mdxand localizedes,fr, andzhpages (localized locales use acopy-and-download-actionsanchor div where applicable).Reviewed by Cursor Bugbot for commit c90ccd6. Bugbot is set up for automated code reviews on this repo. Configure here.