improve video size on smaller devices

This commit is contained in:
MarconLP 2023-04-13 21:39:48 +02:00
parent 5c0e184b70
commit c603e48060
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -55,7 +55,7 @@ const VideoList: NextPage = () => {
</div>
</div>
<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 && (
<ReactPlayer
width="100%"