Created
August 16, 2012 12:52
-
-
Save cjdsie/3369914 to your computer and use it in GitHub Desktop.
Wirefy Slideshows
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
<!-- Vertically centered on both sides --> | |
<div class="rslides_container"> | |
<ul class="rslides" id="slider1"> | |
<li><img src="http://placehold.it/1200x400" alt="" /></li> | |
<li><img src="http://placehold.it/1200x400" alt="" /></li> | |
<li><img src="http://placehold.it/1200x400" alt="" /></li> | |
</ul> | |
</div> | |
<!-- Transparent buttons over the left and right side --> | |
<div class="rslides_container"> | |
<ul class="rslides" id="slider2"> | |
<li><img src="http://placehold.it/1200x400" alt="" /></li> | |
<li><img src="http://placehold.it/1200x400" alt="" /></li> | |
<li><img src="http://placehold.it/1200x400" alt="" /></li> | |
</ul> | |
</div> | |
<!-- 100% height with vertically centered icons --> | |
<div class="rslides_container"> | |
<ul class="rslides" id="slider3"> | |
<li class="slides"><img src="http://placehold.it/1200x400" alt="" /></li> | |
<li class="slides"><img src="http://placehold.it/1200x400" alt="" /></li> | |
<li class="slides"><img src="http://placehold.it/1200x400" alt="" /></li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment