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.
@@ -14181,7 +14181,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14181
14181
 
14182
14182
  if (rotateIndex == 0) {
14183
14183
  //0
14184
- $(video).attr('class', 'video-box');
14184
+ // $(video).attr('class', 'video-box');
14185
14185
  $(video).css('height', 'auto');
14186
14186
  $(video).css('width', 'auto');
14187
14187
  $(video).css('max-height', '100%');
@@ -14192,7 +14192,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14192
14192
  video.style.transform = 'translate(-50%, -50%)';
14193
14193
  } else if (rotateIndex == 3) {
14194
14194
  //3
14195
- $(video).attr('class', 'video-box');
14195
+ // $(video).attr('class', 'video-box');
14196
14196
  video.style.position = 'absolute';
14197
14197
  video.style.transform = 'rotate(270deg)';
14198
14198
  $(video).css('max-height', 'none');
@@ -14213,7 +14213,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14213
14213
  }
14214
14214
  } else if (rotateIndex == 2) {
14215
14215
  //2
14216
- $(video).attr('class', 'video-box');
14216
+ // $(video).attr('class', 'video-box');
14217
14217
  $(video).css('height', 'auto');
14218
14218
  $(video).css('width', 'auto');
14219
14219
  $(video).css('max-height', '100%');
@@ -14224,7 +14224,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14224
14224
  video.style.transform = 'translate(-50%, -50%) rotate(180deg)';
14225
14225
  } else if (rotateIndex == 1) {
14226
14226
  //1
14227
- $(video).attr('class', 'video-box');
14227
+ // $(video).attr('class', 'video-box');
14228
14228
  video.style.position = 'absolute';
14229
14229
  video.style.transform = 'rotate(90deg)';
14230
14230
  $(video).css('max-height', 'none');
Binary file