Are you sure the condition is actually met?
Are there any errors in the dev tools?
Are the width and height properly returned (output them in setvalue steps to check this)
yes, the conditions are met. The image is saved and stored in the cloud and added to the db.
Even is the conditions is not met, the cropping step is after the condition so it should do a crop no matter what.
Every photo taken by my android phone is not being cropped.
Take this (fantastic!) image of my mouse for example. This one is taken by my phone, when uploading to my server, this one is not being cropped.
When I select an image taken by an iPhone or a random jpeg from the internet, the cropping works as expected. This is really an issue since I am not able to upload photos for testing with my mobile project on my phone.
Keep thinking out loud Brad. Interestingly a horizontal image is being cropped. ;-S
Vertical photo made by my phone is not.
I tried separate the steps in 2 conditions, still the same