-4

Video popup close button is not working in chrome browser.

Given: When clicking “watch” on a page for a Wistia embedded video

When: You click the “X” to close the video modal window

Then: The video continues to play in the background even though it is no longer visible. Issue is comming chrome browser only.

This is likely true for all Wistia embedded videos that open in a modal window.

I want it should close the video completely after clicking on close button

Shruti
  • 3
  • 3
  • To ask a good question you should show us what you tried. What code is used to create the popup? How is it closed? This is too broad and we can't really help you. – janw May 20 '19 at 11:04
  • hi i am using wistia.com api – Shruti May 21 '19 at 05:26
  • that is in no way helping. We can't guess what your code looks like. – janw May 21 '19 at 12:19
  • using below code for wistia video
     
    – Shruti May 28 '19 at 08:44

1 Answers1

0

Sounds like the element containing the video is not properly removed.

Make sure to remove the embedded video directly and/or use a javascript trigger to pause it.

Screenload
  • 431
  • 2
  • 14