Skip to content

Instantly share code, notes, and snippets.

@cellobnu
Created March 23, 2018 14:09
Show Gist options
  • Save cellobnu/b40bb1869196f0a165c548e5711650a7 to your computer and use it in GitHub Desktop.
Save cellobnu/b40bb1869196f0a165c548e5711650a7 to your computer and use it in GitHub Desktop.
slideshow magento
<div class="slideshow-container">
<ul class="slideshow">
<li><a href="linkhere"><img src="{{media url="wysiwyg/slide-1.jpg"}}" alt="" /></a></li>
<li><a href="linkhere"><img src="{{media url="wysiwyg/slide-2.jpg"}}" alt="" /></a></li>
<li><a href="linkhere"><img src="{{media url="wysiwyg/slide-3.jpg"}}" alt="" /></a></li>
</ul>
<div class="slideshow-pager">&nbsp;</div>
<span class="slideshow-prev">&nbsp;</span>
<span class="slideshow-next">&nbsp;</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment