I'm building a chrome extension that has some embedded videos available. I'd like for them to be able to go fullscreen, but it doesn't seem to be working.
Here is what I've tried based on some other post's resolutions. Yet still clicking full screen doesn't do anything.
<iframe width="468" height="263" src="https://www.youtube.com/embed/KnzFc0ln2do?rel=0&fs=1" frameborder="0" webkitallowfullscreen allowfullscreen></iframe>