Difference between revisions of "Team:CPU CHINA/Model/CFA"

Line 108: Line 108:
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
$(".mw-content-ltr").css("height",document.body.scrollHeight+200+"px !important");
+
$("#obj").css("height",$(window).height()*0.9+"px !important");
 +
$("#embedid").css("height",$(window).height()*0.9+"px !important");
 
})
 
})
  
 
$(document).ready(function(){
 
$(document).ready(function(){
$("#obj").css("height",$(window).height()*0.9+"px !important");
+
$(".mw-content-ltr").css("height",document.body.scrollHeight+200+"px !important");
$("#embedid").css("height",$(window).height()*0.9+"px !important");
+
 
})
 
})
 +
 +
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 14:46, 17 October 2018