2 Commits dcaf50707f ... 46b1f957b7

Tác giả SHA1 Thông báo Ngày
  moshaorui 46b1f957b7 Merge branch 'refs/heads/master' into stable 3 ngày trước cách đây
  moshaorui 83c3329054 相册确保预览不会发声 3 ngày trước cách đây
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      resources/views/gallery-detail.blade.php

+ 2 - 0
resources/views/gallery-detail.blade.php

@@ -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 != "") {