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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Use a table BLOB field as a background image in a region

PericlesMay 18 2024

Hello

I'm using APEX 23.2 over a 23C db and I have a BLOB field in a table which is a mime image, and want to use it as a background image in a region.

Right now I have in the CSS inline this

.t-Body-mainContent {
background: url(#APP_FILES#IMAGES/t_background2.png);
  background-repeat: no-repeat;
  background-size: cover;
} 

but this, require that the image is loaded as a static image in the workspace.

So far I'm able to get the image and show it in the region, but as a content, not as a background.

Anyone knows if this is possible, or how to do it?

Thanks for your comments.

This post has been answered by Pericles on May 21 2024
Jump to Answer
Comments
Post Details
Added on May 18 2024
5 comments
507 views