We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c87560a + 5b4daec commit 4aba90cCopy full SHA for 4aba90c
src/components/cards/card.css
@@ -137,7 +137,7 @@
137
}
138
139
.step-video {
140
- height: 337px;
+ height: 256px;
141
142
143
.step-image {
src/components/cards/cards.jsx
@@ -69,11 +69,11 @@ const VideoStep = ({video, dragging}) => (
69
allowFullScreen
70
allowTransparency="true"
71
frameBorder="0"
72
- height="338"
+ height="257"
73
scrolling="no"
74
src={`https://fast.wistia.net/embed/iframe/${video}?seo=false&videoFoam=true`}
75
title="📹"
76
- width="600"
+ width="466"
77
/>
78
<script
79
async
0 commit comments