From 6dbb228715ea88a641a1c0d8cd771affc028155f Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Mon, 26 Jan 2026 22:37:09 +0100 Subject: [PATCH] fix: resolve :target: and :zoom: conflict in image examples - 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. --- Documentation/Reference/ReStructuredText/Graphics/Images.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/Reference/ReStructuredText/Graphics/Images.rst b/Documentation/Reference/ReStructuredText/Graphics/Images.rst index dd48c738..e617c9b8 100644 --- a/Documentation/Reference/ReStructuredText/Graphics/Images.rst +++ b/Documentation/Reference/ReStructuredText/Graphics/Images.rst @@ -53,7 +53,6 @@ Example 1: Scaled image with shadow and link target :target: https://typo3.org :class: with-shadow :scale: 50 - :zoom: lightbox .. code-block:: rst :linenos: @@ -63,7 +62,6 @@ Example 1: Scaled image with shadow and link target :target: https://typo3.org :class: with-shadow :scale: 50 - :zoom: lightbox .. _image-caption: @@ -72,7 +70,6 @@ Example 2: Image with caption and fixed width .. figure:: /_Images/a4.jpg :alt: Left floating image - :target: https://typo3.org :width: 100px :zoom: lightbox @@ -83,7 +80,6 @@ Example 2: Image with caption and fixed width .. figure:: /_Images/a4.jpg :alt: some image - :target: https://typo3.org :width: 100px :zoom: lightbox