From 70e1bfc6b83437cc4a5f98ff92b1f443df958463 Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 26 May 2017 11:21:31 -0500 Subject: [PATCH] Enables vertical filmstrip by default. --- interface_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_config.js b/interface_config.js index 69f7a7d76..22508bff9 100644 --- a/interface_config.js +++ b/interface_config.js @@ -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,