Using Adaptive Layout, what is the best or recommended approach for displaying a full screen background image to ensure it works on all devices, both orientations?
Is it a case of making an image the largest possible size (iPad Pro) and then scaling down?
Also, how would you handle screen rotation? Manually detect this and rotate image?