MaciejK wrote:On desktop it looks nice, scaled to full width of the screen as Background Size is set to cover. When I see it on iPhone the image is very large. It is just not scaled down to screen width what would be desired.
By default, it's set to "cover" and 100% height, right? In this case, it will scale the image to 100% of the viewport, and also make sure the image covers the screen, which will likely mean some of the image gets cropped, so that it completely covers the viewport. On desktop, since your image is likely same/similar aspect the screen, it will look nice and crop just some of the image. You can resize your browser a bit width/height and see how it adjusts while still cropping the image.
On mobile, this of course means the image, which is completely different aspect from the phone screen, will still be 100%, but cropped a lot. You can try some variations of modifying the settings from "cover" to "contain" and changing the "height", but the
best solution in your case, would be to simply
uncheck the "custom height" option.
That would mean the image will scale down to perfectly fit the screen, also on mobile devices. You are not forcing any height, and it will consume exactly the amount of height it needs, depending on screen size and it's own size. The disadvantage here, is that it won't consume exactly the entire viewport (which you can otherwise achieve by setting "custom height"), but you can't magically achieve a combination of both options. You need to choose a solution that is acceptable on all screens.