Add video preview.

This commit is contained in:
Lars Jung 2014-06-09 00:02:48 +02:00
parent 1e15c9fb9c
commit b7081b32de
3 changed files with 149 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#pv-vid-video {
position: absolute;
max-width: 100%;
max-height: 100%;
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}
#pv-vid-video:-webkit-full-screen {
top: auto !important;
left: auto !important;
}