Last active
August 29, 2015 14:04
-
-
Save avoelkl/04274589141a80cf1fcf to your computer and use it in GitHub Desktop.
Magento 1.9. Slideshow. Insert via CMS > Pages on homepage.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> </div> | |
<span class="slideshow-prev"> </span> | |
<span class="slideshow-next"> </span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment