Skip to content

Commit

Permalink
Update the video
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 16, 2023
1 parent 152abe9 commit d10873c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Binary file removed src/assets/nestedSelectors-vp9-chrome.webm
Binary file not shown.
Binary file removed src/assets/nestedSelectors.mp4
Binary file not shown.
Binary file removed src/assets/nestedSelectors_small-vp9-chrome.webm
Binary file not shown.
Binary file removed src/assets/nestedSelectors_small.mp4
Binary file not shown.
Binary file added src/assets/tss-demo-hevc-safari.mp4
Binary file not shown.
Binary file added src/assets/tss-demo-vp9-chrome.webm
Binary file not shown.
8 changes: 4 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { TssPlayfulLogo } from "./TssPlayfulLogo";
import { useWindowInnerSize } from "powerhooks/useWindowInnerSize";
import { breakpointsValues } from "onyxia-ui";
import logoPngUrl from "./assets/logo.png";
import nestedSelectorsMp4Url from "./assets/nestedSelectors_small.mp4";
import nestedSelectorsWebmUrl from "./assets/nestedSelectors_small-vp9-chrome.webm";
import tssDemoMp4Url from "./assets/tss-demo-hevc-safari.mp4";
import tssDemoWebmUrl from "./assets/tss-demo-vp9-chrome.webm";
import trendingPngUrl from "./assets/tss-trending.png";

const repoUrl = "https://github.com/garronej/tss-react";
Expand Down Expand Up @@ -119,11 +119,11 @@ function App() {
"sources":
[
{
"src": nestedSelectorsMp4Url,
"src": tssDemoMp4Url,
"type": 'video/mp4; codecs="hvc1"',
},
{
"src": nestedSelectorsWebmUrl,
"src": tssDemoWebmUrl,
"type": "video/webm",
},
]
Expand Down

0 comments on commit d10873c

Please sign in to comment.