Encapsulate the zoom brains inside ClicksVideo so there's an easier path toward multi-player.

This commit is contained in:
Ian Gulliver
2015-11-21 11:16:44 -08:00
parent 972da0ab50
commit 6bbf3b16ec
2 changed files with 110 additions and 74 deletions

View File

@@ -296,6 +296,12 @@
right: 0;
bottom: 0;
overflow: scroll;
visibility: hidden;
}
.clicks-player-container-active {
visibility: visible;
}
.clicks-player-crop {