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.

26 lines
524 B

13 years ago
<div id="slidesWrapper">
<div id="slides">
13 years ago
<%= image_tag 'marketing/1.png' %>
<%= image_tag 'marketing/2.png' %>
<%= image_tag 'marketing/3.png' %>
<%= image_tag 'marketing/4.png' %>
<%= image_tag 'marketing/5.png' %>
13 years ago
</div>
</div>
<script type="text/javascript">
$("#slides")
.slides({
navigation: false,
responsive: true,
slide: {
interval: 500
},
preload: {
active: true
},
playInterval: 8000,
pauseInterval: 16000
})
.slides('play');
13 years ago
</script>