We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0efe18 commit ffbdc4bCopy full SHA for ffbdc4b
1 file changed
4.use-case/3.show-result-texts-on-the-video.html
@@ -112,7 +112,6 @@
112
113
divInf = document.createElement("div");
114
divInf.className = 'bubble-box';
115
- // define width of the bubble box
116
const divInfVerticalOffset = 4; //px
117
const bodyStyle = getComputedStyle(document.body);
118
if (bodyStyle.position === "static") {
0 commit comments