mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-01 19:06:11 +08:00
Setting the default Par Color to empty
Otherwise transparency is lost on PNG files
This commit is contained in:
parent
91d0048f27
commit
a62f0281eb
@ -131,8 +131,8 @@ namespace Orchard.MediaProcessing.Providers.Filters {
|
||||
_PadColor: Shape.Textbox(
|
||||
Id: "padcolor", Name: "PadColor",
|
||||
Title: T("Pad Color"),
|
||||
Value: "#ffffff",
|
||||
Description: T("The background color to use to pad the image. Named color or hex value."),
|
||||
Value: "",
|
||||
Description: T("The background color to use to pad the image e.g., #ffffff, red. Leave empty to keep transparency."),
|
||||
Classes: new[] {"text small"})
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user