summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/constants.js')
-rw-r--r--animism-align/frontend/app/constants.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js
index b4fb9c5..af0e08c 100644
--- a/animism-align/frontend/app/constants.js
+++ b/animism-align/frontend/app/constants.js
@@ -109,8 +109,9 @@ export const IMAGE_BACKGROUND_SIZE_OPTIONS = [
export const IMAGE_INLINE_SIZE_OPTIONS = [
{ label: 'Fullscreen', name: 'fullscreen' },
- { label: 'Wide', name: 'wide' },
- { label: 'Column width', name: 'column-width' },
+ { label: 'Normal', name: 'normal' },
+ { label: 'Narrow column width', name: 'narrow-column-width' },
+ { label: 'Wide column width', name: 'wide-column-width' },
]
export const DISPLAY_SIZE = 2000