Skip to content

Commit a5bffe8

Browse files
authored
Merge pull request #174 from googlefonts/emmamarichal-patch-5
Update article.md
2 parents 01a21c6 + d393a89 commit a5bffe8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gf-guide/article.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ There are two options to include videos in the Article file: `MP4` with a max fi
8080
- For the `MP4` video inclusion, it must follow this format:
8181

8282
`<video autoplay muted src="your-video-name.mp4" type="video/mp4"></video>`
83+
84+
or, if you need to loop it:
8385

84-
or, if you need to loop it:
85-
86-
`<video loop autoplay muted src="video1.mp4" type="video/mp4">
86+
```<video loop autoplay muted src="video1.mp4" type="video/mp4">
8787
Your browser does not support the video tag.
88-
</video>`
88+
</video>```
8989
9090
You can see these cases as reference: <a href="https://github.com/google/fonts/blob/main/ofl/danfo/article/ARTICLE.en_us.html">Danfo</a>, <a href="https://github.com/google/fonts/blob/main/ofl/savate/article/ARTICLE.en_us.html">Savate</a>
9191

0 commit comments

Comments
 (0)