Skip to content

Commit

Permalink
Update create-topic-html.xslt
Browse files Browse the repository at this point in the history
adjusting image sizes
  • Loading branch information
JennnRamirez committed Oct 31, 2024
1 parent 68dd71d commit 6fd4224
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
<xsl:apply-templates mode="body"/>
</xsl:copy>
</xsl:template>

<xsl:template match="image" mode="body">
<image>
<xsl:copy-of select="@*"/>
<xsl:attribute name="width">960px</xsl:attribute>
</image>
</xsl:template>

<xsl:template match="image[alt]" mode="body">
<figure>
Expand Down

0 comments on commit 6fd4224

Please sign in to comment.