scandoc-ai-components 0.0.68 → 0.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +12 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11490,18 +11490,20 @@ class ExtractorVideo {
|
|
|
11490
11490
|
}
|
|
11491
11491
|
|
|
11492
11492
|
.desktopVideoHolder {
|
|
11493
|
-
|
|
11494
|
-
|
|
11495
|
-
overflow: hidden;
|
|
11493
|
+
position: relative;
|
|
11494
|
+
width: 100%;
|
|
11496
11495
|
aspect-ratio: 16 / 9;
|
|
11497
|
-
|
|
11496
|
+
overflow: hidden;
|
|
11497
|
+
}
|
|
11498
11498
|
|
|
11499
|
-
|
|
11500
|
-
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
|
-
|
|
11504
|
-
|
|
11499
|
+
.desktopVideo {
|
|
11500
|
+
position: absolute;
|
|
11501
|
+
top: 0;
|
|
11502
|
+
left: 0;
|
|
11503
|
+
width: 100%;
|
|
11504
|
+
height: 100%;
|
|
11505
|
+
object-fit: cover;
|
|
11506
|
+
}
|
|
11505
11507
|
|
|
11506
11508
|
.desktopRectangle {
|
|
11507
11509
|
position: absolute;
|