Hero image to scale with grid
Hi,
When I try to use a column element and put a background image either on the section or wrap, it does not scale with the grid, meaning that it cuts off part of the image when changing browser size.
Here is the site example https://michiganlp.org/
How can this be fixed?
When I try to use a column element and put a background image either on the section or wrap, it does not scale with the grid, meaning that it cuts off part of the image when changing browser size.
Here is the site example https://michiganlp.org/
How can this be fixed?
Comments
there is nothing to fix. You just explained how backgrounds work and there is nothing unusual about it. You can only controll the background-size propery, try using 'contain' but the best sollution would be to use cover or auto.
thanks