video upload failed
Using Jamroom
suspect its an issue with your internet connection.
{foreach $_items as $item}
{$i = 0}
{foreach $item.photoalbum_photos as $img_id}
{if $i > 10}
{continue}
{/if}
{$i = $i+1}
// do something here....
{/foreach}
{/foreach}
{jrCore_icon icon="gear" size="18"}
{foreach from=$_items item="item" && $item.photoalbum_photos as $img_id}{foreach $_items as $item}
{foreach $item.photoalbum_photos as $img_id}
// do something here....
{/foreach}
{/foreach}