Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c41c57d18f | |||
| 439e251fc6 | |||
| a80af139e3 | |||
| 5fe9fd0b98 | |||
| 9929555383 | |||
| cd2f9a434d |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user