#cnblogs_post_body img, .cnblogs-post-body img{
    max-width:60vw !important;
    max-height:400px;
}

@media (max-width: 767px) {
    #cnblogs_post_body img, .cnblogs-post-body img{
        width: 100%;
    }
}