Skip to content

Commit 9b7cd6d

Browse files
authored
fix: resolve :target: and :zoom: conflict in image examples (#506)
- Example 1: Remove :zoom: lightbox (demonstrates :target: for external links) - Example 2: Remove :target: (demonstrates :zoom: lightbox for zoom functionality) The :target: and :zoom: options conflict with each other. This change provides clear examples of both features without conflict.
1 parent 68b46fe commit 9b7cd6d

File tree

1 file changed

+0
-4
lines changed
  • Documentation/Reference/ReStructuredText/Graphics

1 file changed

+0
-4
lines changed

Documentation/Reference/ReStructuredText/Graphics/Images.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Example 1: Scaled image with shadow and link target
5353
:target: https://typo3.org
5454
:class: with-shadow
5555
:scale: 50
56-
:zoom: lightbox
5756

5857
.. code-block:: rst
5958
:linenos:
@@ -63,7 +62,6 @@ Example 1: Scaled image with shadow and link target
6362
:target: https://typo3.org
6463
:class: with-shadow
6564
:scale: 50
66-
:zoom: lightbox
6765
6866
.. _image-caption:
6967

@@ -72,7 +70,6 @@ Example 2: Image with caption and fixed width
7270

7371
.. figure:: /_Images/a4.jpg
7472
:alt: Left floating image
75-
:target: https://typo3.org
7673
:width: 100px
7774
:zoom: lightbox
7875

@@ -83,7 +80,6 @@ Example 2: Image with caption and fixed width
8380
8481
.. figure:: /_Images/a4.jpg
8582
:alt: some image
86-
:target: https://typo3.org
8783
:width: 100px
8884
:zoom: lightbox
8985

0 commit comments

Comments
 (0)