Hey all!
Is there a way to open a pop up (full page with opacity) when clicking a link on the menu?
Just to understand better, here’s an example on this website: when you click on “studio infos” you see the result.
Thank you!
Hey all!
Is there a way to open a pop up (full page with opacity) when clicking a link on the menu?
Just to understand better, here’s an example on this website: when you click on “studio infos” you see the result.
Thank you!
Yes,
They have popup as full width and full height (100vw/100vh), and on popup they have set background slighlty transparent white like rgba(255,255,255,0.3) and applied backdrop-filter: blur (5px)