Ver a proveniência

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

tags/2.0
Matthew Petroff há 10 anos
ascendente
cometimento
c792b36dd5
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      src/js/pannellum.js

+ 5
- 0
src/js/pannellum.js Ver ficheiro

@@ -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];
}
}
}


Carregando…
Cancelar
Guardar