mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Revert to rounded-square buttons
This commit is contained in:
@@ -273,7 +273,6 @@ function defineVideoController() {
|
||||
log("initializeControls Begin", 5);
|
||||
const document = this.video.ownerDocument;
|
||||
const speed = this.video.playbackRate.toFixed(2);
|
||||
const rect = this.video.getBoundingClientRect();
|
||||
var top = Math.max(this.video.offsetTop, 0) + "px",
|
||||
left = Math.max(this.video.offsetLeft, 0) + "px";
|
||||
|
||||
|
Reference in New Issue
Block a user