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.