我在primeNG网站上浏览了几个例子,想尝试一下。
https://www.primefaces.org/primeng/#/lightbox . 在这个例子中,我添加了属性“closeOnEscape”,以查看它是否在按下ESC键时关闭了light box,但是在Youtube视频运行时它没有。如果我做错了什么,请提出建议。
<p-lightbox type="content" closeOnEscape> <a class="group" href="#"> Watch Video </a> <iframe width="560" height="315" src="https://www.youtube.com/embed/9bZkp7q19f0" frameborder="0" allowfullscreen></iframe> </p-lightbox>
https://stackblitz.com/edit/angular-8hbclk