Skip to content

Commit

Permalink
fix image count
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Nov 14, 2024
1 parent 7fb24f7 commit 53fe063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
</aside>
<aside class="md:w-2/5 aspect-video flex" id="carousel">
@for ($i = 0; $i < 2; $i++)
@for ($i = 0; $i < 7; $i++)
<img class="{{ $i != 0 ? 'w-0' : '' }} object-cover rounded-md duration-300"
src="/images/slider/{{ $i + 1 }}.jpeg" alt="thumbnail-{{ $i }}">
@endfor
Expand Down

0 comments on commit 53fe063

Please sign in to comment.