forked from treehouse/mastodon
Change how convert options are escaped
parent
cdc49c6b4b
commit
2ddf4e09f9
|
@ -51,7 +51,7 @@ private
|
||||||
small: {
|
small: {
|
||||||
convert_options: {
|
convert_options: {
|
||||||
output: {
|
output: {
|
||||||
vf: 'scale="min(510\, iw):min(680\, ih)":force_original_aspect_ratio=decrease'
|
vf: 'scale=\'min(510\, iw):min(680\, ih)\':force_original_aspect_ratio=decrease'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
format: 'png',
|
format: 'png',
|
||||||
|
|
Loading…
Reference in New Issue