您可以检查“最大图片高度”设置,并将其值设为最大值(2000000000),我相信在重新构建帖子 HTML 后这将解决问题。
如果您没有灯箱功能,可以尝试一些 CSS,类似下面的代码可能有效:
#reply-control .d-editor-preview img:not(.thumbnail):not(.ytp-thumbnail-image), .cooked img:not(.thumbnail):not(.ytp-thumbnail-image) {
max-width: 670px;
max-height: 2000000px;
}