You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
554 B
21 lines
554 B
13 years ago
|
<div id="slidesWrapper">
|
||
|
<div id="slides">
|
||
|
<img src="http://slidesjs.com/examples/standard/img/slide-1.jpg">
|
||
|
<img src="http://slidesjs.com/examples/standard/img/slide-2.jpg">
|
||
|
<img src="http://slidesjs.com/examples/standard/img/slide-3.jpg">
|
||
|
<img src="http://slidesjs.com/examples/standard/img/slide-4.jpg">
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
$("#slides")
|
||
|
.slides({
|
||
|
width: 470,
|
||
|
navigation: false,
|
||
|
//responsive: true,
|
||
|
slide: {
|
||
|
interval: 500
|
||
|
}
|
||
|
})
|
||
|
.slides('play');
|
||
|
</script>
|