Переглянути джерело

Added ability to add content to header (e.g. custom CSS).

tags/2.0
Matthew Petroff 10 роки тому
джерело
коміт
c792b36dd5
1 змінених файлів з 5 додано та 0 видалено
  1. +5
    -0
      src/js/pannellum.js

+ 5
- 0
src/js/pannellum.js Переглянути файл

@@ -700,6 +700,11 @@ function processOptions() {
case 'autorotate':
// Rotation speed in degrees/second (+ccw, -cw)
config.autoRotate = config[key];
break;
case 'header':
// Add contents to header
document.getElementsByTagName('head')[0].innerHTML += config[key];
}
}
}


Завантаження…
Відмінити
Зберегти