StepaZol
Results
1
comments of
StepaZol
trafficstars
Now only the width and height numbers work, because now the check happens like [this](https://github.com/angular/components/blob/d679024dec9c3c5e697e0c72caadaced3a87f67b/src/youtube-player/youtube-player.ts#L154) `this._height = height == null || isNaN(height) ? DEFAULT_PLAYER_HEIGHT : height;` you can create a...