Next.js Discord

Discord Forum

Trouble changing size of CldVideoPlayer

Unanswered
Minskin posted this in #help-forum
Open in Discord
Original message was deleted.

1 Reply

Minskin
// Video
<div className={"bg-yellow-400 w-[1600px] " + justify}>
    <div className="">
        <CldVideoPlayer className="rounded-xl"
            width="1920"
            height="250"
            src={props.gallery.trailer}
        />
    </div>
</div>