<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>According to the docs [1], Scribble's @image command takes a #:scale parameter like so:</div><div><br></div><div></div><blockquote type="cite"><div>#lang scribble/manual</div><div><br></div><div>@image["foo.gif" #:scale 0.4]</div></blockquote><div><br></div><div>However, though the 'scale' argument appears in the 'doc exported by the Scribble file, regardless of how I set #:scale, the generated HTML looks like this:</div><div><br></div><div><blockquote type="cite"><img src="foo.gif" alt=""/></blockquote></div><div><br></div><div>So it appears 'scale' is getting dropped during the HTML render ... or is there a wrinkle I'm overlooking? </div><div><br></div><div><br></div><div><br></div><div>[1] <a href="http://docs.racket-lang.org/scribble/base.html#(def._((lib._scribble/base..rkt)._image))">http://docs.racket-lang.org/scribble/base.html#%28def._%28%28lib._scribble%2Fbase..rkt%29._image%29%29</a></div></body></html>