Back

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

hemendrone@gmail.com
hemendrone@gmail.com
https://hemendrone.com

1 comment

Leave a Reply

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll("video.hover-play").forEach(function(video) { video.muted = true; video.loop = true; video.addEventListener("mouseenter", function() { video.play(); }); video.addEventListener("mouseleave", function() { video.pause(); video.currentTime = 0; }); }); });