ucservice 2.1.4 → 2.1.5
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/ucservice.common.js +4 -4
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +4 -4
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -14172,7 +14172,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
14172
14172
|
|
|
14173
14173
|
if (rotateIndex == 0) {
|
|
14174
14174
|
//0
|
|
14175
|
-
$(video).attr('class', 'video-box');
|
|
14175
|
+
// $(video).attr('class', 'video-box');
|
|
14176
14176
|
$(video).css('height', 'auto');
|
|
14177
14177
|
$(video).css('width', 'auto');
|
|
14178
14178
|
$(video).css('max-height', '100%');
|
|
@@ -14183,7 +14183,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
14183
14183
|
video.style.transform = 'translate(-50%, -50%)';
|
|
14184
14184
|
} else if (rotateIndex == 3) {
|
|
14185
14185
|
//3
|
|
14186
|
-
$(video).attr('class', 'video-box');
|
|
14186
|
+
// $(video).attr('class', 'video-box');
|
|
14187
14187
|
video.style.position = 'absolute';
|
|
14188
14188
|
video.style.transform = 'rotate(270deg)';
|
|
14189
14189
|
$(video).css('max-height', 'none');
|
|
@@ -14204,7 +14204,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
14204
14204
|
}
|
|
14205
14205
|
} else if (rotateIndex == 2) {
|
|
14206
14206
|
//2
|
|
14207
|
-
$(video).attr('class', 'video-box');
|
|
14207
|
+
// $(video).attr('class', 'video-box');
|
|
14208
14208
|
$(video).css('height', 'auto');
|
|
14209
14209
|
$(video).css('width', 'auto');
|
|
14210
14210
|
$(video).css('max-height', '100%');
|
|
@@ -14215,7 +14215,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
14215
14215
|
video.style.transform = 'translate(-50%, -50%) rotate(180deg)';
|
|
14216
14216
|
} else if (rotateIndex == 1) {
|
|
14217
14217
|
//1
|
|
14218
|
-
$(video).attr('class', 'video-box');
|
|
14218
|
+
// $(video).attr('class', 'video-box');
|
|
14219
14219
|
video.style.position = 'absolute';
|
|
14220
14220
|
video.style.transform = 'rotate(90deg)';
|
|
14221
14221
|
$(video).css('max-height', 'none');
|
|
Binary file
|