1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 07:51:29 +00:00

add embed_original plugin

This commit is contained in:
Andrew Dolgov
2013-03-21 16:36:48 +04:00
parent 33de3d37af
commit a479f3efe7
4 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
div.cdmContentInner iframe.embeddedContent {
overflow : hidden;
width : 100%;
height : 300px;
border-width : 0px;
}
div.postContent iframe.embeddedContent {
overflow : hidden;
width : 100%;
height : 100%;
border-width : 0px;
}