Video doesn´t work on my Landing page project, pls help :)

Hello Campers,

could somebody please look at my code and figure out why some videos (borrowed from an existing Landing page - such as https://www.youtube.com/embed/mfcEFEaxaLs) work, anything about rabbits I put in there, doesn´t?
My video is: https://youtu.be/OvAfrbVfofo
I had the same problem with an image on my tribute page for several days, then all of a sudden it started to show the image and I have no idea how / why.

My pen:

Thank you so much to anybody who spends time over it.
Klára.

Try this:

<iframe id="singlevideo" width="360" height="315" src="https://www.youtube.com/embed/wcF3FKKFtfA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

It is just that the link you used is not for embedding . Just go to the video in youtube and click the share icon. There you will get an embed option from which you can copy paste in your code. Thank you.

Thank you so much!! Kl.