Merge branches 'main' and 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into prod

This commit is contained in:
hanif salafi 2025-08-04 11:00:09 +07:00
commit 541f9b6004
2 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ const DetailVideo = () => {
</div> */}
<div className="relative max-h-screen overflow-hidden">
<div className="w-full max-h-screen aspect-video">
<div className="w-full h-full">
<div className="w-full h-full object-contain">
<VideoPlayer
url={detailDataVideo?.files[selectedVideo]?.url}
/>

View File

@ -10,7 +10,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ url }) => {
<ReactPlayer
className="react-player"
width="100%"
height="auto"
height="100%"
playing
pip
controls