Lines Matching refs:width
92 …s.wrapper.style, {display: 'block', visibility: 'hidden', left: 0, top: 0, height: '', width: ''}); property
103 params.width = '100%';
114 if (params.width) var width = params.width;
115 else var width = _pub.default_width;
123 active.dimensions = [width, height];
205 var width = active.dimensions[0];
221 if (width.toString().indexOf('%') != -1) {
222 …r.style.width = (Math.max(document.documentElement.clientWidth, document.body.clientWidth, pagesiz…
226 els.content.style.width = width + 'px';
227 els.wrapper.style.width = els.content.offsetWidth + offset.wrapper[0] + 'px';
230 _pub.updateObject(els.content.style, {width: '', height: ''}); property
232 var width = parseInt(els.wrapper.style.width);
237 var x = pagesize.width;
242 if (width > x) {
243 if (active.params.constrain) height = height * (x/width);
244 width = x;
247 if (active.params.constrain) width = width * (y/height);
250 _pub.updateObject(els.wrapper.style, {width: width + 'px', height: height + 'px'}); property
278 var x = Math.round((pageSize.width - emSize.width) / 2 + scrollPos.scrollX);
312 …width: window.innerWidth || (document.documentElement && document.documentElement.clientWidth) || …
323 width: obj.offsetWidth || obj.style.pixelWidth,
537 params = {position: 'absolute', top: 0, left: 0, width: '100%'}; property
765 _pub.html(img, {width: this.width, height: this.height, constrain: true}) property
787 params.width = 425;