Good evening, everyone.
I have a problem with some PNG images not displaying only on iPhone (both in portrait and landscape view) on any browser I use (I have tried Chrome, Safari and Firefox).
The problem was detected on iPhone X with iOS 17.5.1
I am attaching a screen from a simulator (Chrome extension) to show how they should display and then the screen from my smartphone which highlights the problem in question.
Thanks to anyone who can help me out with this problem
@franz there is no easy way to debug your issue without control over the project. I suggest you simply refactor on mobile. Place your images in a div for default devices, create another for mobile using one image, and hide the first on mobile, and the second to display. There is no point in 1.5mb of huge images for mobile anyway.
Of course I will give it a try by putting the images in a div for different devices, but doesn’t such a solution for simple background images seem complicated enough?