1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-04-20 12:32:09 +02:00

Add note to README about how to disable scaling

This commit is contained in:
Jaiden Mispy 2016-08-27 09:13:54 +10:00 committed by Hakim El Hattab
parent bac187f3a0
commit 3c36ee6cff

View File

@ -301,6 +301,20 @@ Reveal.initialize({
});
```
If you wish to disable this behavior and do your own scaling (e.g. using media queries), try these settings:
```javascript
Reveal.initialize({
...
width: "100%",
height: "100%",
margin: 0,
minScale: 1,
maxScale: 1
});
```
### Dependencies