Skip to content

Commit

Permalink
Merge pull request #92 from ProjectTwelve/fix/ios-video
Browse files Browse the repository at this point in the history
fix: replace video
  • Loading branch information
linchengzzz authored Nov 21, 2023
2 parents 0b351ac + 3b4cfbe commit f8f5f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified public/files/vid/poster-bg.mp4
Binary file not shown.
6 changes: 2 additions & 4 deletions src/pages/poster/components/PosterBg.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import React, { useRef, useEffect } from 'react';
import './PosterBg.less';
import React, { useRef } from 'react';
import { getPublicAssetPath } from '../../../utils';
import './PosterBg.less';

export const PosterBg: React.FC = () => {
const vidRef = useRef<HTMLVideoElement>(null);

useEffect(() => {}, []);

return (
<video
ref={vidRef}
Expand Down

1 comment on commit f8f5f12

@vercel
Copy link

@vercel vercel bot commented on f8f5f12 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landing-v2 – ./

landing-v2-git-main-project-twelve.vercel.app
landing-v2-project-twelve.vercel.app
p12.network

Please sign in to comment.