forked from 0x2620/oxjs
add keyboard controls for volume
This commit is contained in:
parent
179d1ecb81
commit
c7167462e8
2 changed files with 21 additions and 8 deletions
|
|
@ -221,9 +221,6 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
}
|
||||
|
||||
function setPositionMarker() {
|
||||
Ox.print(self.interfaceLeft + Math.round(
|
||||
self.options.position * self.imageWidth / self.options.duration
|
||||
));
|
||||
self.$positionMarker.css({
|
||||
left: self.interfaceLeft + Math.round(
|
||||
self.options.position * self.imageWidth / self.options.duration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue