forked from 0x2620/oxjs
replace Flipbook with VideoPreview
This commit is contained in:
parent
944f549e95
commit
d21068979a
5 changed files with 139 additions and 104 deletions
|
|
@ -2033,6 +2033,30 @@ Video
|
|||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.OxVideoPreview {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.OxVideoPreview > .OxFrame {
|
||||
position: absolute;
|
||||
}
|
||||
.OxVideoPreview > .OxTimeline {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 16px;
|
||||
}
|
||||
.OxVideoPreview > .OxInterface {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Miscellaneous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue