How can I show a banner image from youtube api ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I show a banner image from youtube api ???

Html

17th Feb 2020, 6:04 PM
Shubho Barman
Shubho Barman - avatar
3 Answers
+ 1
If you want to show a youtube video on your webpage you can use <iframe> and specify the youtube link you want. For example: <iframe height="150" width="300" src="https://www.youtube.com/embed/Q6_5InVJZ88" allowfullscreen frameborder="0"></iframe> you can see that we specify height wodth and src. Src is the video you want to display.
21st Feb 2020, 9:14 AM
SimZooo
SimZooo - avatar
0
I know it but I need to show channel logo and banner from api if you know about it please help me...
22nd Feb 2020, 12:34 AM
Shubho Barman
Shubho Barman - avatar
0
You can use the <img src=> and put your yt banner link in src
23rd Feb 2020, 3:21 PM
SimZooo
SimZooo - avatar