| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/cdc/wp-content/plugins/simple-lightbox/themes/baseline/js/dev/ |
Upload File : |
if ( !!window.SLB && SLB.has_child('View.extend_theme') ) {(function() {
SLB.View.extend_theme('slb_baseline', {
'breakpoints': {
'small': 480,
'large': 1024
},
/**
* Theme offsets
* Reports additional space required for theme UI
* @return obj Offset width/height values
*/
'offset': function() {
var o;
if ( document.documentElement.clientWidth > this.get_breakpoint('small') ) {
o = {'width': 32, 'height': 55};
} else {
o = {'width': 0, 'height': 0};
}
return o;
},
/**
* Theme margins
* Reports additional margins used for positioning viewer
* @return obj Margin width/height values
*/
'margin': function() {
var m;
if ( document.documentElement.clientWidth > this.get_breakpoint('small') ) {
m = {'height': 50, 'width': 20};
} else {
m = {'height': 0, 'width': 0};
}
return m;
}
});
})();
}