zwplayer-vue2x 1.0.23 → 1.0.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwplayer-vue2x",
3
- "version": "1.0.23",
3
+ "version": "1.0.28",
4
4
  "description": "A fully functional and lightweight free open-source web player",
5
5
  "main": "lib/zwplayervue2.umd.min.js",
6
6
  "keyword": "zwplayervue2, zwplayer-vue2x, zero-web-player",
@@ -1264,9 +1264,11 @@
1264
1264
  }
1265
1265
 
1266
1266
  .zwp-wrap .zwp-container {
1267
- position: relative;
1267
+ position: absolute;
1268
1268
  height: 100%;
1269
1269
  width: 100%;
1270
+ left: 0;
1271
+ top: 0;
1270
1272
  }
1271
1273
 
1272
1274
  .zwp-wrap.zwp-fluid .zwp-container {