Open MatthewStanciu opened 9 months ago
Some images uploaded via iOS Safari are scaled to be very large (10,000 pixels!). The maximum canvas size on iOS is 4096x4096, so an image this large breaks the canvas and causes the cropping step to silently fail.
Removing the launch blocker label since the biggest issue was fixed in #24. But very large images should still either be resized or prevented.
Some images uploaded via iOS Safari are scaled to be very large (10,000 pixels!). The maximum canvas size on iOS is 4096x4096, so an image this large breaks the canvas and causes the cropping step to silently fail.