Assorted enhancements
This commit is contained in:
@ -106,7 +106,12 @@ namespace Oqtane.Themes
|
||||
|
||||
public string ImageUrl(int fileid, int width, int height, string mode)
|
||||
{
|
||||
return Utilities.ImageUrl(PageState.Alias, fileid, width, height, mode);
|
||||
return ImageUrl(fileid, width, height, mode, 0);
|
||||
}
|
||||
|
||||
public string ImageUrl(int fileid, int width, int height, string mode, int rotate)
|
||||
{
|
||||
return Utilities.ImageUrl(PageState.Alias, fileid, width, height, mode, rotate);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user