Can someone assist me with achieving vertical equality for two background images like in this example image?
Currently, I have the following styling applied:
background-repeat: no-repeat, repeat-x, repeat-y;
background-position: 925px center;
However, the image equality is only maintained when viewed on a specific viewport. When I exit the inspect tool, it messes up and resizes them.
I've attempted using calc() and experimenting with different background-positions but haven't found a solution yet.
If anyone has any advice or suggestions, it would be greatly appreciated.