Hi everyone,
I appreciate your time and energy. I’m currently using a Dynamic List on my website to show images that will be used as navigation buttons (i.e. images of words like “Meet the Team”, “Donate”, and “About the Project”.) When a user clicks on one of these images (which is really a Dynamic List Element) I’d like to display a modal that then shows the other dynamic content associated with that particular Dynamic List element.
I’ve tried putting my modal wrapper (which is the background cover and modal div) inside the dynamic list element, but my issue then is my modal becomes confined to the size of the dynamic list item, and it does not cover the full screen (you can see this undesired behavior in my read-only link)
How can I achieve the effect that’s shown in my published link? (my published link correctly shows the modal and background how I’d like to, however it is not connected to dynamic content like I desire.)
Read-only link: https://preview.webflow.com/preview/paper-keys-v1?preview=0de06edaf83eed37b54c46102c099d9f
Published link: http://paper-keys-v1.webflow.io/
(Published link has the modal functionality that I want, however to achieve this, the modal is not nested inside a a Dynamic List, and thus does not satisfy my end goal…)