Currently, I am working on a project and have created a fiddle that can be accessed here:
https://jsfiddle.net/0g3u8452/1/
The image I am using is 1920x4000, and I want it to span the full width of the screen similar to setting
background-size: cover
However, because the image height is significant, I would like users to be able to scroll down to continue viewing it.
I have also created a visual guide for the intended result:
https://i.sstatic.net/WHclV.png
Any assistance in achieving this desired outcome would be greatly appreciated. Thank you!