improve video size on smaller devices
This commit is contained in:
parent
5c0e184b70
commit
c603e48060
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const VideoList: NextPage = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex h-full w-full grow flex-col items-center justify-start overflow-auto bg-[#fbfbfb]">
|
<div className="flex h-full w-full grow flex-col items-center justify-start overflow-auto bg-[#fbfbfb]">
|
||||||
<div className="flex aspect-video max-h-[1160px] w-full justify-center bg-black">
|
<div className="flex aspect-video max-h-[627px] 2xl:max-h-[1160px] w-full justify-center bg-black">
|
||||||
{video?.video?.video_url && (
|
{video?.video?.video_url && (
|
||||||
<ReactPlayer
|
<ReactPlayer
|
||||||
width="100%"
|
width="100%"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue