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) { presentations.forEach(function(presentation) {
var soziUi = new SoziUi(presentation, { var soziUi = new SoziUi(presentation, {
summary: true, summary: true,
allowFullscreen: true, allowFullscreen: true,
position: 'bottom' // or 'top', position: 'bottom' // or 'top',
lang: { lang: {
next: 'Suivant', next: 'Suivant',
previous: 'Précédent', previous: 'Précédent',
fullscrenOn: 'Plein écran', fullscrenOn: 'Plein écran',
fullscrenOff: 'Réduire' fullscrenOff: 'Réduire'
} }
}); });
soziUi.addControls(); soziUi.addControls();
soziUi.addEvents(); soziUi.addEvents();