Skip to content

Commit

Permalink
fix(homepage): don't play 2 videos at once (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgolden committed Jun 17, 2020
1 parent 2cf99fb commit 67825a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ const HomePage = ({ data }) => {
className={styles.heroVideoIframe}
width="1000"
height="562.704471"
src={`https://fast.wistia.net/embed/iframe/qc7gkrlltt?videoFoam=true${
heroVideoActive ? `&autoplay=1` : ''
}`}
src="https://fast.wistia.net/embed/iframe/qc7gkrlltt?videoFoam=true"
frameBorder="0"
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture; showinfo; modestbranding"
placeholder=""
Expand Down

0 comments on commit 67825a6

Please sign in to comment.