Q: I'm considering a small enhancement that will fix a "modal_img" background image onto either the top or bottom of a dynamic modal (Skipping the static-embed modal). Do you think this is tricky to implement with CSS alone? Would the image be easy to break outside of the modal or "flattening" the round angles of the modal?
Q: I've tested out the simple CSS version first but no background image is shown inside the modal with the image path "https://www.claudioflute.live/modal_img.png". The browser is able to display the image directly though.
Q: Actually the image is not displayed entirely, not just narrow. This fix and the previous one both fail to show any background image. I think the issue is in the z-index. While you give it a "-1" value. By setting it to "0" and modifying both height and width to "100%" I'm able to see the image properly shown. However, we need to change the text color to a lighter color, just like how you handle sections with background images, in order to view the text clearly.