Page 1 of 1

Imange fixed size in Interactive/Classic Reports

Posted: Mon Feb 13, 2023 10:32 am
by admin
Pictures are always of different diminsions and if you need to display them in a fixed size in Interactive/Classic Reports then enter following code in the page Inline,

td[headers="PHOTO"] img {
display: block;
width: 60px;
}

here "PHOTO" is your column name of reports query.