carousel-frontend.js issue related to video play
-
the carousel script code
const Ee=e=>{e&&e.play()}
causing issue with video added inside the carousel block. When we move to next slide and then move back to the slide where video is added. it auto start the video to play. I have added a domain checker form on the page too and if I search for a domain on it, it also make the video to autoplay.
changing code to
const Ee=e=>{}
resolve the issue. But I thought you should do the correction in your carousel block js file plugins/content-blocks-builder/build/carousel-frontend.js too.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘carousel-frontend.js issue related to video play’ is closed to new replies.