Using Gallery as an example...
Code: Select all
{Gallery my_custom_width="200"}
Code: Select all
{foreach from=$images item=image}
<img src="{$image->file}" width="{$my_custom_width}">
{/foreach}
Code: Select all
{Gallery my_custom_width="200"}
Code: Select all
{foreach from=$images item=image}
<img src="{$image->file}" width="{$my_custom_width}">
{/foreach}