video.js black stroke/border removal -


we've implemented video.js on http://www.hetlandgoed.be/realisaties/

strange thing black border gets added. can strip away top , bottom ones, not left , right ones.

we're new this, appreciated!

the video itself has blank lines @ left , right edges. can see if play in quicktime/vlc etc.

the borders top , bottom because video element different aspect ratio - perhaps did intentionally balance out.

ideally need new video without lines. otherwise hide video edges css:

.video.carousel {   width: 934px;   margin-left: 3px; }  #my_video_1 {   margin-left: -3px; } 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -