player
player copied to clipboard
YouTube iframe height 1000%
Current Behavior:
In /packages/vidstack/styles/player/base.css exists the following style:
iframe.vds-youtube[data-no-controls] {
height: 1000%;
}
Expected Behavior:
Should this be height: 100%? Is this a typo?
Steps To Reproduce:
Whatever causes an iframe to gain the class vds-youtube and attribute data-no-controls.
Hi @justin-oh, I've created a PR (#1721) for simple typo fix. Let me know - thank you!