Enables vertical filmstrip by default.

This commit is contained in:
damencho 2017-05-26 11:21:31 -05:00 committed by Paweł Domas
parent d65295db8b
commit 70e1bfc6b8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
/**
* Whether to show thumbnails in filmstrip as a column instead of as a row.
*/
VERTICAL_FILMSTRIP: false,
VERTICAL_FILMSTRIP: true,
//A html text to be shown to guests on the close page, false disables it
CLOSE_PAGE_GUEST_HINT: false,