CKFinder Logo

Compact User Interface

It is possible to disable the folders panel and have folders displayed as icons in the main area of the application. In the example below this mode is initialized inside a widget, but it also works in all standalone modes.

CKFinder.widget( 'ckfinder-widget', {
	displayFoldersPanel: false,
	width: '100%',
	height: 700
} );