DEV Community

Discussion on: Custom YouTube thumbnail and play button for embedded iframe video

Collapse
 
fungayi263 profile image
Kofie • Edited

Hi thanks for this it works like a charm. I have a small problem where I cant play embedded video in full screen mode. Any idea how I can work around this?

Thanks again

Collapse
 
fungayi263 profile image
Kofie

Oh I have figured it out.
In the createIframe function, I added iframe.setAttribute("allowfullscreen", "1");

Works perfectly