From ba2d6af125ae3e2ba4a372d760c0e91d3ccc52f3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 3 Nov 2020 20:11:06 +0100 Subject: various image size styles --- animism-align/frontend/app/constants.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/app/constants.js') 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 -- cgit v1.2.3-70-g09d2