player icon indicating copy to clipboard operation
player copied to clipboard

YouTube iframe height 1000%

Open justin-oh opened this issue 2 months ago • 1 comments

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.

justin-oh avatar Nov 06 '25 19:11 justin-oh

Hi @justin-oh, I've created a PR (#1721) for simple typo fix. Let me know - thank you!

pzanella avatar Nov 08 '25 15:11 pzanella