diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-28 18:05:04 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-28 18:05:04 +0100 |
| commit | 417ffc21deeb4be5e2644846f2818ec63b4cbaa6 (patch) | |
| tree | e5fc177727555574c31864817ca14c29a1b35b7d /animism-align/frontend/app/constants.js | |
| parent | 0edf712c4b60ed1022e690004819c2c8de9201be (diff) | |
poster image size
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index b6b3bf2..647efbc 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -99,6 +99,13 @@ export const CURTAIN_COLOR_LOOKUP = CURTAIN_COLORS.reduce((a,b) => { return a }, {}) +export const IMAGE_BACKGROUND_SIZE_OPTIONS = [ + { label: 'cover', name: 'cover' }, + { label: 'contain', name: 'contain' }, + { label: '90% width', name: '90% auto' }, + { label: '90% height', name: 'auto 90%' }, +] + export const DISPLAY_SIZE = 2000 export const DISPLAY_QUALITY= 80 export const THUMBNAIL_SIZE = 320 |
