Skip to content

Instantly share code, notes, and snippets.

@vgrish
Created October 25, 2016 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgrish/7da99c6d534cdfab18f1a0754a0d23bc to your computer and use it in GitHub Desktop.
Save vgrish/7da99c6d534cdfab18f1a0754a0d23bc to your computer and use it in GitHub Desktop.
<div id="msGallery" class="msoptionsprice-gallery">
{if $files?}
<div class="fotorama"
data-nav="thumbs"
data-thumbheight="45"
data-allowfullscreen="true"
data-swipe="true"
data-autoplay="160000">
{foreach $files as $file}
<a href="{$file['url']}" target="_blank" data-rid="{$file['product_id']}" data-iid="{$file['id']}">
<!--
<img src="{$file['120x90']}" alt="" title="">
-->
</a>
{/foreach}
</div>
{else}
<img src="{('assets_url' | option) ~ 'components/minishop2/img/web/ms2_medium.png'}"
srcset="{('assets_url' | option) ~ 'components/minishop2/img/web/ms2_medium@2x.png'} 2x"
alt="" title=""/>
{/if}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment