Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
vjs border on fullscreen mode

I'm trying to remove those borders from fullscreen but without any kind of success, I looked for answers in the wiki but I didn't find anything about it

Here is a part of my code:

    <div style="width: 99%; height: 50%; margin-left:0.5%;">
        <video id="player" style="padding: 0; margin: 0; width: 100%; height: 100%;" class="video-js vjs-http-source-selector vjs-big-play-centered" preload="auto" data-setup='{"language":"fr"}' controls >
        </video>
    </div>

The java part:

var options = 
  {
    playbackRates : [0.5,1,1.5,2],
    userActions : {
    //hotkeys: 
},
    plugins: {
      httpSourceSelector:
      {
        default: 'auto'
      }
    },
  };
var player = videojs('player', options);
player.src("default.mp4");
player.play();
player.pause();
player.fluid(true);
player.fill(true);
player.src(dossier+'/'+fichier);

And here a picture as description of the issue:

Borders on fullscreen

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!