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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user