annuncio image height
This commit is contained in:
parent
028a0b7057
commit
c7db99376d
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export const BasicAnnuncioCard = ({
|
||||||
<div className="flex w-full flex-col gap-4 md:flex-row md:gap-10">
|
<div className="flex w-full flex-col gap-4 md:flex-row md:gap-10">
|
||||||
<ImageFlbk
|
<ImageFlbk
|
||||||
alt={data.codice}
|
alt={data.codice}
|
||||||
className="h-auto w-full rounded-md object-contain sm:max-w-xs"
|
className="h-auto max-h-72 w-full rounded-md object-contain sm:max-w-xs"
|
||||||
height={1080}
|
height={1080}
|
||||||
priority
|
priority
|
||||||
src={
|
src={
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue