**[Solved]** Image size messed up when running website on a mobile device
问题 [Solved] So I have an image that I want to display behind some text. It works fine when I open the website on my desktop browser. Even going into mobile mode from console does not show any problems. However, after deploying the website, when I open it on an actual mobile device, the image is stretched out. I tried making width and height auto and allowing max-width to be 100% but screws up the image in other ways. This is how it shows on desktop https://i.stack.imgur.com/9yyta.png. This is