mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 00:29:49 -04:00
Add video preview.
This commit is contained in:
parent
1e15c9fb9c
commit
b7081b32de
3 changed files with 149 additions and 0 deletions
14
src/_h5ai/client/css/inc/preview-vid.less
Normal file
14
src/_h5ai/client/css/inc/preview-vid.less
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue