Maximum image sizes.
Oracle BI Publisher 12.214.0
Reports are being generated in Primavera Unifier 20.11
I'm trying to insert images into a .rtf template file. The images are all different shapes and sizes, so I can't supply the template with an exact height/width without them being distorted. I'm currently using this code to put the images in the template:
<fo:external-graphic src=”url:{concat($uuu_p_urlF,'companyRegistry=',$uuu_p_companyRegistryF,'&sessionId=',$uuu_p_sessionIdF,'&id=',K__FRPHOTOIP)}” max-width="640px" max-height="480px" scaling="uniform"/>
This code inserts images perfectly fine, but the max-height and max-width values don't work. Large images take up an entire page, and photo descriptions get pushed onto another page. Is there any way to specify a maximum size for an image while not distorting the aspect ratio?