/*for scaling down */ img { max-height: 70px; max-width: 70px; object-fit: scale-down; }
img.resize { width: 540px; /* you can use % */ height: auto; }