how to remove borders from the sides of the vedio | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

how to remove borders from the sides of the vedio

14th Jul 2016, 11:08 AM
Chirag Mangla
Chirag Mangla - avatar
2 Antworten
+ 4
An <iframe> with no borders: <iframe src="/default.asp" width="200" height="200" frameborder="0"> </iframe>
14th Jul 2016, 12:17 PM
Awele Omeligwe
Awele Omeligwe - avatar
+ 4
The <iframe> frameborder attribute is not supported in HTML5. Use CSS instead. The frameborder attribute specifies whether or not to display a border around an <iframe>.
14th Jul 2016, 12:18 PM
Awele Omeligwe
Awele Omeligwe - avatar