BigVideo.js icon indicating copy to clipboard operation
BigVideo.js copied to clipboard

Video shows strings while loading on BVshow() breakpoint

Open chrislewispac opened this issue 10 years ago • 3 comments
trafficstars

There is a quick and unsightly flash on loading of the video data.

screen shot 2015-11-13 at 9 29 57 am

chrislewispac avatar Nov 13 '15 14:11 chrislewispac

I'm also seeing this.

webdevotion avatar Dec 10 '15 10:12 webdevotion

I've just encountered this problem. You need to include video-js.css as it has this critical rule (and maybe others)

.vjs-hidden {
  display: none !important; }

Maybe you could just include that in bigvideo.css?

jerome-toole avatar Dec 17 '15 18:12 jerome-toole

I also encountered this problem, add css file is ok now.

NegativeDearc avatar Jun 29 '16 06:06 NegativeDearc