fix: detail video polda

This commit is contained in:
Sabda Yagra 2025-09-16 08:54:05 +07:00
parent 0d15974117
commit d471035246
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
/>