Increase the time of each carousel item to 10000
This commit is contained in:
parent
0c33d83131
commit
939e6d994d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
update_end();
|
update_end();
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#carousel-team').carousel({
|
$('#carousel-team').carousel({
|
||||||
interval: 2000 });
|
interval: 10000 });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
|
||||||
Reference in a new issue