Fix video option
This commit is contained in:
@ -37,7 +37,7 @@ struct ImageVersion {
|
||||
"\(maximumWidth)-\(maximumHeight)-\(type.fileExtension!)"
|
||||
}
|
||||
|
||||
/// The path of the generated image version in the output folder (without leading slash)
|
||||
/// The path of the generated image version in the output folder (including leading slash)
|
||||
var outputPath: String {
|
||||
image.outputPath(width: maximumWidth, height: maximumHeight, type: type)
|
||||
}
|
||||
|
Reference in New Issue
Block a user