Hi,
There was a bug on 4.4, which is fixed in 4.4.1:
http://jira.xwiki.org/browse/XWIKI-8663
Thanks
-Vincent
On Jan 26, 2013, at 8:02 AM, Jan-Philip Loos <maxdaten(a)gmail.com> wrote:
Hi,
currently I'm a bit clueless. When I use for example:
[[image:XWikiLogo.png||width="50" height="50"]] the image is only
resized
with the attribute style but not transfered resized. When I inspect the
image via chrome the "natural size" is still the original size.
The html result:
</xwiki/wiki/example.com/download/Sandbox/WebHome/XWikiLogo.png?width=50&height=50>
We are using XWiki 4.4 (XEM)
The document is saved with XWiki Syntax 2.1 (I tried 2.0 also)
in the xwiki.properties I set explicitly
rendering.imageDimensionsIncludedInImageURL = true (but this should be the
default)
Is there a wiki wise way to override the behaviour incidentally?