mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Reduce width of video
This commit is contained in:
parent
a2e8ad9f43
commit
5fbe4d11bd
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
}"
|
||||
class="video-canvas w-screen flex justify-center bg-black"
|
||||
>
|
||||
<div class="ratio-wrapper w-full max-w-5xl">
|
||||
<div class="ratio-wrapper w-full max-w-4xl">
|
||||
<div class="relative overflow-hidden w-full pb-16/9">
|
||||
<iframe
|
||||
:src="`https://www.youtube-nocookie.com/embed/${video.id}?autoplay=1&modestbranding=1&playsinline=1`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue