ayarlar > tema > css ekle diyin, aşağıdaki kod ile width ve height değerlerini ayarlayabilirsiniz.

.post-body img {
max-width: 100%;
max-height: auto;
display: block;
margin: auto;
}