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";
|
import Image from "next/image";
|
||||||
|
|
||||||
const ImageFormContent = ({ image, title }) => {
|
const ImageFormContent = ({ image, title }) => {
|
||||||
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
|
|||||||
src={image}
|
src={image}
|
||||||
alt="Image"
|
alt="Image"
|
||||||
fill={true}
|
fill={true}
|
||||||
|
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
style={{
|
style={{
|
||||||
objectFit: "contain",
|
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";
|
import Image from "next/image";
|
||||||
|
|
||||||
const ImageFormContent = ({ image, title }) => {
|
const ImageFormContent = ({ image, title }) => {
|
||||||
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
|
|||||||
src={image}
|
src={image}
|
||||||
alt="Image"
|
alt="Image"
|
||||||
fill={true}
|
fill={true}
|
||||||
|
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
style={{
|
style={{
|
||||||
objectFit: "contain",
|
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";
|
import Image from "next/image";
|
||||||
|
|
||||||
const ImageFormContent = ({ image, title }) => {
|
const ImageFormContent = ({ image, title }) => {
|
||||||
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
|
|||||||
src={image}
|
src={image}
|
||||||
alt="Image"
|
alt="Image"
|
||||||
fill={true}
|
fill={true}
|
||||||
|
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
style={{
|
style={{
|
||||||
objectFit: "contain",
|
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";
|
import Image from "next/image";
|
||||||
|
|
||||||
const ImageFormContent = ({ image, title }) => {
|
const ImageFormContent = ({ image, title }) => {
|
||||||
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
|
|||||||
src={image}
|
src={image}
|
||||||
alt="Image"
|
alt="Image"
|
||||||
fill={true}
|
fill={true}
|
||||||
|
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
style={{
|
style={{
|
||||||
objectFit: "contain",
|
objectFit: "contain",
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ const ImageFormContent = ({ image, title }) => {
|
|||||||
src={image}
|
src={image}
|
||||||
alt="Image"
|
alt="Image"
|
||||||
fill={true}
|
fill={true}
|
||||||
|
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
style={{
|
style={{
|
||||||
objectFit: "contain",
|
objectFit: "contain",
|
||||||
|
|||||||
Reference in New Issue
Block a user