1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 12:34:49 +02:00

Media Manager fixes thanks to farr3ll. Issue #27 and Issue #31

This commit is contained in:
Cameron
2012-11-30 22:09:04 -08:00
parent 97a0ada0cb
commit 5477e90b92
3 changed files with 52 additions and 8 deletions

View File

@@ -302,12 +302,14 @@ $(document).ready(function()
iframe:true,
width:"60%",
height:"70%",
initialWidth: "60%",
initialHeight: "70%",
preloading: false
// ,
// speed:10,
// opacity: 0.7
speed:10,
opacity: 0.7,
fastIframe:false,
onComplete: function() {
$("iframe").contents().find("body").addClass("mediaBody");
}
});