Skip to content

Commit

Permalink
testing image cropping(5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiralFraggle committed Aug 9, 2024
1 parent b4f3e2a commit d9878b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/carouselreviews.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const images = folderFiles.map(image => imageFiles[image])
/>
<div
style="--swiper-navigation-color: #fff; --swiper-pagination-color: #fff"
class:list={[ "swiper mySwiper not-prose max-w-screen-xl mx-auto rounded-lg w-full", `h-[400px]` ]}
class:list={[ "swiper mySwiper not-prose max-w-screen-xl mx-auto rounded-lg w-full", `h-[500px]` ]}
>
<div class="swiper-wrapper">
{pages.map((page, i) => (
Expand Down
Binary file modified src/images/gallery/carousel/reviews/review1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/gallery/carousel/reviews/review2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9878b9

Please sign in to comment.