Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
heuzef
/
pannellum
şunun yansıması
https://github.com/mpetroff/pannellum.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
22
Wiki
Aktivite
Kaynağa Gözat
Allow adding additional css files to the embedded html
Useful for using, (for example) fontawesome icons for hotspots
pull/12/head
Guillaume de Bure
10 yıl önce
ebeveyn
c6ffdd5480
işleme
ad5b4ff7b5
3 değiştirilmiş dosya
ile
17 ekleme
ve
4 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-0
examples/example-video.htm
+13
-4
examples/example-video.json
+3
-0
src/js/pannellum.js
+ 1
- 0
examples/example-video.htm
Dosyayı Görüntüle
@@ -3,6 +3,7 @@
<head>
<title>pannellum embed example</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<iframe title="pannellum panorama viewer" width="480" height="390" webkitAllowFullScreen mozallowfullscreen allowFullScreen style="border-style:none;" src="../src/pannellum.htm?tour=../examples/example-video.json"></iframe>
+ 13
- 4
examples/example-video.json
Dosyayı Görüntüle
@@ -2,7 +2,8 @@
"default": {
"author": "Matthew Petroff",
"firstScene": "pond",
"autoload": "yes"
"autoload": "yes",
"css": "/font-awesome/css/font-awesome.min.css"
},
"scenes": {
@@ -56,11 +57,19 @@
},
{
"pitch":0,
"yaw":
-12
0,
"text": "Video Test
",
"type": "
info
",
"yaw": 0,
"text": "Video Test",
"type": "
fa fa-camera
",
"video": "../examples/big_buck_bunny_480p_h264.mov",
"width":200
},
{
"pitch":0,
"yaw": 30,
"text": "Image Test",
"type": "fa fa-photo",
"image": "http://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Jordan_Pond_Maine.JPG/1024px-Jordan_Pond_Maine.JPG",
"width":200
}
]
}
+ 3
- 0
src/js/pannellum.js
Dosyayı Görüntüle
@@ -667,6 +667,9 @@ function processOptions() {
document.getElementById('author_box').innerHTML = 'by ' + config[key];
document.getElementById('panorama_info').style.display = 'inline';
break;
case 'css':
document.head.innerHTML = document.head.innerHTML + '<link type="text/css" rel="Stylesheet" href="' + config[key] + '" />'
case 'popout':
if(config[key] == 'yes') {
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet