On this page: dopeafwebsite. com/copy-of-home
The spongebob video plays in the background but a lightbox shows up. Could you help me fix this?
Code:
/**
- Adds an event handler that runs when the element is clicked.
- @param {$w.MouseEvent} event
*/
export function playBtn1_click(event) {
$w( “#SpongeBob” ).play();
// This function was added from the Properties & Events panel. To learn more, visit Velo: Working with the Properties & Events Panel | Help Center | Wix.com
// Add your code for this event here:
}