You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/2.essentials/4.images-embeds.md
+2-13Lines changed: 2 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,6 @@ Display images using standard Markdown syntax. Markdown images are simple to imp
20
20
```
21
21
::
22
22
23
-
Or with your local images
24
-
25
-
::code-preview
26
-

27
-
28
-
#code
29
-
```mdc
30
-

31
-
```
32
-
::
33
-
34
23
::note
35
24
If [`@nuxt/image`](https://image.nuxt.com/get-started/installation) is installed, the `<NuxtImg>` component will be used instead of the native `img` tag.
36
25
::
@@ -42,7 +31,7 @@ Use embeds for more image customization. Embeds offer greater control over image
42
31
::code-preview
43
32
{height="150"}
44
33
45
-
34
+
46
35
47
36
#code
48
37
```mdc
@@ -59,7 +48,7 @@ Embeds allow adding various HTML elements like videos and iframes. This feature
59
48
class: "[&>div]:*:w-full"
60
49
---
61
50
:iframe{src="https://www.youtube-nocookie.com/embed/_eQxomah-nA?si=pDSzchUBDKb2NQu7"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreenstyle="aspect-ratio: 16/9;"}
0 commit comments