Skip to content

lchiap/Overload-Simple-Lightbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overload Simple Lightbox

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!

Installation

Getting Started

First you need to link the stylesheet and js (remember add the Jquery library)

<link rel="stylesheet" type="text/css" href="css/ovr-lightbox.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<script src="js/ovr-lightbox.js"></script>

Structuring your layouts. Example:

<!-- BTN Open -->
<a class="open" href="#">Open Lightbox</a>

<!-- BG Black -->
<div class="bg"></div>

<!-- Lightbox -->
<div class="ovr-lightbox">
    <div class="close"><img src="img/close.png" alt=""></div>
    <header>
        <h1>Header text</h1>
    </header>
    <section>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Commodi, voluptate, quaerat, earum ipsam animi laborum a inventore consectetur ea dolore obcaecati rerum repudiandae iste repellat maxime iusto molestiae consequatur nostrum.</p>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Commodi, voluptate, quaerat, earum ipsam animi laborum a inventore consectetur ea dolore obcaecati rerum repudiandae iste repellat maxime iusto molestiae consequatur nostrum.</p>
    </section>
</div>

You can cutomize this lightbox as you like. The idea of this asset is that you can use a really simple lightbox.

Support

If you have any questions or you can help us improve this grid please contact me, we will gladly answer.:

Thank you!

Remember if you have any question or just you want to help me to do a better grid please write me :).

License

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.

About

Super simple lightbox for your websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published