I have a views block setup and have it setup to rewrite the output. One of my outputs is an image and I am using a token to generate the output. How do I add a class to the image token so that it is included in img tag?

Thanks
Brad

Comments

Stefan Lehmann’s picture

The only clean way I can think of is to define your own token in code and create the class based on the context.

I like cookies!