Searched refs:imgsize (Results 1 – 2 of 2) sorted by relevance
11 var imgsize = jQuery( this ).parent().attr('data-size'); 55 if(imgsize && fileSize) {56 …title += "<br />" + LANG.plugins.mediatooltip.img + imgsize + " " + LANG.plugins.mediatooltip.file…
95 this.imgsize = { 'x': 0, 'y': 0 }; class in PanoJS96 this.imgsize.x = (typeof options.imageWidth == 'undefined' ? -1 : parseInt(options.imageWidth));97 … this.imgsize.y = (typeof options.imageHeight == 'undefined' ? -1 : parseInt(options.imageHeight));311 var inv = Math.max(this.imgsize.x, this.imgsize.y) /313 this.scaleSize.x = this.imgsize.x / inv;314 this.scaleSize.y = this.imgsize.y / inv;