Posts by millis • 25 points
2 posts
-
1
votes2
answers1670
viewsQ: How to stop playing a video when closing modal
I’m using a css3 to open a modal window. Everything works perfectly, but when I close the modal window the video keeps playing. What should I do to stop video playback when closing the modal? CSS:…
-
1
votes3
answers847
viewsQ: How to prevent background scrolling when opening a modal window with javascript?
How do I get the background to stop rolling when I open my modal window? I’ve tried some options with javascript but all continue to scroll. Follows the code: HTML: <div id="openModal"…