resizing aspect ratio of image to specific dimensions adding a border if necessary css code example
Example: css keep image ratio
img {
object-fit: cover;
width: 100px;
height:100px;
}
img {
object-fit: cover;
width: 100px;
height:100px;
}