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!

Image or Region scroll bars to show full image ?

TinkerBoyMay 20 2019 — edited May 25 2019

Hi all.

I am showing an image that I get via a REST call. The image can be any size. It is an image of a BPMN process. I want to be able to show the full image and when the image is bigger than the area there should be scroll bars so I can see the full image.

If I use style="width: 100%;" on the image it shows the full image but it distorts the image, the bigger the process gets the more it will be compressed and distorted.

pastedImage_0.png

If I remove the style="width: 100%;" it will cut off the image. But it does not distort the image. I need it to be like that but add scroll bars so I can scroll te see the full image.

pastedImage_1.png

I tried these also on the region but still no luck.

style="overflow-x: scroll;"

<div style="overflow:auto;">

Thanks for the help.

This post has been answered by fac586 on May 20 2019
Jump to Answer
Comments
Post Details
Added on May 20 2019
16 comments
1,266 views