This commit is contained in:
marzban-dev
2025-01-28 22:09:53 +03:30
parent e12173a372
commit 85e4296e60
10 changed files with 145 additions and 113 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ const { data: product } = useGetProduct(id);
</script>
<template>
<section class="h-[110svh] w-full relative bg-black mt-[5rem]">
<section v-if="product?.video" class="h-[110svh] w-full relative bg-black mt-[5rem]">
<video
src="/video/product-video.mp4"
:src="product.video"
class="object-cover absolute size-full"
muted
autoplay