Skip to content

Commit

Permalink
clients/web: fix video on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Aug 15, 2024
1 parent 61b2ec3 commit 66d8e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/apps/web/src/components/Landing/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ export const Hero = () => {
<video
src="/assets/landing/polar_ui_2.webm"
width="100%"
className="dark:border-polar-700 rounded-4xl aspect-video border border-gray-200"
className="dark:border-polar-700 xl:rounded-4xl aspect-video rounded-2xl border border-gray-200 lg:rounded-3xl"
autoPlay
playsInline
muted
/>
</Section>
Expand Down

0 comments on commit 66d8e00

Please sign in to comment.