Home
last modified time | relevance | path

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

/plugin/popupviewer/
H A Dscript.js353 internal.optimalSize = function(offsetElement, isPageContent) { argument
362 offsetElement.css({width:'auto', height: 'auto'});
364 var width = offsetElement.naturalWidth() || offsetElement.outerWidth();
365 var height = offsetElement.naturalHeight() || offsetElement.outerHeight();
368 offsetElement.css({width:prevWidth, height: prevHeight});
373 …_.resizePopup = function(width, height, additionalHeight, offsetElement, isPageContent, needsNextP… argument
376 internal.log(offsetElement);
378 if ( offsetElement && !width && !height) {
379 var optimalSize = internal.optimalSize(offsetElement, isPageContent);
422 if ( !isPageContent || (offsetElement && offsetElement.is('img')) ) {
[all …]