Skip to content
Snippets Groups Projects
Commit 1172929e authored by Goik Martin's avatar Goik Martin
Browse files

New igenerated image sizes.

parent 47a006dc
Branches
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@
<xsl:apply-templates select="$titleNode"/>
<div class="mediaobject">
<img alt="layered SVG image" width="810">
<img alt="layered SVG image" width="1100">
<xsl:attribute name="src">
<xsl:value-of select="$baseSupplementDir"/>
<xsl:value-of select="$xfigBasename"/>
......
......@@ -2,8 +2,8 @@
margin: 20px auto;
position: relative;
border: 10px solid #fff;
width: 600px;
height: 400px;
width: 1100px;
height: 550px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
......
......@@ -125,7 +125,7 @@
<ul>
<xsl:for-each select="$imgBasenameSet/*">
<li>
<img src="{.}.svg" width="600" alt="" />
<img src="{.}.svg" width="1100" alt="" />
</li>
</xsl:for-each>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment