/* custom JS code for portfolio single entry */

jQuery(function() {
	jQuery('div#portfolio-item-image a, .colorbox').colorbox({
		current: '{current} von {total} Bildern',
		opacity: '0.8',
		maxWidth: '90%',
		maxHeight: '90%'
	});
});

