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

· 10년 전 · 400

<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년 전 조회 188
10년 전 조회 201
10년 전 조회 194
10년 전 조회 348
10년 전 조회 351
10년 전 조회 416
10년 전 조회 361
10년 전 조회 540
10년 전 조회 436
10년 전 조회 378
10년 전 조회 1,291
10년 전 조회 401
10년 전 조회 364
10년 전 조회 357
10년 전 조회 299
10년 전 조회 720
10년 전 조회 282
10년 전 조회 304
10년 전 조회 501
10년 전 조회 298
10년 전 조회 349
10년 전 조회 221
10년 전 조회 430
10년 전 조회 314