ifrmae 자동 리사이즈 jQuery 입니다.

· 10년 전 · 402

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js">
</script>

<iframe class="resize" src="/" frameborder="0" scrolling="no"></iframe>

<script type="text/javascript">
$(function(){
  $("iframe.resize").load(function(){
    var frame = $(this).get(0);
    var doc = (frame.contentDocument) ? frame.contentDocument : frame.contentWindow.document;
    $(this).height(doc.body.scrollHeight);
    //$(this).width(doc.body.scrollWidth); // 너비도 자동적용하려면 주석 제거
  });
});
</script>

|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
10년 전 조회 434
10년 전 조회 189
10년 전 조회 202
10년 전 조회 194
10년 전 조회 349
10년 전 조회 351
10년 전 조회 417
10년 전 조회 362
10년 전 조회 540
10년 전 조회 436
10년 전 조회 378
10년 전 조회 1,292
10년 전 조회 403
10년 전 조회 366
10년 전 조회 359
10년 전 조회 300
10년 전 조회 723
10년 전 조회 285
10년 전 조회 305
10년 전 조회 501
10년 전 조회 299
10년 전 조회 350
10년 전 조회 223
10년 전 조회 431
10년 전 조회 314