When i edit the views-slideshow-imageflow.tpl.php

and try to add a div around each image, it stops working. i wanted to add a div to have even portrait fotos in a square (with bigger border)

print $id; " class="views-slideshow-imageflow-images imageflow">
foreach ($images as $image):
print "<div>";
print $image . "\n";
print "</div>";
endforeach;

thank you for your help.

Comments

marcoka’s picture

Status: Active » Closed (fixed)