Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansarimofid/slider
https://github.com/ansarimofid/slider
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ansarimofid/slider
- Owner: ansarimofid
- Created: 2015-06-06T21:05:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T21:08:03.000Z (over 9 years ago)
- Last Synced: 2024-10-28T15:16:00.136Z (2 months ago)
- Language: HTML
- Size: 902 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Image Silder
### This is simple image slider created in the process of learning javascript.
#### Created using HTML, CSS ,Javascript.
#### You can add this slider to you site.
* Copy code of div slider_container,slider_stylesheet,slider_script and _slider_images folder.#### You can show whatever number of images you want in the slider.
1. Add your image in folder "_slider_images/".
2. Naming convention for image is "image_indexValue" where indexValue can be from 0 to numberOfImages-1. eg: image_0,image_2
3. Change the value of modVal in script.js to numberOfImages
#### For styling information check comments in slider_stylesheet.css