Skip to content

Commit

Permalink
interval carousel set on 1.5sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Drup1k committed Oct 20, 2023
1 parent ab3423f commit d9b9f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1 class="welcome">MENU</h1>

<!-- start carousel -->
<div class="carousel">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel" data-interval="1500">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="./images/chicken.jpg" alt="First slide">
Expand Down

0 comments on commit d9b9f0c

Please sign in to comment.