mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Setting the default Par Color to empty
Otherwise transparency is lost on PNG files
This commit is contained in:
@@ -131,8 +131,8 @@ namespace Orchard.MediaProcessing.Providers.Filters {
|
|||||||
_PadColor: Shape.Textbox(
|
_PadColor: Shape.Textbox(
|
||||||
Id: "padcolor", Name: "PadColor",
|
Id: "padcolor", Name: "PadColor",
|
||||||
Title: T("Pad Color"),
|
Title: T("Pad Color"),
|
||||||
Value: "#ffffff",
|
Value: "",
|
||||||
Description: T("The background color to use to pad the image. Named color or hex 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"})
|
Classes: new[] {"text small"})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user