Skip to content

Commit 34d51d9

Browse files
committed
Update link to splash video
1 parent 131e2c2 commit 34d51d9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/content/docs/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ hero:
3030
import { Card, CardGrid } from '@astrojs/starlight/components';
3131

3232
<div>
33-
<video autoplay="" muted="" loop="" playsinline="" controlslist="nodownload" style="background: transparent; width: 100%;" poster="https://skip.tools/assets/video/skip-splash-poster.png">
34-
<source src="https://skip.tools/assets/video/skip-splash.mov">
33+
<video width="100%" height="auto" autoplay loop muted playsinline preload="auto" style="background: transparent; width: 100%;" poster="https://assets.skip.dev/splash/skip-splash-poster.png">
34+
<source src="https://assets.skip.dev/splash/skip-splash.mov">
3535
Your browser does not support the video tag.
3636
</source>
3737
</video>
3838
</div>
3939

40-
4140
# How Skip Works
4241

4342
As you write your Swift and SwiftUI source, the Skip Xcode plugin continuously builds the equivalent code for Android. Develop dual-platform libraries or entire apps, with native performance and native user interfaces on both platforms.

0 commit comments

Comments
 (0)