change image size plp

master
حسین معصومی پور 2025-03-30 15:45:48 +03:30
parent 114731f30a
commit 4a7f7ad60f
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ const CardCategoriesMobile = ({ data }) => {
{!!data.mainImage ? (
<Image
src={`${process.env.NEXT_PUBLIC_STORAGE_URL}/${data?.mainImage}`}
width={200}
height={200}
className="xs:!w-[110px] lg:!w-[130px] mx-auto "
width={300}
height={300}
className="xs:!w-[160px] lg:!w-[180px] mx-auto "
alt={`${data.persianName} - ${data.englishName}`}
/>
) : (