What worked for me is changing styling for img tag in assets/css/style.scss which adds rounded corners to all the pictures on the website like that:
assets/css/style.scss
img { border-radius: 10px; }