Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion create/image-embeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<Frame>
<img
className="rounded-xl"

Check warning on line 11 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L11

Use 'classnames?' instead of 'className'.
src="https://mintlify-assets.b-cdn.net/bigbend.jpg"

Check warning on line 12 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L12

Use 'HTTPS?' instead of 'https'.
alt="Photograph of a scenic landscape with purple flowers in the foreground, mountains in the background, and a blue sky with scattered clouds."
/>
</Frame>
Expand All @@ -30,7 +30,7 @@
Always include descriptive alt text to improve accessibility and SEO. The alt text should clearly describe what the image shows.
</Tip>

Image files must be less than 20 MB. For larger files, host them on a CDN service like [Amazon S3](https://aws.amazon.com/s3) or [Cloudinary](https://cloudinary.com).
Image files must be less than 50 MB. For larger files, host them on a CDN service like [Amazon S3](https://aws.amazon.com/s3) or [Cloudinary](https://cloudinary.com).

### HTML image embeds

Expand Down Expand Up @@ -84,7 +84,7 @@
```

<Note>
Images within anchor tags automatically display a pointer cursor to indicate they are clickable.

Check warning on line 87 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L87

Use 'Cursor' instead of 'cursor'.
</Note>

#### Light and dark mode images
Expand Down Expand Up @@ -130,7 +130,7 @@
className="w-full aspect-video rounded-xl"
src="https://www.youtube.com/embed/4KzFe50RQkQ"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"

Check warning on line 133 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L133

Use semicolons judiciously.

Check warning on line 133 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L133

Use semicolons judiciously.

Check warning on line 133 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L133

Use semicolons judiciously.

Check warning on line 133 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L133

Use semicolons judiciously.

Check warning on line 133 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L133

Use semicolons judiciously.
allowFullScreen
></iframe>
```
Expand Down Expand Up @@ -176,7 +176,7 @@
When using JSX syntax, write double-word attributes in camelCase: `autoPlay`, `playsInline`, `allowFullScreen`.
</Note>

## Iframes

Check warning on line 179 in create/image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/image-embeds.mdx#L179

Use 'iframes?' instead of 'Iframes'.

Embed external content using iframe elements:

Expand Down
2 changes: 1 addition & 1 deletion es/create/image-embeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Utiliza la [sintaxis de Markdown](https://www.markdownguide.org/basic-syntax/#im
Incluye siempre texto alternativo descriptivo para mejorar la accesibilidad y el SEO. El texto alternativo debe describir claramente lo que muestra la imagen.
</Tip>

Los archivos de imagen deben pesar menos de 20 MB. Para archivos más grandes, alójalos en un servicio CDN como [Amazon S3](https://aws.amazon.com/s3) o [Cloudinary](https://cloudinary.com).
Los archivos de imagen deben pesar menos de 50 MB. Para archivos más grandes, alójalos en un servicio CDN como [Amazon S3](https://aws.amazon.com/s3) o [Cloudinary](https://cloudinary.com).

<div id="html-image-embeds">
### Inserciones de imágenes HTML
Expand Down
4 changes: 2 additions & 2 deletions es/editor/media.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords: ["editor","media","images","assets"]
## Tipos de archivo admitidos
</div>

* **Imágenes**: PNG, JPG, JPEG, GIF, WebP (máx. 20 MB)
* **Vídeos**: MP4, WebM (máx. 20 MB)
* **Imágenes**: PNG, JPG, JPEG, GIF, WebP (máx. 50 MB)
* **Vídeos**: MP4, WebM (máx. 50 MB)
* **Fuentes**: TrueType (TTF), WOFF, WOFF2
* **Otros**: PDF, ICO (favicons)

Expand Down
2 changes: 1 addition & 1 deletion fr/create/image-embeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Utilisez la [syntaxe Markdown](https://www.markdownguide.org/basic-syntax/#image
Incluez toujours un texte alternatif descriptif pour améliorer l’accessibilité et le SEO. Le texte alternatif doit décrire clairement ce que montre l’image.
</Tip>

Les fichiers image doivent faire moins de 20 Mo. Pour les fichiers plus volumineux, hébergez-les sur un service CDN comme [Amazon S3](https://aws.amazon.com/s3) ou [Cloudinary](https://cloudinary.com).
Les fichiers image doivent faire moins de 50 Mo. Pour les fichiers plus volumineux, hébergez-les sur un service CDN comme [Amazon S3](https://aws.amazon.com/s3) ou [Cloudinary](https://cloudinary.com).

<div id="html-image-embeds">
### Intégrations d’images HTML
Expand Down
4 changes: 2 additions & 2 deletions fr/editor/media.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords: ["editor","media","images","assets"]
## Types de fichiers pris en charge
</div>

* **Images** : PNG, JPG, JPEG, GIF, WebP (max 20 Mo)
* **Vidéos** : MP4, WebM (max 20 Mo)
* **Images** : PNG, JPG, JPEG, GIF, WebP (max 50 Mo)
* **Vidéos** : MP4, WebM (max 50 Mo)
* **Polices** : TrueType (TTF), WOFF, WOFF2
* **Autres** : PDF, ICO (favicons)

Expand Down
2 changes: 1 addition & 1 deletion zh/create/image-embeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keywords: ["images", "videos", "iframes", "media", "svg"]
请务必包含具有描述性的 alt 文本,以提升可访问性和 SEO(搜索引擎优化)。alt 文本应清晰说明图像所呈现的内容。
</Tip>

图像文件必须小于 20 MB。对于更大的文件,请将其托管在 [Amazon S3](https://aws.amazon.com/s3) 或 [Cloudinary](https://cloudinary.com) 等 CDN 服务上。
图像文件必须小于 50 MB。对于更大的文件,请将其托管在 [Amazon S3](https://aws.amazon.com/s3) 或 [Cloudinary](https://cloudinary.com) 等 CDN 服务上。

<div id="html-image-embeds">
### HTML 图像嵌入
Expand Down
4 changes: 2 additions & 2 deletions zh/editor/media.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords: ["editor","media","images","assets"]
## 支持的文件类型
</div>

* **图片**:PNG、JPG、JPEG、GIF、WebP(最大 20 MB)
* **视频**:MP4、WebM (最大 20 MB)
* **图片**:PNG、JPG、JPEG、GIF、WebP(最大 50 MB)
* **视频**:MP4、WebM (最大 50 MB)
* **字体**:TrueType (TTF) 、WOFF、WOFF2
* **其他**:PDF、ICO (网站图标)

Expand Down
Loading