Fix some styling issues, particularly on Divers
This commit is contained in:
@ -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,
|
||||
},
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user