Home
last modified time | relevance | path

Searched refs:imgsize (Results 1 – 2 of 2) sorted by relevance

/plugin/mediatooltip/
H A Dscript.js11 var imgsize = jQuery( this ).parent().attr('data-size');
55 if(imgsize && fileSize) {
56 …title += "<br />" + LANG.plugins.mediatooltip.img + imgsize + " " + LANG.plugins.mediatooltip.file…
/plugin/panoview/
H A Dscript.js95 this.imgsize = { 'x': 0, 'y': 0 }; class in PanoJS
96 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;