Skip to content

Commit

Permalink
trying to eliminate white border around videojs player for big screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaterman committed Jun 27, 2024
1 parent 513008c commit a2c9d84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@
.video-js {
height: 100% !important;
width: 100% !important;
border: none;
}

.vjs-fullscreen .vjs-tech {
border: none;
}


</style>
</head>

Expand Down

0 comments on commit a2c9d84

Please sign in to comment.