How to set iframe that it can be view on mobiles? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to set iframe that it can be view on mobiles?

I have a blog. I embed some iframes in it. but they are only shone on desktop not in mobiles.

13th Jun 2019, 4:41 PM
Sabyasachi Pramanik
Sabyasachi Pramanik - avatar
1 Answer
+ 14
In youtube, you can do something like this. This is just an example <iframe width="560" height="315" src="https://www.youtube.com/embed/dKZsIaiyz_k" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
3rd Sep 2019, 11:36 AM
MCGAmedCoder gamerArtist
MCGAmedCoder gamerArtist - avatar