Fix some styling issues, particularly on Divers

This commit is contained in:
2022-08-09 19:24:43 +02:00
parent c7dcc688e7
commit 002486725d
3 changed files with 11 additions and 2 deletions

View File

@ -5,8 +5,12 @@ jQuery(document).ready(function($)
infobar: false,
toolbar: true,
smallBtn: false,
buttons : [ "close" ],
arrows: true,
buttons: ["arrowLeft", "arrowRight", "close"],
arrows: false,
transitionEffect: "fade",
baseClass: 'fancybox-custom-layout',
mobile: {
preventCaptionOverlap: true,
},
});
});