fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2025-03-01 16:42:37 +03:30
parent c891864afe
commit af9be31dbf
5 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { Box, DialogContent, Paper, Stack, Typography, useTheme } from "@mui/material";
import { Box, Stack, Typography, useTheme } from "@mui/material";
import Image from "next/image";
const ImageFormContent = ({ image, title }) => {
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
src={image}
alt="Image"
fill={true}
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
loading="lazy"
style={{
objectFit: "contain",

View File

@@ -1,4 +1,4 @@
import { Box, DialogContent, Paper, Stack, Typography, useTheme } from "@mui/material";
import { Box, Stack, Typography, useTheme } from "@mui/material";
import Image from "next/image";
const ImageFormContent = ({ image, title }) => {
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
src={image}
alt="Image"
fill={true}
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
loading="lazy"
style={{
objectFit: "contain",

View File

@@ -1,4 +1,4 @@
import { Box, DialogContent, Paper, Stack, Typography, useTheme } from "@mui/material";
import { Box, Stack, Typography, useTheme } from "@mui/material";
import Image from "next/image";
const ImageFormContent = ({ image, title }) => {
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
src={image}
alt="Image"
fill={true}
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
loading="lazy"
style={{
objectFit: "contain",

View File

@@ -1,4 +1,4 @@
import { Box, DialogContent, Paper, Stack, Typography, useTheme } from "@mui/material";
import { Box, Stack, Typography, useTheme } from "@mui/material";
import Image from "next/image";
const ImageFormContent = ({ image, title }) => {
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
src={image}
alt="Image"
fill={true}
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
loading="lazy"
style={{
objectFit: "contain",

View File

@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
src={image}
alt="Image"
fill={true}
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
loading="lazy"
style={{
objectFit: "contain",