Skip to content

Commit

Permalink
Update create-topic-html.xslt
Browse files Browse the repository at this point in the history
  • Loading branch information
JennnRamirez committed Oct 31, 2024
1 parent 6fd4224 commit c2ca62f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@
</xsl:template>

<xsl:template match="image" mode="body">
<image>
<figure>
<img src="{@href}">
<xsl:copy-of select="@*"/>
<xsl:attribute name="width">960px</xsl:attribute>
</image>
<xsl:attribute name="style">width: 960px;</xsl:attribute>
</img>
</figure>
</xsl:template>

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

0 comments on commit c2ca62f

Please sign in to comment.