replaced vid
This commit is contained in:
parent
5814763358
commit
0d49ef7a79
|
|
@ -42,7 +42,7 @@ export const HomeHero: FC = () => {
|
|||
<div ref={emblaRef} className="embla overflow-hidden">
|
||||
<div className="embla__container flex lg:max-h-[600px] lg:min-h-[320px]">
|
||||
{banners?.map((item, i) =>
|
||||
item.path.includes(".mp4") ? (
|
||||
item.path.includes(".webm") ? (
|
||||
<Link
|
||||
to={item?.link ?? ""}
|
||||
key={i}
|
||||
|
|
@ -53,7 +53,7 @@ export const HomeHero: FC = () => {
|
|||
controls={false}
|
||||
muted
|
||||
src={item.path}
|
||||
className="size-full object-cover"
|
||||
className="size-full object-contain"
|
||||
/>
|
||||
</Link>
|
||||
) : !item.link ? (
|
||||
|
|
|
|||
|
|
@ -2,19 +2,19 @@
|
|||
"banners": {
|
||||
"lg": [
|
||||
{
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/1920x600_TEXTILE_WebBanners_eng.mp4",
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
|
||||
"link": "/stend-form"
|
||||
}
|
||||
],
|
||||
"md": [
|
||||
{
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/EN_m.jpg",
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
|
||||
"link": "/stend-form"
|
||||
}
|
||||
],
|
||||
"sm": [
|
||||
{
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/EN_s.jpg",
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
|
||||
"link": "/stend-form"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -2,19 +2,19 @@
|
|||
"banners": {
|
||||
"lg": [
|
||||
{
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/1920x600_TEXTILE_WebBanners_ru.mp4",
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
|
||||
"link": "/stend-form"
|
||||
}
|
||||
],
|
||||
"md": [
|
||||
{
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/RUS_m.jpg",
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
|
||||
"link": "/stend-form"
|
||||
}
|
||||
],
|
||||
"sm": [
|
||||
{
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/RUS_s.jpg",
|
||||
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
|
||||
"link": "/stend-form"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue