thiagorossener / jekflix-template

A Jekyll theme inspired by Netflix. 🎬
https://jekflix.rossener.com/
Other
854 stars 1.17k forks source link

Issues with the Youtube Video Embedding #188

Open bioinformaticsguy opened 2 years ago

bioinformaticsguy commented 2 years ago

Greetings,

Thank you so much for the really nice theme. I have a problem when embedding the youtube video in the post. I use the code below but still, the video is not embedded properly, especially on the small screens.

<iframe width="560" height="315" src="https://www.youtube.com/embed/w6Gztdhkd3U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe >

Kindly check the link to my fork to see further details. https://github.com/bioinformaticsguy/bioinformaticsguy.info

I will be really grateful.