minimum image resolution image upload button

Hello,

Could anybody help me with adding a minimum image resolution of 1920x1080px to my upload image button? Ideally with an error message saying: “The image must have a minimum image resolution of 1920 x 1080px.” I hope somebody can help me with the code for this. I can also give you access to my store!

Store url: phantommousepads.com

Greetings,

Melissa

Why don’t you add an info to your image upload option which says “ image should be 1920x1080” instead of an error?

Nevertheless you can check for the width and height of the image upload and then use it as a condition to either show the image or not.

I did! I want to make it necessary, because there are people who don’t know how to check this. Getting an error message provides an extra layer of convenience. Yes, I want to use it as a condition, I just don’t know how to code this in :).