]> git.wh0rd.org - tt-rss.git/commitdiff
minor tweaks to embed_original
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Mar 2013 12:39:57 +0000 (16:39 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Mar 2013 12:39:57 +0000 (16:39 +0400)
plugins/embed_original/init.css
plugins/embed_original/init.js

index c2e2bb858708d3e6aa560f2c1323422fa8a56b24..4ce482e1a0954c7c48e2cebf36db558229b0dcb6 100644 (file)
@@ -1,7 +1,7 @@
 div.cdmContentInner iframe.embeddedContent {
        overflow : hidden;
        width : 100%;
-       height : 300px;
+       height : 600px;
        border-width : 0px;
 }
 
index c0ae646195517b866a142749115858dac9a6c313..517f2cd54a3c0c39346ebe16bcd42785a566aaa5 100644 (file)
@@ -43,7 +43,7 @@ function embedOriginalArticle(id) {
                                        var iframe = new Element("iframe", {
                                                class: "embeddedContent",
                                                src: ti.url,
-                                               sandbox: 'sandbox',
+                                               sandbox: 'allow-scripts',
                                        });
 
                                        if (c) {