File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
server/services/contributions Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ const commentsSchema = {
70
70
71
71
const thumbs = {
72
72
teaserImg : {
73
- cardS : '300x0/filters:background_color(fff)' ,
74
- cardM : '400x0/filters:background_color(fff)' ,
75
- cardL : '740x0/filters:background_color(fff)' ,
76
- placeholder : '100x0/filters:blur(30):background_color(fff)' ,
77
- zoom : '0x1024/filters:background_color(fff)' ,
78
- cover : '729x300/smart/filters:background_color(fff)' ,
79
- coverPlaceholder : '243x100/smart/filters:blur(30):background_color(fff)'
73
+ cardS : '300x0/filters:background_color(fff):upscale() ' ,
74
+ cardM : '400x0/filters:background_color(fff):upscale() ' ,
75
+ cardL : '740x0/filters:background_color(fff):upscale() ' ,
76
+ placeholder : '100x0/filters:blur(30):background_color(fff):upscale() ' ,
77
+ zoom : '0x1024/filters:background_color(fff):upscale() ' ,
78
+ cover : '729x300/smart/filters:background_color(fff):upscale() ' ,
79
+ coverPlaceholder : '243x100/smart/filters:blur(30):background_color(fff):upscale() '
80
80
}
81
81
} ;
82
82
You can’t perform that action at this time.
0 commit comments