Naomi
0
Q:

make image stretch to fit div

img {
    width: 100%;
    height: 100%; 
    object-fit: contain;
}
2
overflow: 'hidden',
backgroundSize : 'contain',
0
Just apply without any changing any code
img {
width: 100%;
}
1

New to Communities?

Join the community