imageresizer - Image Resize - Fixed width and height with padding even image is smaller -
when upload 100x100 image, cant make 120x120 whitespace filled 20px.
if upload 200x150, 120x120 image ok, filled whitespace.
this code.
var setting = new resizesettings { width = 120, height = 120, format = "jpg" }; imagebuilder.current.build(image, "desctination", setting, false, false);
don`t know why, think used method in past.
any suggestion?
Comments
Post a Comment