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:
13
plugins/embed_original/init.css
Normal file
13
plugins/embed_original/init.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user