Skip to content

Commit 4aba90c

Browse files
authored
Merge pull request scratchfoundation#4724 from evhan55/bugfix/4668
Changing tutorial video width to be smaller
2 parents c87560a + 5b4daec commit 4aba90c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/cards/card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
}
138138

139139
.step-video {
140-
height: 337px;
140+
height: 256px;
141141
}
142142

143143
.step-image {

src/components/cards/cards.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ const VideoStep = ({video, dragging}) => (
6969
allowFullScreen
7070
allowTransparency="true"
7171
frameBorder="0"
72-
height="338"
72+
height="257"
7373
scrolling="no"
7474
src={`https://fast.wistia.net/embed/iframe/${video}?seo=false&videoFoam=true`}
7575
title="📹"
76-
width="600"
76+
width="466"
7777
/>
7878
<script
7979
async

0 commit comments

Comments
 (0)