限制默认模板视频宽度

This commit is contained in:
fen 2013-12-10 15:38:52 +08:00
parent c39f6f3ee5
commit 8f04aeff73

View File

@ -357,7 +357,8 @@ textarea {
.post-content h2, .comment-content h2 {
font-size: 1.28571em;
}
.post-content img, .comment-content img {
.post-content img, .comment-content img,
.post-content video, .comment-content video {
max-width: 100%;
}
.post-content a img {