Open zonky2 opened 6 years ago
Hi, sorry about the late reply, I've been traveling. You should be able to use the SVG elements like you would any other DOM element. Does this work?
$('.colorbox_content').colorbox({
maxWidth: '95%',
maxHeight: '95%',
opacity: '0.5',
inline: true,
rel: function(){ return $(this).attr('xlink:href') },
href: function(){ return $(this).attr('xlink:href') },
});
no, unfortunately this does not work :disappointed:
I have only a svg element
Hi, I have several links in an SVG that should display HTML texts in the lightbox.
The display works, but I am not able to build in a grouping for one before <--> back.
The code looks something like this:
any text blocks
and jQuery