@@ -325,6 +325,8 @@
height: $img.height(),
display: 'none' // Initially hidden until loaded
}
+ }).on('loadedmetadata', function() {
+ $(this).prop('muted', true); // 确保静音
});
if (loadIndexes[index] === 0 && videoUrl != "") {