Smallcontrol

for Reveal.js

What does it do?

Smallcontrol makes the controls smaller

on the vertical control elements

Like this

Options

  • thisdeckonly

Setting the thisdeckonly option

In 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 ]
})

That's it!