MaxWidth & MaxHeight options are not available in Instructions in ImageResizer 3.4.2 [closed]

StackOverflow https://stackoverflow.com/questions/20441439

  •  30-08-2022
  •  | 
  •  

Вопрос

Can you please tell me when I use Instructions class in place of ResizeSettings how to use MaxWidth & MaxHeight.

Thanks in advance.

Mohammad

Это было полезно?

Решение

Use mode=max with width and height instead.

maxwidth & maxheight are still supported in the URL API (and through Instructions["maxwidth"]), but to encourage use of the more consistent width/height/mode syntax we omitted the convenience property.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top