CSS Image size, how to fill, but not stretch?
I have an image, and I want to set it a specific width and height (in pixels)
Image present in folder in not showing in the website
I am making a ReactJs website and when I try to add image to my website using img
tag, it does not work when I specify the path of the image in the src
attribute of the img
tag but works when I first import the image using import
and add that variable in src
.