只需在额外 CSS 代码中添加如下内容,对于长图只需要在图片地址后添加 #height-full 即可。
.entry-content img {
    display: flex;
    margin: 0 auto;
    max-height: 512px;
}
.entry-content img[src*="#height-full"] {
    max-height: 100%;
}
只需在额外 CSS 代码中添加如下内容,对于长图只需要在图片地址后添加 #height-full 即可。
.entry-content img {
    display: flex;
    margin: 0 auto;
    max-height: 512px;
}
.entry-content img[src*="#height-full"] {
    max-height: 100%;
}