Skip to content

Commit

Permalink
fix on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mluogh committed Sep 18, 2023
1 parent d914699 commit 9adab77
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,13 @@ export const Login = () => {
</Stack>
</Box>
<AspectRatio flex="4" ratio={1350 / 1150}>
<video autoPlay loop muted style={{ width: "100%", height: "100%" }}>
<video
autoPlay
playsInline
loop
muted
style={{ width: "100%", height: "100%" }}
>
<source src="/assets/web/gameplay.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
Expand Down

0 comments on commit 9adab77

Please sign in to comment.