FuGangqiang/mdblog.rs

should modify the size of picture

Closed this issue · 2 comments

图片会溢出网页,应当控制图片的宽度

should add max-width: 100%; in the ccs of theme

main p img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

谢谢纠错,已修复