4 Commits

View File

@@ -130,6 +130,8 @@ interface HeroSplitKpiProps {
imagePosition?: "left" | "right";
className?: string;
containerClassName?: string;
enableTextAnimation?: boolean;
textAnimationType?: "fade-in" | "slide-in-up" | "slide-in-down";
textBoxClassName?: string;
titleClassName?: string;
descriptionClassName?: string;
@@ -209,7 +211,7 @@ const HeroSplitKpi = ({
mediaWrapperClassName
)}
>
<div ref={mediaContainerRef} className="relative h-full scale-75 w-full overflow-hidden rounded-theme-capped card p-4">
<div ref={mediaContainerRef} className="relative h-full w-full overflow-hidden rounded-theme-capped">
<MediaContent
imageSrc={imageSrc}
videoSrc={videoSrc}