<div class="video">
<iframe src="https://www.youtube.com/embed/8Z-96vawOGI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video">
<iframe src="{{url}}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
{
"url": "https://www.youtube.com/embed/8Z-96vawOGI"
}
.video
{
@apply relative;
padding-bottom: 56.25%;
> iframe
{
@apply absolute w-full h-full;
}
}
No notes defined.