fix: crop size
This commit is contained in:
parent
c49099b52e
commit
addee744ef
@ -130,7 +130,7 @@ export default function OptionsAndPicture({
|
|||||||
if (selectedVariantId)
|
if (selectedVariantId)
|
||||||
clearQuestionImages(question.id, selectedVariantId);
|
clearQuestionImages(question.id, selectedVariantId);
|
||||||
}}
|
}}
|
||||||
cropAspectRatio={{ width: 452, height: 300 }}
|
cropAspectRatio={{ width: 300, height: 300 }}
|
||||||
/>
|
/>
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user