OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] HTML / HTMLHelp: ignore.image.scaling parameter


On Tue, May 06, 2003 at 06:12:22PM +0930, Paul A. Hoadley wrote:

> I have some PNG images which I have scaled to a particular width for
> PDF output.  For example:
> 
>         <figure id="fig:optform1">
>           <title>&optform;</title>
>           <mediaobject>
>             <imageobject>
>               <imagedata fileref="images/screenshots/fig01.png"
>                 format="PNG" align="center" contentwidth="12cm"
>                 scalefit="1"/>
>             </imageobject>
>           </mediaobject>
>         </figure>                                        
> 
> In HTMLHelp (and HTML) I want to use the full size, unscaled
> screenshot.  I have tried:
> 
>   <xsl:param name='ignore.image.scaling' select="1"/>
> 
> in my driver, but I still get explicit widths added to the <img>
> elements in the HTML output:
> 
> <img src="images/screenshots/fig01.png" align="middle"
>  width="425.196850393701" alt="Options Form">

By all accounts this is the parameter I want.  I've now tried it in
plain HTML output and I get the same result.  Is 'scalefit' the
problem -- will it not override 'scalefit'?  


-- 
Paul.

mailto:paulh@logicsquad.net
mailto:phoadley@maths.adelaide.edu.au


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]