Home
last modified time | relevance | path

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

/plugin/popupviewer/
Dscript.js351 internal.optimalSize = function(offsetElement, isPageContent) { argument
360 offsetElement.css({width:'auto', height: 'auto'});
362 var width = offsetElement.naturalWidth() || offsetElement.outerWidth();
363 var height = offsetElement.naturalHeight() || offsetElement.outerHeight();
366 offsetElement.css({width:prevWidth, height: prevHeight});
371 …_.resizePopup = function(width, height, additionalHeight, offsetElement, isPageContent, needsNextP… argument
374 internal.log(offsetElement);
376 if ( offsetElement && !width && !height) {
377 var optimalSize = internal.optimalSize(offsetElement, isPageContent);
420 if ( !isPageContent || (offsetElement && offsetElement.is('img')) ) {
[all …]