Skip to content

timint/featherlight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

741 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of Featherlight.

No support provided.

The original make can be found at https://github.com/noelboss/featherlight/.

For a demonstration see https://timint.github.io/featherlight/release/demo.html.

Please note the syntax is different.

What used to be:

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Ffeatherlight%23" data-featherlight="myimage.jpg">Image</a>

...is instead:

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Fmyimage.jpg" data-toggle="featherlight">Image</a>

Examples:

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Ffeatherlight.min.css" />
</head>
<body>

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Ffeatherlight%23mybox" data-toggle="featherlight">Div Content</a>

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Ffeatherlight%23mybox-persistent" data-toggle="featherlight" data-persist=true>Div Content (Persist)</a>

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Ffeatherlight%23" data-toggle="featherlight" data-target="This is a bunch of text" data-type="text">Text Content</a>

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Fassets%2Fimages%2Ftwo_birds.jpg" data-toggle="featherlight">Image</a>

<a href="/browse?url=https%3A%2F%2Fplayer.vimeo.com%2Fvideo%2F33110953" data-toggle="featherlight" data-type="iframe" data-width="720" data-height="420">Video (iframe)</a>

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Fdemo_ajax_content.html" data-toggle="featherlight" data-type="ajax">Ajax (Full Page)</a>

<a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Fdemo_ajax_content.html%2520.ajax-content-1" data-toggle="featherlight" data-type="ajax">Ajax (Element 1)</a> | <a href="/browse?url=https%3A%2F%2Fgithub.com%2Ftimint%2Fdemo_ajax_content.html%2520.ajax-content-2" data-toggle="featherlight" data-type="ajax">Element 2</a>

<script src="/asset?url=https%3A%2F%2Fgithub.com%2Fassets%2Fjavascripts%2Fjquery-3.2.1.min.js"></script>
<script src="/asset?url=https%3A%2F%2Fgithub.com%2Ftimint%2Ffeatherlight.min.js"></script>

</body>
</html>

About

This is a fork of Featherlight

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.0%
  • Less 7.7%
  • HTML 7.3%