Skip to content

Commit

Permalink
Re-encoded doors video for iOS (#126)
Browse files Browse the repository at this point in the history
* Package updates

* Reencode doors video for iOS
  • Loading branch information
martink635 authored Apr 9, 2024
1 parent ec90e85 commit b92fd50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Stats: React.FC<StatsProps> = () => {
return (
<div
className={cx(
"flex items-center lg:justify-between pl-4 lg:pl-4 space-x-4"
"flex items-center lg:justify-between pl-4 lg:pl-4 gap-2 flex-wrap"
)}
>
<Link
Expand Down
5 changes: 3 additions & 2 deletions components/sections/LandingHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ const LandingHero: React.FC<LandingHero> = ({ title, content = "", ctas }) => {
<video
autoPlay
muted
className="absolute z-0 top-0 right-0 object-contain object-top pointer-events-none h-[90vh] md:h-[150vh]"
playsInline={true}
className="absolute z-0 top-0 right-0 object-contain pointer-events-none object-top h-[300vh] mt-16 md:mt-0 md:h-[150vh]"
>
<source src="/assets/doors_v2.mp4" type="video/mp4" />
<source src="/assets/doors_v3.mp4" type="video/mp4" />
</video>
{/* <img
src="/assets/hero/door.png"
Expand Down
Binary file added public/assets/doors_v3.mp4
Binary file not shown.

0 comments on commit b92fd50

Please sign in to comment.