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
Post a Comment