Searched refs:naturalHeight (Results 1 – 19 of 19) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | FetcherScreenshot.php | 145 … $naturalHeight = DataType::toInteger($img->getAttribute("naturalHeight"), 0); 146 if ($naturalHeight !== 0)
|
| /plugin/popupviewer/ |
| D | script.js | 363 var height = offsetElement.naturalHeight() || offsetElement.outerHeight(); 693 …if ( typeof $.fn.naturalWidth != 'undefined' && typeof $.fn.naturalHeight != 'undefined' ) { retur… 698 $.fn.naturalHeight = function() { return this[0].naturalHeight; }; function 703 $.fn.naturalHeight = function() { return img(this.src).height; };
|
| /plugin/imageflow/ |
| D | script.js | 211 …__self.height = __self.image.naturalHeight(); // - ( this.image.height * this.reflectionHeight ); … 718 …if ( typeof $.fn.naturalWidth != 'undefined' && typeof $.fn.naturalHeight != 'undefined' ) { retur… 723 $.fn.naturalHeight = function() { return this[0].naturalHeight; }; function 728 $.fn.naturalHeight = function() { return img(this.src).height; };
|
| /plugin/diagramsnet/lib/js/croppie/ |
| D | croppie.min.js | 1 …naturalHeight,o=t||f(e);if(o&&5<=o){var r=n;n=i,i=r}return{width:n,height:i}}g=e("transform"),v=e(…
|
| /plugin/imagemapping/ |
| D | jquery.imagemapster.js | 8 …width:t?e.width||e.naturalWidth:a.imgWidth(e,!0),height:t?e.height||e.naturalHeight:a.imgHeight(e,…
|
| /plugin/imapmarkers/ |
| D | jquery.imagemapster.js | 375 ? image.height || image.naturalHeight
|
| /plugin/revealjs/js/ |
| D | reveal.js | 2370 nh = element.naturalHeight || element.videoHeight;
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 201 var naturalHeight = flexHeights[i]; 202 var newHeight = minOffset - (naturalOffset - naturalHeight); // subtract the margin/padding
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 5448 if (source.naturalWidth === 0 || source.naturalHeight === 0) {
|
| D | fabric.min.js | 4 …ed"){if(!source.complete){return""}if(source.naturalWidth===0||source.naturalHeight===0){return""}…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 25077 h = img.naturalHeight || img.height || 10;
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 6635 }var updateInfoTip=function(){var w=img.naturalWidth||img.width||10,h=img.naturalHeight||img.height…
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 6646 }var updateInfoTip=function(){var w=img.naturalWidth||img.width||10,h=img.naturalHeight||img.height…
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 135 …naturalHeight,o=t||f(e);if(o&&5<=o){var r=n;n=i,i=r}return{width:n,height:i}}g=e("transform"),v=e(…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 1333 a.naturalWidth)+'" height\x3d"'+(b.responseData.height||a.naturalHeight)+'"\x3e')}}),c.on("paste",f…
|
| D | ckeditor.js.unc | 26570 … a.naturalWidth) + '" height\x3d"' + (b.responseData.height || a.naturalHeight) + '"\x3e')
|
| /plugin/ol3/ |
| D | script.js | 8 …otype.handleImageLoad_=function(){var t=this.image_;t.naturalWidth&&t.naturalHeight?this.state=to:…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 3.3.js.map | 1 …cally, the image would raster at these dimensions and `naturalWidth`/`naturalHeight` on images wou…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …naturalHeight\n this.state = TileState.LOADED;\n } else {\n const image = /** @type {…
|