360 view image library

2025-07-31

🎥 Gợi ý thư viện View360 có thể thêm Text, Hình, YouTube

Nếu bạn đang tìm một thư viện 360 viewer có thể:

Thì các thư viện sau là những lựa chọn tốt và phổ biến:


🥇 Marzipano – Tốt, nhẹ, mã nguồn mở

✅ Ưu điểm:

💡 Demo hotspot YouTube:

viewer.createHotspot(hotspotElement, { yaw: 1.5, pitch: 0.1 });

Với hotspotElement là 1 <div> chứa text, ảnh hoặc iframe YouTube.


🥈 PhotoSphere Viewer – Cực đẹp, có plugin hỗ trợ

✅ Ưu điểm:

📦 Cài đặt:

npm install photo-sphere-viewer

💡 Thêm marker YouTube:

viewer.addMarker({
  id: 'video1',
  tooltip: 'Xem video',
  content: '<iframe width="300" height="200" src="https://www.youtube.com/embed/abc123" frameborder="0" allowfullscreen></iframe>',
  latitude: 0.2,
  longitude: 0.5,
});

🥉 three.js + panolens.js – Cực mạnh, chuyên nghiệp

Nếu bạn muốn xây dựng 1 trải nghiệm 360° tương tác phức tạp và tùy biến cao → dùng Panolens.js kết hợp three.js.

✅ Ưu điểm:

💡 Thêm YouTube vào hotspot:

const infospot = new PANOLENS.Infospot(300, PANOLENS.DataImage.Info);
infospot.position.set(5000, 0, 0);
infospot.setHTML('<iframe width="300" height="200" src="https://www.youtube.com/embed/abc123" frameborder="0"></iframe>');
panorama.add(infospot);

🔍 Tổng kết:

Tên thư viện Dễ dùng Tùy biến Nhẹ Hỗ trợ YouTube/Text/Ảnh
Marzipano ✅✅✅ Trung bình ✅✅✅
PhotoSphere Viewer ✅✅ Cao ✅✅
Panolens.js Trung bình ✅✅✅✅ ✅✅✅

👉 Bạn muốn mình gợi ý thêm demo cụ thể cho thư viện nào không?