Skip to content

Commit

Permalink
feat: change key visual for test landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Aug 7, 2024
1 parent 59e4ede commit feb8c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ html {
}
}

.test-video {
width: 80%;
}

.test-cta {
width: 100%;
flex-basis: unset !important;
Expand Down
6 changes: 3 additions & 3 deletions src/pages/test-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ import Link from '@docusaurus/Link'
</HeroActions>
</HeroInfo>
<HeroAsset>
<video preload="auto" autoPlay loop muted autoPlay playsInline className="test-video">
<source src="/hero/atlas02-2048x2048-24fps-1M.mov" type='video/mp4; codecs="hvc1"' />
<source src="/hero/atlas02-2048x2048-24fps-1M.webm" type="video/webm" />
<video preload="auto" autoPlay loop muted autoPlay playsInline>
<source src="/hero/hero-video.mov" type='video/mp4; codecs="hvc1"' />
<source src="/hero/hero-video.webm" type="video/webm" />
</video>
</HeroAsset>
</Hero>
Expand Down

0 comments on commit feb8c4a

Please sign in to comment.