fix: detail video polda
This commit is contained in:
parent
0d15974117
commit
d471035246
|
|
@ -241,7 +241,7 @@ const DetailVideo = () => {
|
||||||
url={detailDataVideo?.files[selectedVideo]?.url}
|
url={detailDataVideo?.files[selectedVideo]?.url}
|
||||||
/> */}
|
/> */}
|
||||||
<video
|
<video
|
||||||
className="object-fill h-full w-full rounded-md"
|
className="w-full h-[600px] object-contain"
|
||||||
src={detailDataVideo?.files[0]?.url}
|
src={detailDataVideo?.files[0]?.url}
|
||||||
controls
|
controls
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue