File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ withDefaults(defineProps<Props>(), {
30
30
<div class =" sm:col-span-3" >
31
31
<NuxtImg
32
32
class =" h-full w-full object-cover object-center rounded-t-2xl sm:rounded-l-2xl sm:rounded-t-none shadow-lg group-hover:scale-[1.02] transition-all duration-500"
33
+ width =" 300"
33
34
:src =" image"
34
35
:alt =" alt"
35
36
/>
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ withDefaults(defineProps<Props>(), {
26
26
<NuxtImg
27
27
:src =" image || ''"
28
28
:alt =" alt || ''"
29
+ width =" 600"
29
30
class =" m-auto rounded-2xl shadow-lg h-32 md:h-72 w-4/6 md:w-4/5 content-center object-cover"
30
31
/>
31
32
<p class =" text-xs sm:text-sm my-3 max-w-xl mx-auto text-center text-zinc-600 dark:text-zinc-400" >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ withDefaults(defineProps<Props>(), {
29
29
<NuxtLink :to =" path" >
30
30
<NuxtImg
31
31
class =" lg:h-48 md:h-36 w-full object-cover object-center rounded-t-2xl shadow-lg group-hover:scale-[1.02] transition-all duration-500"
32
+ width =" 300"
32
33
:src =" image"
33
34
:alt =" alt"
34
35
/>
You can’t perform that action at this time.
0 commit comments