Fix #1187 auto-insert <audio> and <video> tags for appropriate attachments

This commit is contained in:
Kijin Sung 2019-08-13 15:36:34 +09:00
parent 023081019d
commit e65b1caf3c
3 changed files with 34 additions and 18 deletions

View file

@ -1,6 +1,7 @@
@charset "utf-8";
/* NAVER (developers@xpressengine.com) */
.xe_content.editable img{border:0;max-width:100%;}
.xe_content.editable video{max-width:100%;}
.xe_content.editable blockquote.q1,
.xe_content.editable blockquote.q2,
.xe_content.editable blockquote.q3,
@ -37,4 +38,4 @@
padding-left: 8px;
padding-right: 20px;
border-right-width: 5px;
}
}