Fullscreen function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Fullscreen function

While using <iframe> tag to embed Youtube videos I am not able to play the video in full screen After doing some searches on google I found that by using allowfullscreen attribute it would work But still it doesnt

29th Jun 2020, 10:06 AM
Azimul Hasan
Azimul Hasan - avatar
2 Answers
+ 1
Try this code Just change your video id <iframe src="http://www.youtube.com/embed/W7qWa52k-nE" width="560" height="315" frameborder="0" allowfullscreen> </iframe>
29th Jun 2020, 10:34 AM
Ayush Kumar
Ayush Kumar - avatar
+ 1
I did but still doesnt work
29th Jun 2020, 10:52 AM
Azimul Hasan
Azimul Hasan - avatar