I copy pasted the example of a ratchet slider but 1) My pictures aren't responsive and 2) The text isn't showing up over the image, or per slide.
<div class="content">
<div class="slider" id="mySlider">
<div class="slide-group">
<div class="slide">
<img src="http://goratchet.com/assets/img/slide-1.png">
<span class="slide-text">
<span class="icon icon-left-nav"></span>
Slide me
</span>
</div>
<div class="slide">
<img src="http://goratchet.com/assets/img/slide-2.png">
</div>
<div class="slide">
<img src="http://goratchet.com/assets/img/slide-3.png">
</div>
</div>
</div>
</div>
Q: Is it ok to have:
img {
max-width:100%;
}
Q: How do I get the text to show up per slide? I must have missed something.
Here's my site if you want to look at it.