Searched refs:borderSize (Results 1 – 3 of 3) sorted by relevance
/plugin/pgn4web/pgn4web/ |
H A D | puzzler.php | 104 $borderSize = 0; variable 105 $borderSizeCss = $borderSize; 109 $borderSize = ceil($squareSize / 50); variable 110 $borderSizeCss = $borderSize . "px"; 112 $bareSquareSize = $squareSize - 2 * $borderSize; 123 $pieceSize = defaultPieceSize($squareSize - 2 * $borderSize);
|
/plugin/lightboxv2/ |
H A D | script.js | 7 …ocument).height(),b(window).width(),b(window).height()];var d=f[2]-2*a.borderSize;f=f[3]-200;var q… 8 …outerImageContainer").outerHeight();var f=Math.max(350,e+2*a.borderSize),d=c+2*a.borderSize;wDiff=… 14 …if",fileBottomNavCloseImage:"images/closelabel.gif",overlayOpacity:0.6,borderSize:10,imageArray:[]… property in b.fn.lightbox.defaults
|
/plugin/lytebox/ |
H A D | lytebox.js | 42 …this.borderSize = 12; // if you adjust the padding in the CSS, you will need to update this var… 411 this.xScale = ((imgWidth + (this.borderSize * 2)) / this.wCur) * 100; 412 this.yScale = ((imgHeight + (this.borderSize * 2)) / this.hCur) * 100; 413 var wDiff = (this.wCur - this.borderSize * 2) - imgWidth; 414 var hDiff = (this.hCur - this.borderSize * 2) - imgHeight; 417 …this.resizeH('lbOuterContainer', this.hCur, imgHeight + this.borderSize*2, this.getPixelRate(this.… 423 …this.resizeW('lbOuterContainer', this.wCur, imgWidth + this.borderSize*2, this.getPixelRate(this.w… 432 …this.doc.getElementById('lbDetailsContainer').style.width = (imgWidth + (this.borderSize * 2) + (t…
|