Lines Matching refs:width

11         this.bottomLine = this.root.width() * 0.33; // Or false 
23 this.maxheight = this.root.width() * this.widthfactor;
37 this.scrollbarwidth = this.root.width() * 0.6;
65 … .css({top: (this.root.height()/2 -8), left: (this.root.width()/2 -100)}).appendTo(newRoot);
73 …this.images = $('<div/>').addClass('imageflow_images').height(this.root.width()*0.338).appendTo(ne…
79width(this.scrollbarwidth).css({left:((this.root.width() - (this.scrollbarwidth + this.scrollbarSl…
91 …ion = $('<div/>').addClass('imageflow_caption').width(this.root.width() * 0.5).css({left:this.root…
171 this.width = 0;
210 __self.width = __self.image.naturalWidth();
214 …__self.pc = _self.xstep * (((__self.width + 1) > (__self.height / (_self.reflectionHeight + 1))) ?…
287 this.loadingbarloader.width(finished+'%');
359 var size = _self.root.width() * 0.5;
379 … var new_img_h = (imageElement.height / imageElement.width * imageElement.pc) / z * size;
384 new_img_w = imageElement.width * new_img_h / imageElement.height;
392 …imageElement.image.css({left: new_img_left, top: new_img_top }).width(new_img_w).height(new_img_h);
394 …).left + "|" + imageElement.image.offset().top + " " + imageElement.image.width() + "x" + imageEle…
442 … _self.dbgMessage('slider-margin-left:' + (new_slider_pos - (_self.scroller.width() / 2)));
443 _self.scroller.css('margin-left', new_slider_pos - (_self.scroller.width() / 2));
521 var s = _self.images.width()/2;
607 _self.dragStartPosition = _self.scroller.offset().left + _self.scroller.width()/2;
727 $.fn.naturalWidth = function() { return img(this.src).width; };