Un projet, un besoin, une question ?
Contactez-nous par le formulaire ci-contre, nous vous recontacterons très rapidement.
Si vous préférez la chaleur humaine, appelez-nous ou venez nous rencontrer sur un des évènements où nous sommes présents !
L’équipe d’EVT
« formulaire CONTACTGENERAL »
‘+
»+
»
},
disableOn: 250,
type: ‘iframe’,
mainClass: ‘mfp-fade’,
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
});
$(document).ready(function() {
$(‘.popup-gallery’).magnificPopup({
delegate: ‘a’,
type: ‘image’,
tLoading: ‘Loading image #%curr%…’,
mainClass: ‘mfp-img-mobile’,
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 – before current, and 1 after the current image
},
image: {
tError: ‘The image #%curr% could not be loaded.’,
titleSrc: function(item) {
return ‘EVT‘;
}
}
});
});
$(document).ready(function() {
$(‘.popup-gallery1’).magnificPopup({
delegate: ‘a’,
type: ‘image’,
tLoading: ‘Loading image #%curr%…’,
mainClass: ‘mfp-img-mobile’,
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 – before current, and 1 after the current image
},
image: {
tError: ‘The image #%curr% could not be loaded.’,
titleSrc: function(item) {
return ‘EVT‘;
}
}
});
});
$(document).ready(function() {
$(‘.zoom-gallery’).magnificPopup({
delegate: ‘a’,
type: ‘image’,
closeOnContentClick: false,
closeBtnInside: false,
mainClass: ‘mfp-with-zoom mfp-img-mobile’,
image: {
verticalFit: true,
titleSrc: function(item) {
return item.el.attr(‘title’) + ‘ · image source‘;
}
},
gallery: {
enabled: true
},
zoom: {
enabled: true,
duration: 300, // don’t foget to change the duration also in CSS
opener: function(element) {
return element.find(‘img’);
}
}
});
});

