CSS background image to fit height, width should auto-scale in proportion
background-size: contain;
suits me
I know this is an old answer but for others searching for this; in your CSS try:
background-size: auto 100%;
background-size: contain;
suits me
I know this is an old answer but for others searching for this; in your CSS try:
background-size: auto 100%;