I am working on a project where I need to embed youtube playlist in a div. I am doing it with following code. but I am not getting expected result.
The code which I have found is ..
<iframe width="100%" style="height: calc(35vw);" src="https://www.youtube.com/embed/?listType=playlist&list=PLq6t3Vjkzc9p1BhTiXon6EAdSwg5Iqxlb" rel="0" frameborder="0" allowfullscreen>
</iframe>
and this generates this UI
Whereas I want playlist videos already to be shown there at the right side like this.