From a1bcadec862c3ecf3bbc967593ea412de034afa1 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Fri, 1 Aug 2025 21:43:39 +0700 Subject: [PATCH] fix: height video player when video vertical --- components/form/task/task-detail-form.tsx | 2 +- components/main/video-detail.tsx | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/form/task/task-detail-form.tsx b/components/form/task/task-detail-form.tsx index d8919a03..7e851ada 100644 --- a/components/form/task/task-detail-form.tsx +++ b/components/form/task/task-detail-form.tsx @@ -1027,7 +1027,7 @@ export default function FormTaskDetail() {
setMainType(value)} // value={String(mainType)} // onValueChange={(value) => setMainType(Number(value))} diff --git a/components/main/video-detail.tsx b/components/main/video-detail.tsx index 0b9e3286..02c00e65 100644 --- a/components/main/video-detail.tsx +++ b/components/main/video-detail.tsx @@ -468,10 +468,21 @@ const DetailVideo = () => {
{/* Bagian Kiri */}
-
+ {/*
+
*/} +
+
+
+ +
+
+
+
{detailDataVideo?.files?.map((file: any, index: number) => (