[
https://issues.apache.org/jira/browse/ISIS-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206268#comment-17206268
]
ASF subversion and git services commented on ISIS-2368:
-------------------------------------------------------
Commit cff6652f5dd5708e628a32b46255f5d6441ac4b0 in isis's branch
refs/heads/ISIS-2222 from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=cff6652 ]
Merge pull request #226 from ahus1/ISIS-2368-adding-lightbox
ISIS-2368: adding lightbox features for all figures
> Add lightbox support (=enlarge image on click) for Antora template
> -------------------------------------------------------------------
>
> Key: ISIS-2368
> URL: https://issues.apache.org/jira/browse/ISIS-2368
> Project: Isis
> Issue Type: Improvement
> Components: Isis Docs & Website
> Reporter: Alexander Schwartz
> Priority: Minor
> Fix For: 2.0.0-M4
>
>
> The Antora based documentation allows a user to click on an image. The code
> for this looks like this:
>
> {{image::value-types/markup.png[width="400px",link="\{imagesdir}/value-types/markup.png"]}}
>
> An alternative would be to add "lightbox" support (=enlarge image on click)
> for the Antora template. This would reduce the markup to
>
> {{image::value-types/markup.png[width="400px"]}}
>
> An example can be found here:
> [https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/quick-start.html]
> I've also started a discussion to make it part of the standard Antora UI:
> [https://gitlab.com/antora/antora-ui-default/-/issues/140.|https://gitlab.com/antora/antora-ui-default/-/issues/140]
> Please let me know if you'd like to see a pull request for this for Isis
> including a clean-up of the AsciiDoc code (even before it is part of the
> standard Antora UI).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)