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