elfinder.full.css 코드 추가

?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제

/* custom icon size add by Manuel */
.elfinder-cwd-icon {
  width: 150px !important;
  height: 155px !important;
}

.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
  width: 155px !important;
  height: 150px !important;
}

.elfinder-cwd-view-icons .elfinder-cwd-file {
  width: 170px !important;
  height: 165px !important;
}

 

 

 

※ connector.minimal.php

 

            'tmbSize'    => 150,// images thumbnails size (px)  

 

 

 

좌측 네이게이션 바 없에기

 

 

CSS \ theme.css 내용추가

.elfinder-navbar {
    display: none !important;
}

 

elfinder.full.js  에서 UI 추가변경

  * UI plugins to load.
  * Current dir ui and dialogs loads always.
  * Here set not required plugins as folders tree/toolbar/statusbar etc.
  *
  * @type Array
  * @default ['toolbar', 'tree', 'path', 'stat']
  * @full ['toolbar', 'places', 'tree', 'path', 'stat']
  */
 ui : [toolbar', 'stat'],