chavewain
8/29/2015 - 2:42 AM

Show image style in Drupal

Show image style in Drupal

<?php
 print theme('image_style', array('style_name' => 'YOUR STYLE NAME', 'path' => 'path/to/image')); 
?>