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,105
10년 전 조회 2,019
10년 전 조회 1,713
10년 전 조회 2,060
10년 전 조회 1,847
10년 전 조회 1,603
10년 전 조회 2,220
10년 전 조회 1,648
10년 전 조회 1,947
10년 전 조회 1,604
10년 전 조회 1,466
10년 전 조회 2,879
10년 전 조회 1,983
10년 전 조회 2,105
10년 전 조회 1,829
10년 전 조회 2,144
10년 전 조회 1,982
10년 전 조회 1,740
10년 전 조회 2,186
10년 전 조회 2,640
10년 전 조회 2,067
10년 전 조회 1,926
10년 전 조회 1,900
10년 전 조회 1,884
10년 전 조회 2,522
10년 전 조회 2,458
10년 전 조회 1,507
10년 전 조회 1,924
10년 전 조회 1,502
10년 전 조회 1,840
10년 전 조회 3,309
10년 전 조회 1,867
10년 전 조회 3,935
10년 전 조회 2,556
10년 전 조회 2,174
10년 전 조회 1,533
10년 전 조회 1,905
10년 전 조회 2,202
10년 전 조회 2,632
10년 전 조회 3,955
10년 전 조회 2,755
10년 전 조회 2,899
10년 전 조회 3,352
10년 전 조회 4,991
10년 전 조회 2,595
10년 전 조회 1,755
10년 전 조회 3,459
10년 전 조회 1,874
10년 전 조회 2,127
10년 전 조회 2,892
10년 전 조회 1,782
10년 전 조회 1,793
10년 전 조회 4,107
10년 전 조회 1,812
10년 전 조회 1,708
10년 전 조회 1,694
10년 전 조회 1,593
10년 전 조회 2,130
10년 전 조회 1,847
10년 전 조회 1,735
10년 전 조회 1,864
10년 전 조회 2,377
10년 전 조회 3,225
10년 전 조회 2,245
10년 전 조회 2,503
10년 전 조회 3,055
10년 전 조회 2,419
10년 전 조회 2,248
10년 전 조회 2,149
10년 전 조회 5,049
10년 전 조회 1,850
10년 전 조회 2,164
10년 전 조회 2,715
10년 전 조회 2,161
10년 전 조회 3,857
10년 전 조회 2,108
10년 전 조회 2,065
10년 전 조회 2,139
10년 전 조회 5,694
10년 전 조회 2,003
10년 전 조회 3,558
10년 전 조회 2,848
10년 전 조회 3,485
10년 전 조회 3,081
10년 전 조회 3,805
10년 전 조회 1,955
10년 전 조회 2,249
10년 전 조회 4,049
10년 전 조회 2,434
10년 전 조회 1,816
10년 전 조회 2,806
10년 전 조회 2,544
10년 전 조회 2,268
10년 전 조회 2,228
10년 전 조회 2,461
10년 전 조회 2,123
10년 전 조회 1,722
10년 전 조회 2,474
10년 전 조회 2,928
10년 전 조회 2,466