+ 1
How can I show a banner image from youtube api ???
Html
3 ответов
+ 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.
0
I know it but I need to show channel logo and banner from api if you know about it please help me...
0
You can use the <img src=> and put your yt banner link in src