The previous version had a 'titleShow': false,
setting, however it seems to have been removed for the new version.
I know I can hide it programmatically using jquery but I'd prefer to use a built in feature to remove it??
You can disable title helper -
$(".fancybox").fancybox({
helpers: {
title: null
}
});
Top disable the title;
$(".fancybox").fancybox({ helpers: { title: false } });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With