ok
This commit is contained in:
@@ -100,10 +100,11 @@ function TestimonialCard({
|
|||||||
<motion.div
|
<motion.div
|
||||||
ref={ref}
|
ref={ref}
|
||||||
{...props}
|
{...props}
|
||||||
className="w-72 shrink-0 snap-start scroll-ml-(--scroll-padding) bg-transparent overflow-hidden sm:w-80 lg:w-96"
|
className="w-72 shrink-0 snap-start scroll-ml-(--scroll-padding) bg-transparent overflow-hidden sm:w-80 lg:w-96"
|
||||||
|
style={{ aspectRatio: '360/460' }}
|
||||||
>
|
>
|
||||||
{/* Image Section */}
|
{/* Image Section */}
|
||||||
<div className="relative aspect-square overflow-hidden">
|
<div className="relative overflow-hidden" style={{ height: '75%' }}>
|
||||||
<img
|
<img
|
||||||
alt=""
|
alt=""
|
||||||
src={img}
|
src={img}
|
||||||
|
Reference in New Issue
Block a user