thanks, but after 3 days i finnaly solve with additional css.
.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__products li.product img, ul.products .wc-block-grid__product img, ul.products li.product img {
display: block;
margin: 0 auto 1.618em;
height: 200px; //i add height here
width: auto; //and width here
max-width: 100%;
}
without a plugin. thanks for my self.