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-openscholar
uw_virtual_site_homepage
Commits
e32efb8d
Commit
e32efb8d
authored
Oct 11, 2019
by
Lily Yan
Browse files
ISTWCMS-3365 Set height to 400 for small, large and xlarge images
parent
47647c07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
uw_virtual_site_homepage.features.inc
uw_virtual_site_homepage.features.inc
+3
-3
No files found.
uw_virtual_site_homepage.features.inc
View file @
e32efb8d
...
...
@@ -57,7 +57,7 @@ function uw_virtual_site_homepage_image_default_styles() {
'name'
=>
'focal_point_scale_and_crop'
,
'data'
=>
array
(
'width'
=>
1000
,
'height'
=>
6
00
,
'height'
=>
4
00
,
'focal_point_advanced'
=>
array
(
'shift_x'
=>
''
,
'shift_y'
=>
''
,
...
...
@@ -95,7 +95,7 @@ function uw_virtual_site_homepage_image_default_styles() {
'name'
=>
'focal_point_scale_and_crop'
,
'data'
=>
array
(
'width'
=>
480
,
'height'
=>
4
8
0
,
'height'
=>
4
0
0
,
'focal_point_advanced'
=>
array
(
'shift_x'
=>
''
,
'shift_y'
=>
''
,
...
...
@@ -114,7 +114,7 @@ function uw_virtual_site_homepage_image_default_styles() {
'name'
=>
'focal_point_scale_and_crop'
,
'data'
=>
array
(
'width'
=>
1600
,
'height'
=>
553
,
'height'
=>
400
,
'focal_point_advanced'
=>
array
(
'shift_x'
=>
''
,
'shift_y'
=>
''
,
...
...
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