Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f81daf commit cec9a35Copy full SHA for cec9a35
ezuikit.js
@@ -957,8 +957,8 @@
957
iType: 1,
958
iWidth: playParams.width || 600,
959
iHeight: playParams.height || 400,
960
- iMaxSplit: 4,
961
- iCurrentSplit: playParams.splitBasis || 1,
+ iMaxSplit: Math.ceil(Math.sqrt(playParams.url.split(",").length)),
+ iCurrentSplit: playParams.splitBasis || Math.ceil(Math.sqrt(playParams.url.split(",").length)),
962
szBasePath: playParams.decoderPath + '/js/',
963
});
964
// 注册全屏事件
0 commit comments