Skip to content

Instantly share code, notes, and snippets.

@avoelkl
Last active August 29, 2015 14:04
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 avoelkl/04274589141a80cf1fcf to your computer and use it in GitHub Desktop.
Save avoelkl/04274589141a80cf1fcf to your computer and use it in GitHub Desktop.
Magento 1.9. Slideshow. Insert via CMS > Pages on homepage.
<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