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