Image uploading is a basic requirement in many application.
When a user is uploading an image into database using APEX application, he is not checking the height and with of that image.
That’s why when developer trying to display that image in any classic or interactive report he need to adjust the size for a better look and feel of that report.
But resizing the image in APEX application is also achievable adding some css code in your sql query.
Please check below screenshot how the css code has been written inside sql query to resize image in intercative/classic report in Oracle APEX application.
Copy and paste the below code inside your sql statement.