File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
$ string ['date ' ] = 'Post date ' ;
35
35
$ string ['date_help ' ] = 'Post date sets the order of display, not the date it becomes visible. ' ;
36
36
$ string ['image ' ] = 'Image ' ;
37
- $ string ['image_help ' ] = 'Images of 200px height and 325px width work best. Images will vary in size to fit different screen sizes. ' ;
37
+ $ string ['image_help ' ] = 'Images of 140px height and 325px width work best. Images will vary in size to fit different screen sizes. ' ;
38
38
$ string ['description ' ] = 'Description ' ;
39
39
$ string ['description_help ' ] = 'Short text, no more that 140 characters. ' ;
40
40
$ string ['link ' ] = 'Link (href) ' ;
Original file line number Diff line number Diff line change 32
32
33
33
<div class =" block-news-item-image mb-3"
34
34
style =" background-image : url (' {{{image}}}' );
35
- height : 200 px ;
35
+ height : 140 px ;
36
36
background-size : cover ;
37
- background-position : top center ; " >
37
+ background-position : center ; " >
38
38
39
39
{ {! UCL arrow. } }
40
40
<div class =" text-right pt-3" >
You can’t perform that action at this time.
0 commit comments