I was wondering whether there is a support for max-width. I've tried it out, but doesn't work. I have following scenario:
I have and image, let's say width = 400 and height=2000, but my pdf file is capable of 200 width and 200 height only. I would need something like max-width and max-height to scale the image down to the height of 200 (my max value) and computed 400/10 =40 width.
Setting either width or height to auto doesn't solve anything for me, because I have both type of images - with large height and weight.
--
Radim