File: /www/wwwroot/1.scey.cn/wp-content/themes/Leading/admin/pages/Leading-iconfont.php
<?php
function wpjam_leading_iconfont_page(){
?>
<iframe src="<?php echo get_bloginfo('template_directory');?>/static/fonts/demo.html" id="iconfont-iframe" style="width:100%;"></iframe>
<script type="text/javascript">
jQuery(function($){
$(function(){
changeWH();
});
function changeWH(){
$("#iconfont-iframe").height($(document).height());
//$("#iconfont-iframe").width($(document).width());
}
window.onresize=function(){
changeWH();
}
});
</script>
<?php }?>