Skip to content

Commit 45980fe

Browse files
authored
Use increased default height for elFinder (standalone) view (#84)
1 parent 21651ee commit 45980fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

resources/views/elfinder.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
customData: {
4444
_token: '{{ csrf_token() }}'
4545
},
46+
height: '80%',
47+
width: 'auto',
4648
url : '{{ route("elfinder.connector") }}', // connector URL
4749
soundPath: '{{ Basset::getUrl(base_path("vendor/studio-42/elfinder/sounds")) }}',
4850
cssAutoLoad: false,

0 commit comments

Comments
 (0)