Can you please tell me when I use Instructions class in place of ResizeSettings how to use MaxWidth & MaxHeight.
Thanks in advance.
Mohammad
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
withwidth
andheight
instead.maxwidth
&maxheight
are still supported in the URL API (and throughInstructions["maxwidth"]
), but to encourage use of the more consistent width/height/mode syntax we omitted the convenience property.