Skip to content

Commit 7b048d5

Browse files
committed
chore: remove social-card
1 parent 3e83695 commit 7b048d5

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

content/2.essentials/4.images-embeds.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ Display images using standard Markdown syntax. Markdown images are simple to imp
2020
```
2121
::
2222

23-
Or with your local images
24-
25-
::code-preview
26-
![Social Card](/social-card.png)
27-
28-
#code
29-
```mdc
30-
![Social Card](/social-card.png)
31-
```
32-
::
33-
3423
::note
3524
If [`@nuxt/image`](https://image.nuxt.com/get-started/installation) is installed, the `<NuxtImg>` component will be used instead of the native `img` tag.
3625
::
@@ -42,7 +31,7 @@ Use embeds for more image customization. Embeds offer greater control over image
4231
::code-preview
4332
![Nuxt Social Image](https://nuxt.com/new-social.jpg){height="150"}
4433

45-
34+
4635

4736
#code
4837
```mdc
@@ -59,7 +48,7 @@ Embeds allow adding various HTML elements like videos and iframes. This feature
5948
class: "[&>div]:*:w-full"
6049
---
6150
: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" allowfullscreen style="aspect-ratio: 16/9;"}
62-
51+
6352

6453
#code
6554
```mdc

public/social-card.png

-561 KB
Binary file not shown.

0 commit comments

Comments
 (0)