Reduce width of video

This commit is contained in:
Sam Carlton 2020-12-10 23:42:23 -06:00
parent a2e8ad9f43
commit 5fbe4d11bd

View file

@ -10,7 +10,7 @@
}" }"
class="video-canvas w-screen flex justify-center bg-black" 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"> <div class="relative overflow-hidden w-full pb-16/9">
<iframe <iframe
:src="`https://www.youtube-nocookie.com/embed/${video.id}?autoplay=1&modestbranding=1&playsinline=1`" :src="`https://www.youtube-nocookie.com/embed/${video.id}?autoplay=1&modestbranding=1&playsinline=1`"