StuStaCulum 2024 Festivalfotos von unserem Fototeam
Während des Festivals sorgen wir dafür, dass ihr die Festivalatmosphäre auch zu Hause oder unterwegs miterleben könnt.
Fotoalben zu den einzelnen Programmpunkten
Bilder unseres Teams
Bilder unserer Gäste
$('.js-bildergallerie').each(function() { // the containers for all your galleries
$(this).magnificPopup({
delegate: 'a', // the selector for gallery item
type: 'image',
gallery: {
enabled:true,
preload: [1,1],
navigateByImgClick: true
},
image: {
markup: '
''+
''+
' '+
'
cursor: 'mfp-zoom-out-cur',
titleSrc: function(item) {
return item.el.attr('title')
+ ' Details …';
},
verticalFit: true // Fits image in area vertically
},
zoom: {
enabled: true,
duration: 100,
easing: 'ease-in-out',
// The "opener" function should return the element from which popup will be zoomed in
// and to which popup will be scaled down
// By defailt it looks for an image tag:
opener: function(openerElement) {
// openerElement is the element on which popup was initialized, in this case its tag
// you don't need to add "opener" option if this code matches your needs, it's defailt one.
return openerElement.is('img') ? openerElement : openerElement.find('img');
}
}
});
});