- 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:
Gabor Kovesdan 2013-07-13 07:39:52 +00:00
parent 9ab14a1f7c
commit e94dad6215
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42269

View file

@ -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"/>