Skip to content

Commit a74879b

Browse files
committed
docs(typography): update images
Resolves #5188
1 parent 583d2fa commit a74879b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/content/docs/4.typography/4.images-and-embeds.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Responsive images with automatic optimization and interactive zoom functionality
1111
::tabs{class="gap-0"}
1212

1313
:::code-preview{label="Preview" class="[&>div>p]:my-0"}
14-
![Image](/assets/docs/japan.jpg)
14+
![Image](/assets/templates/nuxt/dashboard-dark.png)
1515

1616
#code
1717

1818
```mdc
19-
![Image](/assets/docs/japan.jpg)
19+
![Image](/assets/templates/nuxt/dashboard-dark.png)
2020
```
2121

2222
:::
@@ -38,12 +38,12 @@ By default, images support interactive zoom: clicking an image opens it in a mod
3838
To prevent zoom on a specific image, add the `:zoom="false"` attribute.
3939

4040
::code-preview{class="[&>div>p]:my-0"}
41-
![Image without zoom](/assets/docs/japan.jpg){:zoom="false"}
41+
![Image without zoom](/assets/templates/nuxt/dashboard-dark.png){:zoom="false"}
4242

4343
#code
4444

4545
```mdc
46-
![Image without zoom](/assets/docs/japan.jpg){:zoom="false"}
46+
![Image without zoom](/assets/templates/nuxt/dashboard-dark.png){:zoom="false"}
4747
```
4848

4949
::
@@ -53,12 +53,12 @@ To prevent zoom on a specific image, add the `:zoom="false"` attribute.
5353
Images automatically adapt to their container while maintaining aspect ratio. You can control sizing through markdown or HTML attributes when needed.
5454

5555
::code-preview
56-
![Small Image](/assets/docs/japan.jpg){width="300"}
56+
![Small Image](/assets/templates/nuxt/dashboard-dark.png){width="300"}
5757

5858
#code
5959

6060
```mdc
61-
![Small Image](/assets/docs/japan.jpg){width="300"}
61+
![Small Image](/assets/templates/nuxt/dashboard-dark.png){width="300"}
6262
```
6363

6464
::

docs/public/assets/docs/japan.jpg

-1.47 MB
Binary file not shown.

0 commit comments

Comments
 (0)