瀏覽代碼

添加视频全屏

zengyicheng 2 年之前
父節點
當前提交
cb06a7f2cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -592,7 +592,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
             case "studentStudy":
                 _formdiv = new U.UF.UI.form(
                     "学习中心",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
                         "id": "studentStudy",
                         "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
                         "onresize": function() {}