mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Remove height and width
This commit is contained in:
parent
1695bf23b8
commit
10da7662e6
1 changed files with 0 additions and 2 deletions
|
@ -26,9 +26,7 @@ const About = () => (
|
||||||
<div className="video-container">
|
<div className="video-container">
|
||||||
<Video
|
<Video
|
||||||
className="about-scratch-video"
|
className="about-scratch-video"
|
||||||
height="290"
|
|
||||||
videoId="joal01i8b1"
|
videoId="joal01i8b1"
|
||||||
width="400"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue