Reply To: Pinboard — problem with placement of lightbox titles

#19698
Daniel Tara
Keymaster

For images that narrow I’m afraid you can’t. The best solution would probably be to deactivate them. Open functions.php and find all calls to colorbox, they should look like this:

colorbox({
	maxWidth: '100%',
	maxHeight: '100%',
});

Replace that with:

colorbox({
	maxWidth: '100%',
	maxHeight: '100%',
	title: '',
});