Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_media
Commits
6ed19ff9
Commit
6ed19ff9
authored
Sep 05, 2019
by
Eric Bremner
Browse files
ISTWCMS-3299: adding soft limits on crop types
parent
9011e100
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
config/install/crop.type.uw_crop_media_large.yml
config/install/crop.type.uw_crop_media_large.yml
+2
-2
config/install/crop.type.uw_crop_media_medium.yml
config/install/crop.type.uw_crop_media_medium.yml
+2
-2
config/install/crop.type.uw_crop_media_small.yml
config/install/crop.type.uw_crop_media_small.yml
+2
-2
config/install/crop.type.uw_crop_media_x_large.yml
config/install/crop.type.uw_crop_media_x_large.yml
+2
-2
config/install/crop.type.uw_crop_media_x_small.yml
config/install/crop.type.uw_crop_media_x_small.yml
+2
-2
No files found.
config/install/crop.type.uw_crop_media_large.yml
View file @
6ed19ff9
...
...
@@ -5,7 +5,7 @@ label: 'UW media large'
id
:
uw_crop_media_large
description
:
'
Crop
for
media
large'
aspect_ratio
:
'
1012:400'
soft_limit_width
:
null
soft_limit_height
:
null
soft_limit_width
:
1012
soft_limit_height
:
400
hard_limit_width
:
null
hard_limit_height
:
null
config/install/crop.type.uw_crop_media_medium.yml
View file @
6ed19ff9
...
...
@@ -5,7 +5,7 @@ label: 'UW media medium'
id
:
uw_crop_media_medium
description
:
'
Crop
for
media
medium'
aspect_ratio
:
'
797:400'
soft_limit_width
:
null
soft_limit_height
:
null
soft_limit_width
:
797
soft_limit_height
:
400
hard_limit_width
:
null
hard_limit_height
:
null
config/install/crop.type.uw_crop_media_small.yml
View file @
6ed19ff9
...
...
@@ -5,7 +5,7 @@ label: 'UW media small'
id
:
uw_crop_media_small
description
:
'
Crop
for
media
small
size'
aspect_ratio
:
'
480:250'
soft_limit_width
:
null
soft_limit_height
:
null
soft_limit_width
:
480
soft_limit_height
:
250
hard_limit_width
:
null
hard_limit_height
:
null
config/install/crop.type.uw_crop_media_x_large.yml
View file @
6ed19ff9
...
...
@@ -5,7 +5,7 @@ label: 'UW media extra large'
id
:
uw_crop_media_x_large
description
:
'
Crop
for
media
extra
large'
aspect_ratio
:
'
1920:400'
soft_limit_width
:
null
soft_limit_height
:
null
soft_limit_width
:
1920
soft_limit_height
:
400
hard_limit_width
:
null
hard_limit_height
:
null
config/install/crop.type.uw_crop_media_x_small.yml
View file @
6ed19ff9
...
...
@@ -5,7 +5,7 @@ label: 'UW media extra small'
id
:
uw_crop_media_x_small
description
:
'
Crop
for
media
extra
small'
aspect_ratio
:
'
400:250'
soft_limit_width
:
null
soft_limit_height
:
null
soft_limit_width
:
400
soft_limit_height
:
250
hard_limit_width
:
null
hard_limit_height
:
null
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment