Skip to main content

Page Close

Comments

1 comment

  • KC George

    Hello David,

    You can display a regular page like a popup with a "X" icon using the Brizy Popup builder. For example, visit https://masterpiece.brizy.site/ and click on the "Painting" button in the header. You will see the design at https://masterpiece.brizy.site/painting within the popup and it can be closed using the X icon.

    I have followed these steps to design the popup 

    1. Positioned the X icon within the popup window
    2. Dragged the "Embed" element to the popup and pasted the below code 
      <iframe src="https://masterpiece.brizy.site/painting" ></iframe>

      <style>
      iframe {
        width: 100%; 
        height: 100vw; 
      }
        </style>
    3. Set the popup to full width and full height.  
    0

Please sign in to leave a comment.