Skip to content

Commit

Permalink
ios fullscreen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-0 committed Sep 17, 2023
1 parent a7f131e commit afa356a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class="main"
:class="{ 'extra-padding': scheduleModes.length > 1, 'winterfest': theme.name.toLowerCase() == 'into the woods'}"
>
<video v-if="theme.name.toLowerCase() === 'stevenson space'" autoplay loop muted :class="'starry-night' + (fullScreenMode ? ' starry-night-full' : '')">
<video v-if="theme.name.toLowerCase() === 'stevenson space'" autoplay loop muted playsinline :class="'starry-night' + (fullScreenMode ? ' starry-night-full' : '')">
<source
:src="starryNight"
type="video/mp4"
Expand Down

0 comments on commit afa356a

Please sign in to comment.