I've been searching for a solution to fit my specific needs, but nothing I've found seems to work. My screen resolution is 1920x1080 and I'm designing a single-page website. The challenge is that I want the background photo to cover 100% of the page while ensuring that the entire image, especially the table at the bottom, is visible.
background-size: contain;
If I use this code, the image shrinks to a thumbnail size.
background-size: cover;
When I try this option, the image covers the whole page, but unfortunately, it cuts off the table at the bottom.
Currently, I don't have any actual code to share, so I can't provide an example here. The image itself is sized at 2048x1479 pixels, so it doesn't appear to be the issue.
Thank you in advance for your help!