player
player copied to clipboard
fix(css): vds-youtube height
Related:
Fixes #1719
Description:
Fixed a typo in CSS where iframe.vds-youtube[data-no-controls] had height: 1000% instead of the correct height: 100%.
Ready?
Yes, this PR is ready for review. It's a simple typo fix with a clear before/after change.
Anything Else?
This is a straightforward bug fix that corrects an obvious typo. The change affects YouTube iframe elements specifically when they have the data-no-controls attribute.
Review Process:
- Verify that the CSS change from
height: 1000%toheight: 100%is correct - Confirm that YouTube iframes with
data-no-controlsattribute now display with proper height - Check that no other styling is affected by this change