Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pannellum
espelhamento de
https://github.com/mpetroff/pannellum.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
22
Wiki
Atividade
Ver código fonte
Add method to API to toggle fullscreen.
pull/131/head
Matthew Petroff
8 anos atrás
pai
943d29d707
commit
c2da347b66
1 arquivos alterados
com
11 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+11
-0
src/js/pannellum.js
+ 11
- 0
src/js/pannellum.js
Ver arquivo
@@ -1894,6 +1894,17 @@ this.getScene = function() {
return config.scene;
}
/**
* Toggle fullscreen.
* @memberof Viewer
* @instance
* @returns {Viewer} `this`
*/
this.toggleFullscreen = function() {
toggleFullscreen();
return this;
}
}
return {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar