CKFinder Logo

Custom Configuration

CKFinder provides many configuration options that can be changed to customize the application. For details please check the documentation.

In the example below the following options are set:

CKFinder.widget( 'ckfinder-widget', {
	id: 'custom-instance-id',
	thumbnailDefaultSize: 400,
	width: '100%',
	height: 500
} );