Skip to content

Commit

Permalink
28398: Accordion -Carousel: magnifying glass icon is displayed oversi…
Browse files Browse the repository at this point in the history
…zed, when inserting a picture/media with full screen option
  • Loading branch information
alex40724 committed Oct 9, 2024
1 parent 19af549 commit dda3fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Services/COPage/xsl/page.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2831,15 +2831,15 @@
<xsl:when test="$fullscreen_link = 'fullscreen.html'">
<a target="_blank">
<xsl:attribute name="href">fullscreen_<xsl:value-of select="substring-after($cmobid,'mob_')"/>.html</xsl:attribute>
<img style="float: right">
<img style="float: right; width: auto;">
<xsl:attribute name="src"><xsl:value-of select="$enlarge_path"/></xsl:attribute>
</img>
</a>
</xsl:when>
<xsl:otherwise>
<a target="_blank">
<xsl:attribute name="onclick">il.COPagePres.openFullScreenModal('<xsl:value-of select="$fullscreen_link"/>&amp;mob_id=<xsl:value-of select="substring-after($cmobid,'mob_')"/>&amp;pg_id=<xsl:value-of select="$pg_id"/>'); return false;</xsl:attribute>
<img style="float: right">
<img style="float: right; width: auto;">
<xsl:attribute name="src"><xsl:value-of select="$enlarge_path"/></xsl:attribute>
</img>
</a>
Expand Down

0 comments on commit dda3fe3

Please sign in to comment.