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.
Current Behavior:
In
/packages/vidstack/styles/player/base.cssexists the following style:Expected Behavior:
Should this be
height: 100%? Is this a typo?Steps To Reproduce:
Whatever causes an iframe to gain the class
vds-youtubeand attributedata-no-controls.