I have a container with the width of 100%. I then added left div of 40% and right div of 60% to make it 100% width. I added an image to the right div and wanted it to fit the width and height of the div but instead it covers half of the right width but fit the hight.
In my CSS, i make the width and the height to be 100% to make sure it covers the whole width and height. i also added object-fit:cover but still did n0t work. please help.
1