Hey friends, we share with you our super simple lightbox. We always need a simple to use lightbox in our projects, so we want to make this contribution, you will be able to download and deploy it in a very simple way. Enjoy it!
- Clone
git clone https://github.com/Luifi/Overload-Grid - Download the latest version
<link rel="stylesheet" type="text/css" href="css/ovr-slider.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<script src="js/ovr-slider.js"></script>
<div id="ovr-slider">
<a class="arrows arrow-left" href="#">
<img src="img/arrow-left.png" alt="">
</a>
<ul>
<li><img src="img/slider1.png" alt=""></li>
<li><img src="img/slider1.png" alt=""></li>
<li><img src="img/slider1.png" alt=""></li>
<li><img src="img/slider1.png" alt=""></li>
</ul>
<a class="arrows arrow-right" href="#">
<img src="img/arrow-right.png" alt="">
</a>
</div>
You can use the size of images that you want, the slider always working, doesn't metter what size has the images.
If you have any questions or you can help us improve this grid please contact me, we will gladly answer.:
Remember if you have any question or just you want to help me to do a better grid please write me :).
Copyright (C) 2014 Overload Team
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.