HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/plugins/simple-lightbox/themes/baseline/js/dev/client.js
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;
	}
});
})();
}