Documentation

This commit is contained in:
Simon Vieille 2018-05-14 14:00:02 +02:00
parent 71ca412ba1
commit 409b790e88
No known key found for this signature in database
GPG key ID: 919533E2B946EA10

View file

@ -30,15 +30,15 @@ window.addEventListener('load', function() {
presentations.forEach(function(presentation) {
var soziUi = new SoziUi(presentation, {
summary: true,
allowFullscreen: true,
summary: true,
allowFullscreen: true,
position: 'bottom' // or 'top',
lang: {
next: 'Suivant',
previous: 'Précédent',
fullscrenOn: 'Plein écran',
fullscrenOff: 'Réduire'
}
lang: {
next: 'Suivant',
previous: 'Précédent',
fullscrenOn: 'Plein écran',
fullscrenOff: 'Réduire'
}
});
soziUi.addControls();
soziUi.addEvents();