Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fullscreen height #595

Open
videositefree opened this issue Apr 25, 2022 · 0 comments
Open

fullscreen height #595

videositefree opened this issue Apr 25, 2022 · 0 comments

Comments

@videositefree
Copy link

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?

`

        <!-- 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="{}"
        >
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant