2021-01-24 14:43:02 +00:00
|
|
|
jQuery(document).ready(function($)
|
|
|
|
{
|
|
|
|
$('[data-fancybox="divers"]').fancybox(
|
|
|
|
{
|
2021-01-09 00:11:40 +00:00
|
|
|
infobar: false,
|
|
|
|
toolbar: true,
|
|
|
|
smallBtn: false,
|
2022-08-09 17:24:43 +00:00
|
|
|
buttons: ["arrowLeft", "arrowRight", "close"],
|
|
|
|
arrows: false,
|
2021-01-09 00:11:40 +00:00
|
|
|
transitionEffect: "fade",
|
2022-08-09 17:24:43 +00:00
|
|
|
baseClass: 'fancybox-custom-layout',
|
|
|
|
mobile: {
|
|
|
|
preventCaptionOverlap: true,
|
|
|
|
},
|
2021-01-09 00:11:40 +00:00
|
|
|
});
|
|
|
|
});
|