Edit srcsets presets
This commit is contained in:
parent
57154df3a5
commit
b3491bcb1d
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ template: full_screen_image
|
||||||
min: 2
|
min: 2
|
||||||
layout: cards
|
layout: cards
|
||||||
size: small
|
size: small
|
||||||
limit: 10
|
limit: 15
|
||||||
image:
|
image:
|
||||||
ratio: 1/1
|
ratio: 1/1
|
||||||
back: white
|
back: white
|
||||||
|
|
|
@ -29,7 +29,8 @@ return [
|
||||||
'640w' => ['width' => 640, 'quality' => 80],
|
'640w' => ['width' => 640, 'quality' => 80],
|
||||||
'1280w' => ['width' => 1280, 'quality' => 80],
|
'1280w' => ['width' => 1280, 'quality' => 80],
|
||||||
'1920w' => ['width' => 1920, 'quality' => 80],
|
'1920w' => ['width' => 1920, 'quality' => 80],
|
||||||
'2560w' => ['width' => 2560, 'quality' => 80]
|
'2560w' => ['width' => 2560, 'quality' => 80],
|
||||||
|
'3840w' => ['width' => 3840, 'quality' => 80]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue