The default xwiki image syntax does not provide the ability to click an image to enlarge
it.
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