We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4baf637 commit f035985Copy full SHA for f035985
utils/editors/html-editor/html/output-html/output-html.html
@@ -115,16 +115,16 @@
115
116
obj.horiz = function(){
117
118
- iframe.style.width = '100%';
119
- iframe.style.height = '50%';
+ host.style.width = '100%';
+ host.style.height = '50%';
120
121
}//horiz
122
123
124
obj.vert = function(){
125
126
- iframe.style.width = '50%';
127
- iframe.style.height = '100%';
+ host.style.width = '50%';
+ host.style.height = '100%';
128
129
}//vert
130
0 commit comments