+ {isIntersecting ? (
+ type === "audio" ? (
+
+ ) : (
+

+ )
+ ) : (
+ // Lightweight design placeholder element skeleton matching layout footprints
+
+ {type === "audio" ? "🎵 Loading Voice Note..." : "📷 Loading Image Asset..."}
+
+ )}
+
+ );
+};
+
+export default LazyMedia;
\ No newline at end of file