Image original size marker

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ghudson
Posts: 12
Joined: Tue Feb 08, 2011 11:40 pm

Image original size marker

Post by ghudson »

We've noticed with version 15 that when we display an image, there is a tag which placed at the top of the image which says: "Original size: aaaaa x bbb px"

Is there a way to suppress this tag? The image is correct, and it appears correct in our PDF renditions, its only on the oxygen screen. The image is auto scaled down to what we need.

Our CSS is simple:

Code: Select all


P > Img {
display : inline;
content : attr(src,url);
padding-top: 0.0em;
padding-bottom: 0.0em;
border: none;
}
Thanks, Glenn
Radu
Posts: 9449
Joined: Fri Jul 09, 2004 5:18 pm

Re: Image original size marker

Post by Radu »

Hi Glenn,

In the Oxygen Preferences->"Editor / Edit modes / Author" page there is an "Images" section which has settings to auto-scale images which have width larger than 1024.
This setting has no effect on the output obtained from the XML document, just on the way it gets shown in Oxygen.
This modification was mostly done for performance reasons, if you have lots of images referenced in the file scrolling through the entire document would have lags. You can increase that limit to a much larger value if you do not want this behavior.


Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply