This commit is contained in:
MuslemRahimi 2024-06-06 09:55:20 +02:00
parent d42629bed6
commit 78415439fa

View File

@ -694,14 +694,14 @@
{post?.title} {post?.title}
</h1> </h1>
<div class="mt-10 m-auto flex justify-center items-center"> <div class="mt-10 m-auto flex justify-center items-center mb-10">
<iframe <iframe
class="w-full h-48 sm:h-[500px]" class="w-full min-h-56 sm:min-h-96 sm:h-full max-h-[500px] sm:rounded-xl sm:shadow-sm sm:shadow-[#313131]"
src={`https://www.youtube.com/embed/${videoId}`} src={`https://www.youtube.com/embed/${videoId}`}
frameborder="0" frameborder="0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen allowfullscreen
></iframe> ></iframe>
</div> </div>
{/if} {/if}