Hi Stephanie, On 06/06/2011 10:50 PM, [email protected] wrote: > Hello everyone, > my xwiki seems to do strange things to embedded pictures. No matter > how big the resolution is they all are displayed blurry (as if they > were scaled down and then up again).
Does this happen only with attached images or even with external images? If you have this problem only with attached images, then how do you embed them? If you're using wiki syntax and you specify the size like this: [[image:[email protected]||width="300"]] then the image is resized on the server side to optimize the amount of data transferred to the client. You can disable this from the xwiki.properties file (rendering.imageDimensionsIncludedInImageURL) or increase the level of quality from xwiki.cfg file (xwiki.plugin.image.defaultQuality, 0.5 by default, 1 meaning best quality). Hope this helps, Marius > Can anyone explain that behavior? Does anyone know what to do against it? > > Thank you for your help, > Stephanie > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
