You're trying to create a layered background design with two images, a dividing white line, and a blue background—currently using one large image, but facing issues with scaling and quality. Here's a better, scalable approach directly in Webflow using layout elements instead of a single raster image.
left-image
, divider-line
, and right-image
.Left Image Div:
Set the background image using the Style panel (instead of placing an image element).
Use background settings like cover, no-repeat, and center for responsiveness.
Set a percentage width or flex-grow value.
Divider Line:
Assign it a fixed width (e.g., 2px) and make the background color white.
Set 100% height to match its parent.
Right Image Div:
Same setup as the left image div with the second image.
Instead of a single background image, create the layout using three divs inside a flex or grid container: one for each image and one for the white line. This approach improves scalability, image quality, and layout precision across screen sizes.