- 400px width and a proportional height looks like a good default
for most images but some will need more exact parameters on an individual basis
This commit is contained in:
parent
9ab14a1f7c
commit
e94dad6215
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42269
1 changed files with 3 additions and 1 deletions
|
|
@ -31,8 +31,10 @@
|
|||
|
||||
<xsl:param name="callout.graphics.path">imagelib/callouts/</xsl:param>
|
||||
<xsl:param name="callout.graphics.extension">.png</xsl:param>
|
||||
<xsl:param name="default.image.width">400</xsl:param>
|
||||
|
||||
<!-- Use the whole viewport and scale images to fit -->
|
||||
<xsl:param name="default.image.width">400px</xsl:param>
|
||||
<xsl:template name="image.scalefit">1</xsl:template>
|
||||
|
||||
<xsl:template match="pubdate" mode="article.titlepage.recto.auto.mode"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue