mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Add max-height scale
This commit is contained in:
parent
ca6c94090c
commit
3ff7368f06
@ -8,7 +8,14 @@ module.exports = {
|
|||||||
"16/9": [16, 9],
|
"16/9": [16, 9],
|
||||||
"4/3": [4, 3],
|
"4/3": [4, 3],
|
||||||
"21/9": [21, 9]
|
"21/9": [21, 9]
|
||||||
},
|
},
|
||||||
|
maxHeight: {
|
||||||
|
'0': '0',
|
||||||
|
'1/4': '25%',
|
||||||
|
'1/2': '50%',
|
||||||
|
'3/4': '75%',
|
||||||
|
'full': '100%',
|
||||||
|
},
|
||||||
filter: { // defaults to {}
|
filter: { // defaults to {}
|
||||||
'none': 'none',
|
'none': 'none',
|
||||||
'grayscale': 'grayscale(1)',
|
'grayscale': 'grayscale(1)',
|
||||||
|
Loading…
Reference in New Issue
Block a user