I have an image I want to use at my homepage.
It’s has to be full width and hight to be visually working.
Problem:
I tried putting it in a div block (which is in a container to scale it properly) but it only shows a part of the photo (not full width) on desktop and on screens smaller than desktop it keeps cutting of the edges on the left and right even further.
(If I use it as background image of the section it’s to large, so that’s why i put it in a container/div)
I tried different settings (vh and vw) but none worked…
Try a normal div in stead of the standard container, which its capped at 940 something pixels.Just put the image in there, not as a background image. Set the div at 100% heigh. That will work. Good luck