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

· 10년 전 · 411

<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년 전 조회 447
10년 전 조회 200
10년 전 조회 219
10년 전 조회 211
10년 전 조회 361
10년 전 조회 365
10년 전 조회 428
10년 전 조회 370
10년 전 조회 555
10년 전 조회 449
10년 전 조회 389
10년 전 조회 1,307
10년 전 조회 412
10년 전 조회 383
10년 전 조회 372
10년 전 조회 314
10년 전 조회 735
10년 전 조회 297
10년 전 조회 319
10년 전 조회 509
10년 전 조회 308
10년 전 조회 364
10년 전 조회 235
10년 전 조회 440
10년 전 조회 327