mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Tweak default page content
This commit is contained in:
parent
5e7969ddcb
commit
e9aa02c149
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ func GetDefaults() Defaults {
|
|||
|
||||
<hr/>
|
||||
|
||||
<video id="video" controls preload="metadata" width="40%" poster="https://videos.owncast.online/t/xaJ3xNn9Y6pWTdB25m9ai3">
|
||||
<video id="video" controls preload="metadata" style="width: 60vw; max-width: 600px; min-width: 200px;" poster="https://videos.owncast.online/t/xaJ3xNn9Y6pWTdB25m9ai3">
|
||||
<source src="https://assets.owncast.tv/video/owncast-embed.mp4" type="video/mp4" />
|
||||
</video>
|
||||
`,
|
||||
|
|
|
@ -64,7 +64,7 @@ const defaultPageContent = `<h1>Welcome to Owncast!</h1>
|
|||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<video id="video" controls preload="metadata" width="40%" poster="https://videos.owncast.online/t/xaJ3xNn9Y6pWTdB25m9ai3">
|
||||
<video id="video" controls preload="metadata" style="width: 60vw; max-width: 600px; min-width: 200px;" poster="https://videos.owncast.online/t/xaJ3xNn9Y6pWTdB25m9ai3">
|
||||
<source src="https://assets.owncast.tv/video/owncast-embed.mp4" type="video/mp4" />
|
||||
</video>`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue