Questions tagged [featherlight.js]

Featherlight is a very lightweight jQuery lightbox.

Featherlight is very, very lightweight. 400 lines of JavaScript, 100 of CSS, less than 6kB combined.

Getting Started:

All styling is done using CSS so you'll want to include the Featherlight CSS in your head.

<link href="//cdn.rawgit.com/noelboss/featherlight/1.0.3/release/featherlight.min.css" type="text/css" rel="stylesheet" title="Featherlight Styles" />

Useful Links:

173 questions
0
votes
1 answer

Featherlight : instructions followed but not working

Well, I followed all the instructions and it doesn't work at all. Here is the page concerned by the problem : https://www.fluidtopics.com/take-a-tour/whats-new/ Featherlight is setup on the first big image (floating at right of the text) to open a…
sugardaddy
  • 23
  • 1
  • 6
0
votes
1 answer

Memory Leaks in Javascript

I'm using the featherlight library to show lightboxes. I'm using coffee and so at the beginning of my js file I have myFeatherBox = void 0; Later, when I want to use it I do stuff like this: if (myFeatherBox != null) { …
jcuenod
  • 55,835
  • 14
  • 65
  • 102
0
votes
0 answers

Put jQuery fonctione inside featherlight.js

Im using featherlight.js Inside the lightbox content I put a simple jQuery fonction. A button which show a div when I click on it. $(document).ready(function () { $(".button-popup").click(function () { $("#reveal").show("slow"); …
0
votes
1 answer

Youtube iframe embed that expands into featherlight lightbox (and works in FB timeline)

I just tossed the FB part in there in case there are any other issues I haven't encountered yet that I should be aware of. I can get the iframe to open in the lightbox by following the first set of directions on the featherlight page and swapping in…
aintnobody
  • 129
  • 1
  • 11
-1
votes
1 answer

How to open a lightbox on page load if url equals using google tag manager

The title pretty much says it. I would like to show a lightbox on page load only if the url is www.example.com/#popup versus www.example.com If this could be accomplished with google tag manager that would be grand I've see bits and pieces of this…
-1
votes
2 answers

javascript showing as plain text

I'm using featherlight to call a file with ajax. It only consists of: The scripts runs, I see the alert but it also renders it in plain text: alert(); I can't figure out why.
flintsburg
  • 209
  • 2
  • 11
-2
votes
1 answer

Featherlight external html opening (AJAX)

I'm sorry but I spent long time but can't figure out what is wrong to pop-up the other html file with the Featherlight. The manual says nothing additional so I will be happy if you will guide me what's wrong:
Igor
  • 55
  • 5
-2
votes
1 answer

Lightbox stacking?

Just wondering, is it possible to open a lightbox in an already opened lightbox? I'm currently using Featherlight to open a lightbox, and I want to open a featherlight gallery lightbox from within that lightbox. (Does that make sense? XD )
1 2 3
11
12