This commit is contained in:
hanif salafi 2025-09-16 09:20:03 +07:00
commit 390fb27001
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ const DetailVideo = () => {
url={detailDataVideo?.files[selectedVideo]?.url}
/> */}
<video
className="object-fill h-full w-full rounded-md"
className="w-full h-[600px] object-contain"
src={detailDataVideo?.files[0]?.url}
controls
/>