mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19937: Fixing the Description-text for Mode in ResizeFilter (Orchard.MediaProcessing)
Work item: 19937 --HG-- branch : 1.x
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Orchard.MediaProcessing.Providers.Filters {
|
||||
_Mode: Shape.SelectList(
|
||||
Id: "mode", Name: "Mode",
|
||||
Title: T("Mode"),
|
||||
Description: T("How the image should be resized.<br/>Max: adjusts to the max given width or left, keeping image ratio.<br/>Pad: adds a padding so that the target image is exactly of width and height.<br/>Crop: removes part of the image to fit with given height and width.<br/>Stretch: stretches the image to fit within height and width."),
|
||||
Description: T("How the image should be resized.<br />Max: adjusts to the max given width or height, keeping image ratio.<br />Pad: adds a padding so that the target image is exactly of width and height.<br />Crop: removes part of the image to fit with given height and width.<br />Stretch: stretches the image to fit within height and width."),
|
||||
Size: 1,
|
||||
Multiple: false),
|
||||
_Alignment: Shape.SelectList(
|
||||
|
Reference in New Issue
Block a user