Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Fix for iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sinchok committed Aug 15, 2014
1 parent 851b984 commit 6b2d6dd
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 1 deletion.
16 changes: 16 additions & 0 deletions lib/videojs-contrib-ads/videojs.ads.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* videojs.ads.css
*/

/* Ad playback */
.vjs-ad-playing .vjs-progress-control {
pointer-events: none;
}
.vjs-ad-playing .vjs-play-progress {
background-color: #ffe400;
}

/* Ad loading */
.vjs-ad-loading .vjs-loading-spinner {
display: block;
}
Loading

0 comments on commit 6b2d6dd

Please sign in to comment.