You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (optional) define here the style definitions which should be applied on the slider container
131
127
* e.g. width including further controls like arrows etc.
132
128
*/
133
-
.slider {}
129
+
.slider {
130
+
}
134
131
135
132
.frame {
136
133
/**
@@ -375,23 +372,24 @@ li {
375
372
Please, do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](http://stackoverflow.com/questions/tagged/lory) where maintainers are looking at questions tagged with `loryJS`.
376
373
377
374
StackOverflow is a much better place to ask questions since:
378
-
* There are hundreds of people willing to help on StackOverflow
379
-
* Questions and answers stay available for public viewing so your question / answer might help someone else
380
-
* The StackOverflow voting system assures that the best answers are prominently visible.
375
+
376
+
- There are hundreds of people willing to help on StackOverflow
377
+
- Questions and answers stay available for public viewing so your question / answer might help someone else
378
+
- The StackOverflow voting system assures that the best answers are prominently visible.
381
379
382
380
To enforce this rule will be systematically closing all the issues that are requests for general support and redirecting people to StackOverflow.
383
381
384
382
## Browser Support
385
383
386
-
* Chrome
387
-
* Safari
388
-
* FireFox
389
-
* Opera
390
-
* Internet Explorer 10+
384
+
- Chrome
385
+
- Safari
386
+
- FireFox
387
+
- Opera
388
+
- Internet Explorer 10+
391
389
392
-
* Internet Explorer 9 (graceful, without transitions + classlistp)
393
-
- graceful, without transitions
394
-
- you need to polyfill classlist (https://github.com/eligrey/classList.js/)
390
+
- Internet Explorer 9 (graceful, without transitions + classlistp)
391
+
-graceful, without transitions
392
+
-you need to polyfill classlist (https://github.com/eligrey/classList.js/)
0 commit comments