Overlapping caption on mobile fixed

fixes #1
This commit is contained in:
Théo Marchal 2021-01-30 18:03:25 +01:00
parent 4b0a96cbbe
commit cd0f86f9a2
2 changed files with 6 additions and 0 deletions

View File

@ -407,6 +407,9 @@ jQuery(document).ready(function($)
arrows: false,
transitionEffect: "fade",
baseClass: 'fancybox-custom-layout',
mobile: {
preventCaptionOverlap: true,
},
caption: function(instance, item)
{

View File

@ -21,6 +21,9 @@ jQuery(document).ready(function($)
arrows: false,
transitionEffect: "fade",
baseClass: 'fancybox-custom-layout',
mobile: {
preventCaptionOverlap: true,
},
caption: function(instance, item)
{