- Issue created by @gobnat
I am using colorbox_entity_display to insert a custom content type into a colorbox modal. I am using a view to generate a gallery of my custom content type.
Is there a way to activate the "gallery per page" features of colorbox with this module? I have tried adding the 'rel' attribute to the content links as both the colorbox.js and colorbox documentation and code suggest but no luck.
I have also tried modifying colorbox_entity_display.js
to include: $("a.colorbox-display...").colorbox({ ... rel:"group1"});
Is what I am trying even possible?
Active
1.0
Code