mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 09:17:10 +02:00
Missing 'quality' in valid image functions
This commit is contained in:
@@ -56,7 +56,7 @@ class Medium extends Data
|
||||
'format', 'lightbox', 'link', 'reset',
|
||||
|
||||
// Gregwar Image functions
|
||||
'resize', 'forceResize', 'cropResize', 'crop', 'cropZoom',
|
||||
'resize', 'forceResize', 'cropResize', 'crop', 'cropZoom', 'quality',
|
||||
'negate', 'brightness', 'contrast', 'grayscale', 'emboss', 'smooth', 'sharp', 'edge', 'colorize', 'sepia' ];
|
||||
|
||||
public static $size_param_actions = [
|
||||
|
||||
Reference in New Issue
Block a user