Image original size marker
Posted: Thu Jan 23, 2014 9:04 pm
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:
Thanks, Glenn
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;
}