I'm using fancybox 3 for my app and I want to add titles for each thumbnail, already I have captions for images. But I want to add those captions as titles for thumbnails so I can see titles when I hover on each thumbnail. Is there any option for fancybox thumbnails to add titles or tooltips?
I only found these options
thumbs: {
autoStart: false,
hideOnClose: true,
parentEl: '.fancybox-container',
axis: 'y'
},