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
528 B

<div id="slidesWrapper">
<div id="slides">
<%= image_tag 'marketing/domains.jpg' %>
<%= image_tag 'marketing/records.jpg' %>
<%= image_tag 'marketing/domain.new.jpg' %>
<%= image_tag 'marketing/hosts.jpg' %>
</div>
</div>
<script type="text/javascript">
$("#slides")
.slides({
width: 470,
navigation: false,
//responsive: true,
slide: {
interval: 500
},
preload: {
active: true
},
playInterval: 8000,
pauseInterval: 16000
})
.slides('play');
</script>