added posters
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -1,10 +1,10 @@
|
||||
import { createRef, useEffect, useState } from "react";
|
||||
import { useInView } from "react-intersection-observer";
|
||||
import { useSwipeable } from "react-swipeable";
|
||||
import { Transition } from "react-transition-group";
|
||||
import { Video } from "../types/Video";
|
||||
import ArrowLeftIcon from "./icons/ArrowLeftIcon";
|
||||
import ArrowRightIcon from "./icons/ArrowRightIcon";
|
||||
import { Transition } from "react-transition-group";
|
||||
|
||||
const VIDEOS: Video[] = [
|
||||
{
|
||||
@@ -12,14 +12,14 @@ const VIDEOS: Video[] = [
|
||||
value: "/videos/histories/1.mp4",
|
||||
title: "Интерактивный комплекс GRAFF.estate для ЖК Upside Towers, Москва",
|
||||
desc: "",
|
||||
poster: "",
|
||||
poster: "/images/posters/histories/1.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "/videos/histories/2.mp4",
|
||||
title: "Graff.estate на выставке 100+ TechnoBuild",
|
||||
desc: "",
|
||||
poster: "",
|
||||
poster: "/images/posters/histories/2.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -27,7 +27,7 @@ const VIDEOS: Video[] = [
|
||||
title:
|
||||
"Интерактивная инсталляция graff.estate для ЖК DNS City в г. Владивосток",
|
||||
desc: "",
|
||||
poster: "",
|
||||
poster: "/images/posters/histories/3.jpg",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user