You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that placeholder's width and quality is not updatable in Placeholder service (default values are 16px and 50% quality as constant).
It would be more flexible to have those values updatable in configuration file to get control over placeholder image quality.
There's already a configuration to enable this one 'generatePlaceholders' => true
Configuration can be something like placeholders => ['width' => 16, 'quality' => 50]
The text was updated successfully, but these errors were encountered:
khalwat
changed the title
Add support for placeholder width and quality in config
[FR] Add support for placeholder width and quality in config
Jul 14, 2020
It seems that placeholder's width and quality is not updatable in Placeholder service (default values are 16px and 50% quality as constant).
It would be more flexible to have those values updatable in configuration file to get control over placeholder image quality.
There's already a configuration to enable this one
'generatePlaceholders' => true
Configuration can be something like
placeholders => ['width' => 16, 'quality' => 50]
The text was updated successfully, but these errors were encountered: