I'm tackling a ReactJs project at the moment. How can I adjust the background image to resize based on window size, particularly when toggling the device toolbar?
.container{
background: url('../image/2.png');
}
Currently, the background image remains fixed. What steps should I take to make it flexible?