Hi there - I’m preparing a bunch of graphics for use in an app and I’m wondering if there are any sort of guidelines or recommendations for image resolutions. For example, what would the correct pixel dimensions be to show tiles in the 3:1 ratio. I want everything to load quickly, but not become blurry on different devices. Or am I overthinking this?
The actual dimensions aren’t important, it’s the ratio that matters.
3:1 means that the width should be 3 times the height.
So yeah, 2592x864 works. But 300x100 would also work fine. Or 600x200, etc…