- Issue created by @zach_amber
The module used to have an integration with colorbox module, where a css class was being added to the anchor element that wraps the image.
The idea is to be able to add any class to the anchor element.
Of course there comes a question what if there is a module for which a single or multiple css classes added to the anchor tag will not be enough. Some modules might require data attributes.
A new filter allows to add any css classes to the anchor tag.
Downport
1.2
Code