Can I re-size a photo in WebI, that displays inside a report?
The photo is coming from Blackboard (Higher Ed Software), and it displays with this object:
‘https://my_college.blackboard.com/bbcswebdav/orgs/DEPTCSERV/Studn%20Photos/’ || STUDENT.STUDENT_INFO.CLYE_CLASS_APPLIED_FOR || ‘/M’ || STUDENT.STUDENT_INFO.Id || ‘.jpg’
(Then the cell property is Image URL)
Works great but it’s sized around 600 x 800, I’d like to cut that by 1/2 or by 2/3.
We also have a photo link, which is
‘<a href="https://my_college.blackboard.com/bbcswebdav/orgs/DEPTCSERV/Studn%20Photos/’ || STUDENT.STUDENT_INFO.CLYE_CLASS_APPLIED_FOR || ‘/M’ || STUDENT.STUDENT_INFO.Id || ‘.jpg"’||‘target="_blank">Photo’
This opens another tab with the photo.
it seems like height and width could be added here, but this opens a new tab - I want the picture re-sized in WebI
I have a simple example, and did “View page source”, attached.
So couldn’t we have some sort of template with CSS that re-sizes the image? There is only one image we display - the student’s photo. Business Objects report HTML.txt (4.0 KB)