Searched refs:naturalWidth (Results 1 – 21 of 21) sorted by relevance
/plugin/imageflow/ |
D | script.js | 181 … if (typeof img.naturalWidth != "undefined" && img.naturalWidth == 0) { return false; } 210 __self.width = __self.image.naturalWidth(); 718 …if ( typeof $.fn.naturalWidth != 'undefined' && typeof $.fn.naturalHeight != 'undefined' ) { retur… 722 $.fn.naturalWidth = function() { return this[0].naturalWidth; }; function 727 $.fn.naturalWidth = function() { return img(this.src).width; };
|
/plugin/popupviewer/ |
D | script.js | 364 var width = offsetElement.naturalWidth() || offsetElement.outerWidth(); 695 …if ( typeof $.fn.naturalWidth != 'undefined' && typeof $.fn.naturalHeight != 'undefined' ) { retur… 699 $.fn.naturalWidth = function() { return this[0].naturalWidth; }; function 704 $.fn.naturalWidth = function() { return img(this.src).width; };
|
/plugin/layeranimation/ |
D | script.js | 462 if (typeof img.naturalWidth !== "undefined" && img.naturalWidth === 0) {
|
/plugin/photogallery/lightGallery/js/ |
D | lg-zoom.min.js | 4 …namic?b.core.s.dynamicEl[g].width||e[0].naturalWidth||j:b.core.$items.eq(g).attr("data-width")||e[…
|
D | lg-zoom.js | 155 nw = _this.core.s.dynamicEl[index].width || $image[0].naturalWidth || w; 157 nw = _this.core.$items.eq(index).attr('data-width') || $image[0].naturalWidth || w;
|
/plugin/imapmarkers/ |
D | script.js | 185 …$(this).mapster('resize', ($(this)[0].naturalWidth < parentparent.width()) ? $(this)[0].naturalWid…
|
D | jquery.imagemapster.js | 372 ? image.width || image.naturalWidth
|
/plugin/diagramsnet/lib/js/croppie/ |
D | croppie.min.js | 1 …naturalWidth,i=e.naturalHeight,o=t||f(e);if(o&&5<=o){var r=n;n=i,i=r}return{width:n,height:i}}g=e(…
|
/plugin/imagemapping/ |
D | jquery.imagemapster.js | 8 …)},size:function(e,t){var a=$.mapster.utils;return{width:t?e.width||e.naturalWidth:a.imgWidth(e,!0…
|
/plugin/revealjs/js/ |
D | reveal.js | 2369 var nw = element.naturalWidth || element.videoWidth,
|
/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 …eof source.src!=="undefined"){if(!source.complete){return""}if(source.naturalWidth===0||source.nat…
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
D | firebug-lite-debug.js | 25076 var w = img.naturalWidth || img.width || 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/ |
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 …naturalWidth,i=e.naturalHeight,o=t||f(e);if(o&&5<=o){var r=n;n=i,i=r}return{width:n,height:i}}g=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 …hanged()},e.prototype.handleImageLoad_=function(){var t=this.image_;t.naturalWidth&&t.naturalHeigh…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 3.3.js.map | 1 …ribute. Specifically, the image would raster at these dimensions and `naturalWidth`/`naturalHeight…
|
/plugin/openlayersmap/ol/ |
D | ol.js.map | 1 …naturalWidth && image.naturalHeight) {\n this.state = TileState.LOADED;\n } else {\n …
|