Your class has to be assigned inside of the brackets to be used as part of the options being passed through. Try:
<%= image_tag(iterator.image.url(:small), :class => "img_preview") %>
Your class has to be assigned inside of the brackets to be used as part of the options being passed through. Try:
<%= image_tag(iterator.image.url(:small), :class => "img_preview") %>