Versione Drupal

Inserire questa funziona nel file template.php del tuo tema

function [NOME TEMA]_preprocess_image_style(&$vars) {
  $vars['attributes']['class'][] = 'img-responsive';
}