Skip to content

Commit

Permalink
Merge branch 'main' of github.com:serversideup/spin
Browse files Browse the repository at this point in the history
  • Loading branch information
danpastori committed Jan 4, 2024
2 parents 02e3ae2 + e4b0c9b commit 33fe976
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/components/content/MarketingServers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div class="px-4">
<div class="rounded-[10px] mx-auto max-w-[940px] my-8 md:my-16 overflow-hidden">
<video autoplay muted loop>
<video autoplay muted loop playsinline>
<source src="https://spin-public-assets.serversideup.net/spin-demo_spin-provision.mp4"/>
</video>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/content/MarketingVideo.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="px-4">
<div class="rounded-[10px] mx-auto max-w-[940px] my-8 md:my-16 overflow-hidden">
<video autoplay muted loop>
<video autoplay muted loop playsinline>
<source src="https://spin-public-assets.serversideup.net/spin-demo_spin-up.mp4"/>
</video>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: docs

# Welcome to Spin 馃憢

<video autoplay muted loop>
<video autoplay muted loop playsinline>
<source src="https://spin-public-assets.serversideup.net/spin-demo_spin-up.mp4"/>
</video>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spin new laravel my-billion-dollar-idea

This will create a project in your current directory called `my-billion-dollar-idea`. You can also specify a path to create the project in a different directory.

<video autoplay muted loop>
<video autoplay muted loop playsinline>
<source src="https://spin-public-assets.serversideup.net/spin-demo_spin-up.mp4"/>
</video>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spin init

The wizard will ask you some questions and then you'll be on your way to shipping your application.

<video autoplay muted loop>
<video autoplay muted loop playsinline>
<source src="https://spin-public-assets.serversideup.net/spin-demo_spin-init.mp4"/>
</video>

Expand Down

0 comments on commit 33fe976

Please sign in to comment.