Closed (fixed)
Project:
Views Slideshow: ImageFlow
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2010 at 22:31 UTC
Updated:
21 Jun 2012 at 15:46 UTC
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)
foreach ($images as $image): print "<div>"; print $image . "\n"; print "</div>"; endforeach;
thank you for your help.
Comments
Comment #1
marcoka commented