HEX
Server: Apache
System: Linux web2213.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: clinicamaciel (596848)
PHP: 7.3.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/clinicamaciel/www/wp-content/plugins/vc-extensions-bundle/mediumgallery/js/init.js
jQuery(document).ready(function($) {
	$('.cq-medium-gallery').each(function(index) {
		var _this = $(this);
		var _width = $(this).data('gallerywidth') || '100%';
		var _gutter = $(this).data('gutter') || '0';
		var _lowreswidth = $(this).data('lowreswidth') || '500';
		var _background = $(this).data('background') || 'rgba(255,255,255,0.85)';
		var _layoutno = $(this).data('layoutno').toString() || '213433223433333';
		$(this).photosetGrid({
		  width: _width,
		  // Set the gutter between columns and rows
		  gutter: _gutter,
		  // Manually set the grid layout
		  layout: _layoutno,
		  // Wrap the images in links
		  highresLinks: false,
		  // Asign a common rel attribute
		  // rel: 'print-gallery',
		  lowresWidth: _lowreswidth,

		  onInit: function(){},
		  onComplete: function(){
		    // Show the grid after it renders
		    // _this.attr('style', '');
			// _this.find('.mediumgallery-item').fluidbox({
			// 	stackIndex: 3
			// });
			_this.find('img.mediumgallery-img').each(function(index) {
				var _imgurl = $(this).data('highres');
				var _galleryitem = $(this).wrap('<a href="'+_imgurl+'" class="mediumgallery-item"></a>');
			});
			$('.mediumgallery-item', _this).fluidbox({
				overlayColor: _background,
				stackIndex: 1000
			});
			// _this.find('.mediumgallery-item').each(function(index) {
			// 	$(this).on('click', function(event) {
			// 		_this.find('.photoset-row').css('overflow', 'visible');
			// 	});
			// });
			// _this.find('.photoset-row').css('overflow', 'visible');
		  }
		});

	});




});