It would be great if Image Assit could insert different HTML code with different image types:

  • Non aligned/floated image: image+caption
  • Aligned/floated image: image (without caption)
  • ...

Comments

sun’s picture

Status: Active » Closed (works as designed)

This request is a bit too special and won't be supported by Image Assist.

You are able to control such things either by overriding img_assist's theme functions (in PHP - see Drupal.org handbooks for further information) or by using corresponding CSS selectors to display or hide the caption based on the image alignment.