diff --git a/src/assets/education/fhhs-diploma.jpg b/src/assets/education/fhhs-diploma.jpg new file mode 100644 index 0000000..71f640b Binary files /dev/null and b/src/assets/education/fhhs-diploma.jpg differ diff --git a/src/assets/education/osu-bs-cs-diploma.jpg b/src/assets/education/osu-bs-cs-diploma.jpg new file mode 100644 index 0000000..1dd827d Binary files /dev/null and b/src/assets/education/osu-bs-cs-diploma.jpg differ diff --git a/src/components/CustomCarousel.astro b/src/components/CustomCarousel.astro index d594dcb..dd73dd1 100644 --- a/src/components/CustomCarousel.astro +++ b/src/components/CustomCarousel.astro @@ -4,6 +4,9 @@ import {Image} from 'astro:assets'; import type {carouselGroup} from "@interfaces/image-carousel.ts"; const groupToShow: carouselGroup = Astro.props.carouselGroup; + +const limitByHeightClasses = "sm:max-w-xl md:max-w-3xl lg:max-w-5xl xl:max-w-7xl"; +const limitByWidthClasses = "max-h-fit"; --- -
+
{ groupToShow.images.map((image, index) => ( -