We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0754f commit 2dcb51dCopy full SHA for 2dcb51d
src/components/widgets/Testimonials.astro
@@ -45,7 +45,7 @@ const {
45
<Fragment set:html={image} />
46
) : (
47
<Image
48
- class="h-10 w-10 rounded-full border border-slate-200 dark:border-slate-600"
+ class="h-10 w-10 rounded-full border border-slate-200 dark:border-slate-600 min-w-full min-h-full"
49
width={40}
50
height={40}
51
widths={[400, 768]}
0 commit comments