Smallcontrol makes the controls smaller
on the vertical control elements
Like this
thisdeckonly optionIn embedded presentations, the thisdeckonly option defines if the small styling should be set on the current deck only. It is set to true by default.
You can change like this:
Reveal.initialize({
//...
smallcontrol: {
thisdeckonly: false
},
plugins: [ Smallcontrol ]
})