i would like to use ResponsiveSlides.js with jimdo;
how should i modify the header of my jimdo-page that it will work?
First link files:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script src="responsiveslides.min.js"></script>
Then add markup
<ul class="rslides"> <li><img src="1.jpg" alt=""></li> <li><img src="2.jpg" alt=""></li> <li><img src="3.jpg" alt=""></li> </ul>
And then you can modify css accordingly.
First link files:
Then add markup
And then you can modify css accordingly.