You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a video and I wanted a 240px height. The problem arises when I want to enable fullscreen because it displays 240px height instead of 100% how do I change that?
`
<!-- alternative when use this video player please delete /* PLAYER VIDEO.JS */ in css and app.blade - (player "video.js" - script), (player "video.js" - css) -->
<!-- <video className="card-img-top bg-light mb-3 img-responsive video-responsive" src="{{URL::asset("$film->short")}}" poster="{{URL::asset("$film->thumbnail")}}" loop preload="metadata" muted></video> -->
<video
id="my-video"
class="video-js card-img-top"
controls
loop
preload="none"
muted
style="width: 100%; height:240px;"
poster="{{URL::asset("$film->thumbnail")}}"
data-setup="{}"
>
`
The text was updated successfully, but these errors were encountered:
Hi,
I have a video and I wanted a 240px height. The problem arises when I want to enable fullscreen because it displays 240px height instead of 100% how do I change that?
`
The text was updated successfully, but these errors were encountered: