minor tweaks to embed_original
This commit is contained in:
parent
a479f3efe7
commit
3873151bcb
|
@ -1,7 +1,7 @@
|
||||||
div.cdmContentInner iframe.embeddedContent {
|
div.cdmContentInner iframe.embeddedContent {
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
height : 300px;
|
height : 600px;
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ function embedOriginalArticle(id) {
|
||||||
var iframe = new Element("iframe", {
|
var iframe = new Element("iframe", {
|
||||||
class: "embeddedContent",
|
class: "embeddedContent",
|
||||||
src: ti.url,
|
src: ti.url,
|
||||||
sandbox: 'sandbox',
|
sandbox: 'allow-scripts',
|
||||||
});
|
});
|
||||||
|
|
||||||
if (c) {
|
if (c) {
|
||||||
|
|
Loading…
Reference in New Issue