Skip to content

Commit

Permalink
update intro video and add anywhere collection (non-exposed)
Browse files Browse the repository at this point in the history
  • Loading branch information
tybens committed Apr 23, 2024
1 parent cc2e3c2 commit e352794
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const App = () => {
if (!introComplete) {
const timer = setTimeout(() => {
setIntroComplete(true);
}, 5000);
}, 6000);

return () => clearTimeout(timer);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/VideoIntro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const VideoIntro = () => {
return (
<div className={classes.videoPreloader}>
<video width="100%" height="100%" autoPlay="autoplay" muted loop playsInline>
<source src="https://res.cloudinary.com/do8jxdvtx/video/upload/v1658155847/hsllc/intro2_wpqtqg.mp4" type="video/mp4" />
<source src="https://res.cloudinary.com/habitatsartorial/video/upload/v1708453971/317habitat_widescreen_movie_bbj9qh.mp4" type="video/mp4" />
</video>
</div>

Expand Down
Loading

0 comments on commit e352794

Please sign in to comment.