How can I resize images for a better customer view?

Hi @KMichael ,

Go to Assets > base.css and paste this at the bottom of the file:

.global-media-settings img {
    width: auto !important;
    margin: auto;
    right: 0;
}
.global-media-settings {
    padding-top: 100% !important;
}

Hope it helps!