We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1695578 commit ede8b2aCopy full SHA for ede8b2a
src/_includes/blog.html
@@ -19,8 +19,9 @@ <h3 class="text-4xl lg:text-6xl font-bold blog-title">{{ title }}</h3>
19
20
<div class="blog-content">
21
{% if video %}
22
- <iframe width="560" height="315" src="https://www.youtube.com/embed/{{ video }}" title="YouTube video player"
23
- frameborder="0" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture"
+ <iframe class="lg:h-[315px] lg:w-[560px]" src="https://www.youtube.com/embed/{{ video }}"
+ title="YouTube video player" frameborder="0"
24
+ allow="autoplay; clipboard-write; encrypted-media; picture-in-picture"
25
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
26
{% endif %}
27
0 commit comments