Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions components/MastHead.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,19 @@ export default function Home() {
<div className="flex flex-col align-items-center justify-content-center">
<div className="relative inline-block">
{/* <AnimatedLogo /> */}
<video
controls
className="demo-video"
style={{
maxWidth: '80%',
margin: '0 auto',
}}
<iframe
style={{
maxWidth: '200%',
width: '200%'
margin: '0 auto',
}}
src="https://www.youtube.com/embed/OVERugs50cQ?controls=0&autoplay=1"
title="YouTube video player"
frameborder="0"
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen"
allowfullscreen
>
<source
src="./demo.mp4"
type="video/mp4"
/>
Your browser does not support the video
tag.
</video>
</iframe>
</div>
</div>
<h3 className="mt-8 font-light">
Expand Down