How can i use responsiveslides.js with jimdo?

738 Views Asked by At

i would like to use ResponsiveSlides.js with jimdo;

how should i modify the header of my jimdo-page that it will work?

1

There are 1 best solutions below

0
On

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.