vue3-youtube
vue3-youtube copied to clipboard
How to handle Player width & Height using CSS classes, e.g how make video frame responsive.
Hi,
How can we make player width and height dynamic, i wanted to make Video-frame should be 100% width of it's parent container.
Thank you! 😊
document.querySelector("iframe").style.width = "100%";