Is there a way we can select the class (from a list perhaps) for the image field. For example, I want to customize how a teaser image is aligned and formatted (based on selected class) without having to create different image fields.
Thanks!
Is there a way we can select the class (from a list perhaps) for the image field. For example, I want to customize how a teaser image is aligned and formatted (based on selected class) without having to create different image fields.
Thanks!
Comments
Comment #1
quicksketchI'd suggest theming your node-[nodetype].tpl.php file to add a class to the images based on the value of the $teaser variable.
Comment #2
quicksketchClosing after lack of activity.