Let's say I have multiple sections, section1, section2, section3, and I want section2 to be displayed by default when I open the website, how do I do that?
Easy!
Just add the class active to that slide as detailed in the docs:
If you want to define a different starting point rather than the first section or the first slide of a section, just add the class active to the section and slide you want to load first.
```html
```
Most helpful comment
Easy!
Just add the class
activeto that slide as detailed in the docs:```