You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This broke our websites as well, since we used this
<youtube-playerwidth="100%"
height="100%"
.../>
A similar fix to the one you provided helped, but I just wish this was mentioned in changelog as a potential breaking change (even though it technically isn't one).
Is this a regression?
The previous version in which this bug was not present was
16.2.12
Description
For mobile devices sometimes we'd like to make the YouTube video 100% of the width.
In order to achieve that in previous versions I did as follows:
yet now it's not working.
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-k5bgl5?file=src%2Findex.html
Steps to reproduce:
Expected Behavior
It shoult take the whole width of the screen
Actual Behavior
style doesn't affect the result probably now it's embedded in an extra tag
Environment
The text was updated successfully, but these errors were encountered: