Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Resizing an image in interactive report in Oracle Apex 5

Diganta01May 10 2017 — edited May 29 2017

I am showing images in my Interactive reports. But the images are all of different sizes. I want to resize them to same dimensions.  I tried the below code:

<style type="text/css">

.apexir_WORKSHEET_DATA  td[headers="IMAGE"] img

{

  width: 100px;

  height: 100px;

}

</style>

But the above code is not working in Apex 5. Can someone tell me what will be equivalent code or how to achieve it ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2017
Added on May 10 2017
3 comments
856 views