Lightbox closes instead of playing video
Closed this issue · 1 comments
jakub-stejskal commented
Replication steps:
- Go to https://stackblitz.com/edit/ng-image-slider-video-demo
- Click a slide to open lightbox
- Click "Play" icon in the center of the videothumbnail to play video
- Observe that it closes the lightbox instead
Solution:
iframe { position:absolute; } seems to do the trick