I use a very simple slider, and I have 2 questions:
I donโt seem to find a property that hides the default controls under the slide show? I want to have only previous / next controls when it hangs.
If I cannot have option 1, will my own controls hide the default values?
Thanks in advance for your help!
the code:
<script type="text/javascript" charset="utf-8"> $(window).load(function() { $('.flexslider').flexslider(); }); </script>
HTML:
<div class="flexslider"> <ul class="slides"> <li> <img src="http://www.xx.com/1.jpg" alt="" /> </li> <li> <img src="http://www.xx.com/2.jpg" alt="" /> </li> <li> <img src="http://www.xx.com/3.jpg" alt="" /> </li> </ul> </div>
navigation flexslider
user2460054
source share