Home
last modified time | relevance | path

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

/plugin/popupviewer/
H A Dscript.js353 internal.optimalSize = function(offsetElement, isPageContent) { argument
373 …_.resizePopup = function(width, height, additionalHeight, offsetElement, isPageContent, needsNextP… argument
379 var optimalSize = internal.optimalSize(offsetElement, isPageContent);
399 if ( !isPageContent ) { // If this is an image we will have to fix the size
408 if ( !isPageContent ) { // If this is an image we will have to fix the size
422 if ( !isPageContent || (offsetElement && offsetElement.is('img')) ) {
438 height : isPageContent ? height : 'auto',
448 if ( isPageContent ) {
454 _.handleNextAndPrevious(!isPageContent || needsNextPrevious);