Lines Matching refs:height

92 …s.wrapper.style, {display: 'block', visibility: 'hidden', left: 0, top: 0, height: '', width: ''});  property
104 params.height = '100%';
117 if (params.height) var height = params.height;
119 els.content.style.height = '100%';
120 var height = els.content.offsetHeight + 12;
121 els.content.style.height = '';
123 active.dimensions = [width, height];
206 var height = active.dimensions[1];
208 if (height.toString().indexOf('%') != -1) {
209 …tyle.height = (Math.max(document.documentElement.clientHeight, document.body.clientHeight, pagesiz…
211 else if (height) {
212 els.content.style.height = height + 'px';
215 els.wrapper.style.height = els.content.offsetHeight + offset.wrapper[1] + 'px';
218 els.wrapper.style.height = els.content.offsetHeight + offset.wrapper[1] + 'px';
230 _pub.updateObject(els.content.style, {width: '', height: ''}); property
233 var height = parseInt(els.wrapper.style.height);
238 var y = pagesize.height;
243 if (active.params.constrain) height = height * (x/width);
246 if (height > y) {
247 if (active.params.constrain) width = width * (y/height);
248 height = y;
250 _pub.updateObject(els.wrapper.style, {width: width + 'px', height: height + 'px'}); property
257 els.content.style.height = height - offset.wrapper[1] + 'px';
263 …els.overlay.style.height = Math.max(document.body.clientHeight, document.documentElement.clientHei…
279 var y = Math.round((pageSize.height - emSize.height) / 2 + scrollPos.scrollY);
313height: window.innerHeight || (document.documentElement && document.documentElement.clientHeight) …
324 height: obj.offsetHeight || obj.style.pixelHeight
765 _pub.html(img, {width: this.width, height: this.height, constrain: true}) property
788 params.height = 355;