/* 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'],