vue3-youtube icon indicating copy to clipboard operation
vue3-youtube copied to clipboard

How to handle Player width & Height using CSS classes, e.g how make video frame responsive.

Open dipenparmar12 opened this issue 2 years ago • 1 comments

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! 😊

dipenparmar12 avatar Nov 04 '22 12:11 dipenparmar12

document.querySelector("iframe").style.width = "100%";

ziyi-hub avatar Nov 18 '22 12:11 ziyi-hub