1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

limit width of embedded <video> elements

This commit is contained in:
Andrew Dolgov
2015-07-03 16:04:54 +03:00
parent f50766f88c
commit d517829bcd
2 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,8 @@ div.postReply div.postContent {
padding : 10px;
}
div.postReply div.postContent img {
div.postReply div.postContent img,
div.postReply div.postContent video {
border-width : 0px;
max-width : 98%;
height: auto;