Currently working on a webpage and running into an issue. I have a div called "background" where I am loading several images using the <img>-tag
. The problem is that the images are set to float:left;
, causing them to wrap onto a new line as they can't display in full.
I am looking for a way to showcase the image partially, stretching from one side of the screen to another while reaching all the way down without any scroll bars. Wondering if there is a quick solution to achieve this. Should I turn to javascript or is it possible to resolve this with CSS? If so, could someone guide me in the right direction? :)
For reference, here is an example showcasing what I am aiming for.