diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-03 20:11:06 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-03 20:11:06 +0100 |
| commit | ba2d6af125ae3e2ba4a372d760c0e91d3ccc52f3 (patch) | |
| tree | 4c1d7c7edc0f3c307cb649eb31d3c0c792f5c232 /animism-align/frontend/app/constants.js | |
| parent | 324136293c322eed172d3fcd9dc1471ac72cc1fd (diff) | |
various image size styles
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 5 |
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 |
