File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @jx3box/jx3box-editor" ,
3- "version" : " 3.2.0 " ,
3+ "version" : " 3.2.1 " ,
44 "description" : " JX3BOX Article & Editor" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ function buildIframe(str) {
44 let mode = _str . get ( "mode" ) ;
55
66 if ( mode == "vertical" ) {
7- return `<div class="w-pz-iframe-wrap"><iframe class="w-pz-iframe" src="${ str } " scrolling="no" width="750" height="3468" style="border:none;background:none;max-width:100%;overflow:hidden ;"></iframe></div>` ;
7+ return `<div class="w-pz-iframe-wrap" style="width:100%;overflow:auto;" ><iframe class="w-pz-iframe" src="${ str } " scrolling="no" width="750" height="3468" style="border:none;background:none;max-width:none ;"></iframe></div>` ;
88 } else {
9- return `<div class="w-pz-iframe-wrap"><iframe class="w-pz-iframe" src="${ str } " scrolling="no" width="1280" height="720" style="border:none;background:none;max-width:100%;overflow:hidden ;"></iframe></div>` ;
9+ return `<div class="w-pz-iframe-wrap" style="width:100%;overflow:auto;" ><iframe class="w-pz-iframe" src="${ str } " scrolling="no" width="1280" height="720" style="border:none;background:none;max-width:none ;"></iframe></div>` ;
1010 }
1111}
1212
You can’t perform that action at this time.
0 commit comments