Skip to content

Commit a948560

Browse files
save file
1 parent eb0f5d9 commit a948560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,16 @@
115115

116116
obj.horiz = function(){
117117

118-
iframe.style.width = '100%';
119-
iframe.style.height = '50%';
118+
host.style.width = '100%';
119+
host.style.height = '50%';
120120

121121
}//horiz
122122

123123

124124
obj.vert = function(){
125125

126-
iframe.style.width = '50%';
127-
iframe.style.height = '100%';
126+
host.style.width = '50%';
127+
host.style.height = '100%';
128128

129129
}//vert
130130

0 commit comments

Comments
 (0)