Skip to content

Commit aed66d4

Browse files
committed
Changing tutorial video width to be smaller and match other tutorial steps. Cutting off video by about 5 pixels on the bottom to prevent any jittering between steps.
1 parent 494269b commit aed66d4

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="265"
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)