@Willian from Sheetgo think images are rendering too large and we should reduce them with custom css?
Example: https://community.sheetgo.com/d/155-fix-styling-of-tag-list-on-chrome-android
We could apply something like:
.Post-body img {
max-width: 400px;
}