Skip to content

Commit f667a89

Browse files
authored
Merge pull request #10962 from marmelab/doc-fix-video-type
[Doc] Fix some incorrect video types
2 parents 8f9bdcd + f846586 commit f667a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Let's be realistic: Many developers focus on features first and don't have much
257257
React-admin provides **components that look pretty good out of the box**, so even if you don't spend time on the UI, it won't look bad (unless you try hard). React-admin uses [Material UI](https://mui.com/material-ui/getting-started/), which is a React implementation of the [Material Design](https://material.io/) guidelines, the most battle-tested design system.
258258

259259
<video controls autoplay playsinline muted loop width="100%">
260-
<source src="https://user-images.githubusercontent.com/99944/116970434-4a926480-acb8-11eb-8ce2-0602c680e45e.mp4" type="video/webm" />
260+
<source src="https://user-images.githubusercontent.com/99944/116970434-4a926480-acb8-11eb-8ce2-0602c680e45e.mp4" type="video/mp4" />
261261
Your browser does not support the video tag.
262262
</video>
263263

docs/Theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Theming"
88
React-admin applications use a neutral style by default. You will probably want to customize the look and feel to match your branding, or your end users preferences. Don't worry! You can customize the look and feel of pretty much everything in react-admin.
99

1010
<video controls autoplay playsinline muted loop width="100%">
11-
<source src="https://user-images.githubusercontent.com/99944/116970434-4a926480-acb8-11eb-8ce2-0602c680e45e.mp4" type="video/webm" />
11+
<source src="https://user-images.githubusercontent.com/99944/116970434-4a926480-acb8-11eb-8ce2-0602c680e45e.mp4" type="video/mp4" />
1212
Your browser does not support the video tag.
1313
</video>
1414

0 commit comments

Comments
 (0)