COMING SOON 🚀

R

풀스크린 스크립트

<script>
function AutoScreen(el){
 
 var doc  = document.fullscreenElement;
 var moz  = document.mozFullScreenElement;
 var webkit = document.webkitFullscreenElement;
 var ms  = document.msFullscreenElement;
 
 if (!doc && !moz && !webkit && !ms) {
  fullscreen(el);
 } else {
  exitscreen();
 }
 
}

function fullscreen(el){
 
 if (el.requestFullscreen) {
  el.requestFullscreen();
 } else if (el.msRequestFullscreen) {
  el.msRequestFullscreen();
 } else if (el.mozRequestFullScreen) {
  el.mozRequestFullScreen();
    } else if (el.webkitRequestFullscreen) {
  el.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT);
    }
 
}
function exitscreen(){
 
 var doc = document;
 
 if (doc.exitFullscreen) {
  doc.exitFullscreen();
    } else if (doc.msExitFullscreen) {
  doc.msExitFullscreen();
    } else if (doc.mozCancelFullScreen) {
  doc.mozCancelFullScreen();
    } else if (doc.webkitExitFullscreen) {
  doc.webkitExitFullscreen();
    }
}
</script>

<a href="#"onclick="AutoScreen(document.body)">FullScreen</a>​

 

풀스크린 검색시 나와있는 스크립트 정리 해봤습니다.

 

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

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 2,083
10년 전 조회 2,001
10년 전 조회 1,686
10년 전 조회 2,046
10년 전 조회 1,826
10년 전 조회 1,576
10년 전 조회 2,192
10년 전 조회 1,625
10년 전 조회 1,918
10년 전 조회 1,590
10년 전 조회 1,448
10년 전 조회 2,857
10년 전 조회 1,962
10년 전 조회 2,085
10년 전 조회 1,805
10년 전 조회 2,120
10년 전 조회 1,961
10년 전 조회 1,719
10년 전 조회 2,167
10년 전 조회 2,627
10년 전 조회 2,035
10년 전 조회 1,907
10년 전 조회 1,883
10년 전 조회 1,854
10년 전 조회 2,502
10년 전 조회 2,437
10년 전 조회 1,488
10년 전 조회 1,894
10년 전 조회 1,477
10년 전 조회 1,815
10년 전 조회 3,284
10년 전 조회 1,842
10년 전 조회 3,906
10년 전 조회 2,526
10년 전 조회 2,138
10년 전 조회 1,502
10년 전 조회 1,872
10년 전 조회 2,176
10년 전 조회 2,610
10년 전 조회 3,932
10년 전 조회 2,735
10년 전 조회 2,870
10년 전 조회 3,326
10년 전 조회 4,959
10년 전 조회 2,576
10년 전 조회 1,726
10년 전 조회 3,429
10년 전 조회 1,847
10년 전 조회 2,092
10년 전 조회 2,872
10년 전 조회 1,757
10년 전 조회 1,774
10년 전 조회 4,082
10년 전 조회 1,795
10년 전 조회 1,682
10년 전 조회 1,669
10년 전 조회 1,561
10년 전 조회 2,104
10년 전 조회 1,821
10년 전 조회 1,707
10년 전 조회 1,835
10년 전 조회 2,341
10년 전 조회 3,204
10년 전 조회 2,220
10년 전 조회 2,478
10년 전 조회 3,037
10년 전 조회 2,401
10년 전 조회 2,224
10년 전 조회 2,132
10년 전 조회 5,031
10년 전 조회 1,823
10년 전 조회 2,139
10년 전 조회 2,691
10년 전 조회 2,142
10년 전 조회 3,839
10년 전 조회 2,086
10년 전 조회 2,035
10년 전 조회 2,115
10년 전 조회 5,668
10년 전 조회 1,979
10년 전 조회 3,543
10년 전 조회 2,826
10년 전 조회 3,472
10년 전 조회 3,062
10년 전 조회 3,780
10년 전 조회 1,926
10년 전 조회 2,227
10년 전 조회 4,031
10년 전 조회 2,406
10년 전 조회 1,785
10년 전 조회 2,780
10년 전 조회 2,517
10년 전 조회 2,250
10년 전 조회 2,201
10년 전 조회 2,431
10년 전 조회 2,097
10년 전 조회 1,694
10년 전 조회 2,448
10년 전 조회 2,904
10년 전 조회 2,453