Forums
(@marcinapah)
5 years, 6 months ago
I have the same problem My solusion to this is changing file “gallery.colorbox.init.js” line 21 from: return $(this).find('img').attr('src'); to return $(this).find('a').attr('href'); but this only works untill nearest update.
return $(this).find('img').attr('src');
return $(this).find('a').attr('href');