Despite the help of various AIs, I just can't get my background (image) to fill the screen on all devices. Can someone please give me some advice?
Develop games in your browser. Powerful, performant & highly capable.
Set the Fullscreen mode to Scale Outer in project properties.
Set the scale of the background sprite to:
max(ViewportWidth(layer)/Sprite.Width, ViewportHeight(layer)/Sprite.Height)
With your tips it finally worked! Thank you so much!!! I still had to set all parallax values to 0. Only the iPads still have narrow strips at the top and bottom. Let me see how I can get rid of them.