austenpayan / skippr

A super simple slideshow plugin for jQuery.
670 stars 133 forks source link

Problem in using this in a new website #9

Closed ManassehZhou closed 9 years ago

ManassehZhou commented 10 years ago

<!DOCTYPE html>

```
```

I want to use this in my website,but I cant find it anywhere

austenpayan commented 9 years ago

Make sure your hero div has a set width and height. if these values are set to auto, the slider will not work correctly. Let me know if that helps!

ManassehZhou commented 9 years ago

I successfully solve the problem, thx