Is it possible to add a class to the inserted image?

Comments

wmostrey’s picture

Status: Active » Fixed

Hey Erin,

It is indeed possible to add your own class to images. Like with any other module you can override the theme_ functions. In this case you want to override the theme_asset() function. Look for the function in the asset.module and paste it in your template.php as phptemplate_asset(). You can now alter that function by adding your own class.

okeedoak’s picture

Thanks! I'll take a look.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.