Revert to rounded-square buttons

This commit is contained in:
codebicycle
2021-02-07 19:19:52 +02:00
parent b1b3b2b36a
commit f06bc38253
3 changed files with 10 additions and 17 deletions

View File

@@ -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";