How can I expand an image to have the same height as the div after resizing? Or how can I fill the white space left by the image with a color?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think this will get you your desired result:
The image will now fill to the container div’s height and scale its width with its aspect ratio. This could cause the image to expand past the container div’s intended width boundaries though so be careful.