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 ?