Hi, In a gallery site I need to show photos. I am having a div, wrapper. It contains an image tag. The picture should expand and fill the parent element. Along with that it should be centered vertically and horizontally. The size of the image and the container could vary. Thanks
You should be using the background of the div element as an image if you want to fill the image because if you use img tag, it will leave some space unfilled if the image aspect ratio does not match.