Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 86d9474

Browse files
committed
add class="dce-opt-gotResolution" back;
1 parent 1f29531 commit 86d9474

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

2.customize-the-ui/ui.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="dce-ui-container">
22
<div class="dce-main">
3-
<div class="dce-bg-loading" style="display: none">
3+
<div class="dce-bg-loading">
44
<div class="dce-loading-img">
55
<svg class="dce-svg-loop" viewBox="0 0 130 130">
66
<g transform="translate(-121 -252)">
@@ -74,7 +74,7 @@
7474
</div>
7575
<div class="dce-loading-camera-tip">Loading camera...</div>
7676
</div>
77-
<div class="dce-bg-camera" style="display: none">
77+
<div class="dce-bg-camera">
7878
<svg viewBox="0 0 120 120">
7979
<g transform="translate(-126 -257)">
8080
<g>
@@ -142,7 +142,7 @@
142142
</div>
143143
<div class="dce-resolution">
144144
<select class="dce-sel-resolution">
145-
<option value="got"></option>
145+
<option class="dce-opt-gotResolution" value="got"></option>
146146
<option data-width="3840" data-height="2160">3840x2160</option>
147147
<option data-width="1920" data-height="1080">1920x1080</option>
148148
<option data-width="1280" data-height="720">1280x720</option>
@@ -341,6 +341,7 @@
341341
}
342342

343343
.dce-main > .dce-bg-loading {
344+
display: none;
344345
position: absolute;
345346
left: 50%;
346347
min-width: 130px;
@@ -379,6 +380,7 @@
379380
}
380381

381382
.dce-main > .dce-bg-camera {
383+
display: none;
382384
position: absolute;
383385
left: 50%;
384386
top: 50%;

0 commit comments

Comments
 (0)