Skip to content
Merged
Prev Previous commit
Next Next commit
Update video to image in interactive example for <embed> (mdn#40652)
update file type
  • Loading branch information
dipikabh authored Aug 18, 2025
commit 5dc9a1731aec0c04cebb4fdfa436b01cd30a20ae
4 changes: 2 additions & 2 deletions files/en-us/web/html/reference/elements/embed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The **`<embed>`** [HTML](/en-US/docs/Web/HTML) element embeds external content a

```html interactive-example
<embed
type="video/mp4"
src="/shared-assets/videos/flower.mp4"
type="image/jpeg"
src="/shared-assets/images/examples/flowers.jpg"
width="250"
height="200" />
```
Expand Down