Browse Source

Enables vertical filmstrip by default.

master
damencho 8 years ago
parent
commit
70e1bfc6b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js View File

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

Loading…
Cancel
Save