Searched refs:maxHeight (Results 1 – 2 of 2) sorted by relevance
3887 hasRoom = (s.maxHeight >= 0);4176 , maxHeight: newCenter.height property4233 s.maxHeight = CSS.height;4234 hasRoom = (s.maxHeight >= 0); // ALWAYS TRUE NOW
2708 var maxHeight=size.height;2711 this.node.style.top=maxHeight-height+scroll.top+"px";6637 FBL.ns(function(){with(FBL){var maxWidth=100,maxHeight=80;6652 if(h>maxHeight){bgImg.style.height=maxHeight+"px"6657 bgImg.style.height=maxHeight+"px";6664 bgImg.style.height=maxHeight+"px"6665 }else{if(w>maxWidth||h>maxHeight){if(w>h){img.style.width=maxWidth+"px";6667 }else{img.style.width=Math.round((w/h)*maxHeight)+"px";6668 img.style.height=maxHeight+"px"