fixed bug
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user