Hi all,
Concerning a request in APEX 24.2.8.
I currently have a page with the following on it:

As you can see, this is a simple picture (made small) and a file upload. The file is contained within a “classic report” with source "select phot_id, dbms_lob.getlength(phot.photo) photo from …". The item itself is a Display Image, and some css changes have been made to make it smaller, etc… This all seems fine, but I would like the following feature. When clicking the picture, a popup should be activated in which the picture is to be seen full-screen (or at least a lot bigger). I've tried some tips I found online but I always end up with either a broken image (when using an a-element in html) of something that is not clickable. Can anyone point me in the right direction on how to even start with this?
And a second question, is it possible to update the text in the “file upload” to something I can choose myself?
If you need any more info, please do let me know.