Yui Ichioka
Yui Ichioka
It could be implemented by using `containerClassName` props. ```css .youtubeContainer { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; margin-bottom: 50px; } .youtubeContainer iframe { width: 100%; height:...
lgtm

