Advertisement
bongzilla

Untitled

Apr 5th, 2022
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>
  2. document.addEventListener("DOMContentLoaded", function(e) {
  3. let video = document.querySelector('.header__background-desktop video');
  4.  
  5. if(window.innerWidth < 768) {
  6. video.autoplay = false;
  7. }
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement