Skip to content

Commit 5b4daec

Browse files
committed
Fixing video height in iframe so the video controls show better.
1 parent aed66d4 commit 5b4daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/cards.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const VideoStep = ({video, dragging}) => (
6969
allowFullScreen
7070
allowTransparency="true"
7171
frameBorder="0"
72-
height="265"
72+
height="257"
7373
scrolling="no"
7474
src={`https://fast.wistia.net/embed/iframe/${video}?seo=false&videoFoam=true`}
7575
title="📹"

0 commit comments

Comments
 (0)