前面。

然后在style.css样式表里面添加缩略图样式。

    .post-thumb {
    float: left;
    width: 200px;
    max-height: 150px;
    overflow: hidden;
    margin: 0 20px 10px 0;
    border-radius: 5px;
    }
    @media (max-width: 768px) {
    .post-thumb{width:100%!important;}
    }

保存,刷新页面,大功告成!