Merge branch 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into prod
This commit is contained in:
commit
390fb27001
|
|
@ -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