Webflow - Digital Wings

PHOTO EMBED

Thu Nov 17 2022 05:35:39 GMT+0000 (Coordinated Universal Time)

Saved by @Kiwifruit

/* Script to close video popup modal */
<script>
    $(function() {
  $('.open-modal').click(function() {
    $('.modal').fadeIn();
    $('.modal-background').fadeIn();
    e.stopPropagation();
  });
  $('.close-modal').click(function() {
      $('.modal').fadeOut();
      $('.modal-background').fadeOut();
  });  
  $('.modal-background').click(function() {
      $('.modal').fadeOut();
      $('.modal-background').fadeOut();
  }); 
  $(document).keydown(function (event) {
      if (event.keyCode == 27) {
          $('.modal').fadeOut();
          $('.modal-background').fadeOut();
      }
  });
});
</script>
content_copyCOPY

Display portrait phone video using an iPhone frame on the reports page

https://webflow.com/design/digital-wings