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

Skip to content document.addEventListener('DOMContentLoaded', function() { var videos = document.querySelectorAll('video.wp-video-shortcode'); videos.forEach(function(video) { video.muted = true; }); });