Increase the time of each carousel item to 10000
This commit is contained in:
parent
0c33d83131
commit
939e6d994d
@ -48,7 +48,7 @@
|
||||
update_end();
|
||||
$(document).ready(function() {
|
||||
$('#carousel-team').carousel({
|
||||
interval: 2000 });
|
||||
interval: 10000 });
|
||||
});
|
||||
</script>
|
||||
{/block}
|
||||
|
Loading…
Reference in New Issue
Block a user