Created
March 23, 2018 14:09
-
-
Save cellobnu/b40bb1869196f0a165c548e5711650a7 to your computer and use it in GitHub Desktop.
slideshow magento
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