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

Media-Manager speed optimization

This commit is contained in:
Cameron
2013-02-23 23:08:30 -08:00
parent a91438f519
commit 231f062e9a
10 changed files with 70 additions and 43 deletions

View File

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