Hi,
On 17 Aug 2016, at 09:21, Hofstätter Mario
<Mario.Hofstaetter(a)automationx.com> wrote:
The default xwiki image syntax does not provide the ability to click an image to enlarge
it.
I’m not exactly sure what you’re looking after. By xwiki image syntax I assume you’re
talking about wiki markup.
The following seems to do what you want:
[[[[image:myimage.png||width=“100"]]>>attach:myimage.png]]
It’ll display the image resized to a width of 100 pixels and when clicked it’ll display
the image in full.
Thanks
-Vincent
There seem to be two extensions that provide this
feature:
- Lightbox Macro
- Thumbnail Macro
But using a macro for this is not an option because:
- they need to be inserted manually in CKEditor (no copy paste into browser)
- you have to type in the image attachment name (no autocomplete)
- It is not possible to resize the macro (image) visually in CKEditor, you have
to type in the desired image width
- Both macros do not have an option for horizontal alignment (e.g. right)
- Lightbox Macro seems buggy in CKEditor, its killing content below the macro
This is a major issue for us, we have to provide our users as much WYSIWYG handling as
possible.
What are our options? Is it possible to replace the default syntax ckeditor is using for
images and provide it with a code template so it uses for example the Thumbnail Macro?
Am I missing some awesome extension?
Thank you in advance
Mario