.wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

p .wp-block-image img {
    width: auto;
    height: auto;
}