Thank you. Sorry to be a pest, but I inserted it into the style.css under “WordPress Core” without any change.
.image-border img {
width: 100%;
padding: 0;
margin: 0;
line-height: 0;
display: block
}
img {
max-width: 100%;
/* width: 100%*/
}
.ts-fab-avatar > img { height: auto; }
a img.alignright {
float:right;
margin: 5px 0 15px 15px;
}
a img.alignnone {
margin: 5px 15px 15px 0;
}