Skip to content

Commit

Permalink
Merge pull request #863 from thefrontside/tm/make-video-responsive
Browse files Browse the repository at this point in the history
Made video responsive
  • Loading branch information
taras authored Dec 18, 2023
2 parents d43d17b + 3f88bb8 commit 552dd0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/routes/index-route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ export function indexRoute(): JSXHandler {
Effection and answer frequenty asked questions.
</p>
<iframe
class="mx-auto max-w-2xl"
width={560}
height={315}
class="mx-auto w-full aspect-video pr-0.5"
src="https://www.youtube.com/embed/lJDgpxRw5WA?si=rZuOYa_UWDdP1G_V"
title="YouTube video player"
frameborder="0"
Expand Down

0 comments on commit 552dd0b

Please sign in to comment.