Optimal image dimensions?Magento 2 image upload qualityMagento 2: How to get resize image for Custom Module?Magento 2: Image Upload JS ValidationProduct Image does not load on product pageMagento 2 - Why is product image size & dimensions changed after upload?Image resize issue on Magento 2Image for Open Graph protocolAdding images via CSV with non standard file extensionsMagento 2 product image on product page load slowlyMagento 2.3, Too Many Duplications in Product Image Cache?
Does the UK parliament need to pass secondary legislation to accept the Article 50 extension
How should I respond when I lied about my education and the company finds out through background check?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
Can I say "fingers" when referring to toes?
Can disgust be a key component of horror?
How does a computer interpret real numbers?
Why is this estimator biased?
How do apertures which seem too large to physically fit work?
Multiplicative persistence
Pre-mixing cryogenic fuels and using only one fuel tank
What is the highest possible scrabble score for placing a single tile
Can I still be respawned if I die by falling off the map?
Why can Carol Danvers change her suit colours in the first place?
Temporarily disable WLAN internet access for children, but allow it for adults
What are the balance implications behind making invisible things auto-hide?
User Story breakdown - Technical Task + User Feature
Does the Linux kernel need a file system to run?
Quasinilpotent , non-compact operators
Why is so much work done on numerical verification of the Riemann Hypothesis?
Why Shazam when there is already Superman?
What if a revenant (monster) gains fire resistance?
Unexpected behavior of the procedure `Area` on the object 'Polygon'
Why does the Sun have different day lengths, but not the gas giants?
Optimal image dimensions?
Magento 2 image upload qualityMagento 2: How to get resize image for Custom Module?Magento 2: Image Upload JS ValidationProduct Image does not load on product pageMagento 2 - Why is product image size & dimensions changed after upload?Image resize issue on Magento 2Image for Open Graph protocolAdding images via CSV with non standard file extensionsMagento 2 product image on product page load slowlyMagento 2.3, Too Many Duplications in Product Image Cache?
I'm creating my Magento 2, and I'm not sure what kind of images I have to use. What is the best extension? and what size should the image have to upload it?
magento2
add a comment |
I'm creating my Magento 2, and I'm not sure what kind of images I have to use. What is the best extension? and what size should the image have to upload it?
magento2
There are couple of image optimizer module that you can use, github.com/justbetter/magento2-image-optimizer marketplace.magento.com/apptrian-image-optimizer.html
– Korbin
yesterday
Yes but to upload the image, what is the optimal size to upload it and the format? or that does not matter?
– Despotars
yesterday
add a comment |
I'm creating my Magento 2, and I'm not sure what kind of images I have to use. What is the best extension? and what size should the image have to upload it?
magento2
I'm creating my Magento 2, and I'm not sure what kind of images I have to use. What is the best extension? and what size should the image have to upload it?
magento2
magento2
asked yesterday
DespotarsDespotars
1707
1707
There are couple of image optimizer module that you can use, github.com/justbetter/magento2-image-optimizer marketplace.magento.com/apptrian-image-optimizer.html
– Korbin
yesterday
Yes but to upload the image, what is the optimal size to upload it and the format? or that does not matter?
– Despotars
yesterday
add a comment |
There are couple of image optimizer module that you can use, github.com/justbetter/magento2-image-optimizer marketplace.magento.com/apptrian-image-optimizer.html
– Korbin
yesterday
Yes but to upload the image, what is the optimal size to upload it and the format? or that does not matter?
– Despotars
yesterday
There are couple of image optimizer module that you can use, github.com/justbetter/magento2-image-optimizer marketplace.magento.com/apptrian-image-optimizer.html
– Korbin
yesterday
There are couple of image optimizer module that you can use, github.com/justbetter/magento2-image-optimizer marketplace.magento.com/apptrian-image-optimizer.html
– Korbin
yesterday
Yes but to upload the image, what is the optimal size to upload it and the format? or that does not matter?
– Despotars
yesterday
Yes but to upload the image, what is the optimal size to upload it and the format? or that does not matter?
– Despotars
yesterday
add a comment |
1 Answer
1
active
oldest
votes
You can upload optimal size of 700px X 700px and Above, if it is good to have .png format
I read in the official documentation that the sizes are 470x470 and 1100x1100, so it would be best to upload images in PNG with size 700x700?
– Despotars
yesterday
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266829%2foptimal-image-dimensions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can upload optimal size of 700px X 700px and Above, if it is good to have .png format
I read in the official documentation that the sizes are 470x470 and 1100x1100, so it would be best to upload images in PNG with size 700x700?
– Despotars
yesterday
add a comment |
You can upload optimal size of 700px X 700px and Above, if it is good to have .png format
I read in the official documentation that the sizes are 470x470 and 1100x1100, so it would be best to upload images in PNG with size 700x700?
– Despotars
yesterday
add a comment |
You can upload optimal size of 700px X 700px and Above, if it is good to have .png format
You can upload optimal size of 700px X 700px and Above, if it is good to have .png format
answered yesterday
Purnendar GattuPurnendar Gattu
555
555
I read in the official documentation that the sizes are 470x470 and 1100x1100, so it would be best to upload images in PNG with size 700x700?
– Despotars
yesterday
add a comment |
I read in the official documentation that the sizes are 470x470 and 1100x1100, so it would be best to upload images in PNG with size 700x700?
– Despotars
yesterday
I read in the official documentation that the sizes are 470x470 and 1100x1100, so it would be best to upload images in PNG with size 700x700?
– Despotars
yesterday
I read in the official documentation that the sizes are 470x470 and 1100x1100, so it would be best to upload images in PNG with size 700x700?
– Despotars
yesterday
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266829%2foptimal-image-dimensions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There are couple of image optimizer module that you can use, github.com/justbetter/magento2-image-optimizer marketplace.magento.com/apptrian-image-optimizer.html
– Korbin
yesterday
Yes but to upload the image, what is the optimal size to upload it and the format? or that does not matter?
– Despotars
yesterday