Questions tagged [lightbox]

Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs.

The script has gained widespread popularity due to its simple, yet elegant, style and easy implementation. While it was initially developed from scratch, Lightbox has since been modified to use a number of JavaScript libraries (such as the Prototype JavaScript Framework and jQuery JavaScript Framework for its animations and positioning), in order to reduce the size of the code. The release of Lightbox encouraged other developers to work on similar projects, resulting in products such as the later Thickbox and lighter Slimbox.

2461 questions
0
votes
1 answer

Bootstrap ekkoLightbox showing weird characters

I've tried to implement this lightbox plugin for bootstrap: http://ashleydw.github.io/lightbox/ This is the html for a thumbnail link image The image is…
JensB
  • 6,663
  • 2
  • 55
  • 94
0
votes
3 answers

What's the name of that lightbox script that has this Apple look & feel?

I believed jQuery had it, but now I see the lightbox of jQuery isn't the actual cool one. I'm talking about this light box in particular: http://tapbots.com/software/convertbot/ (click on the play video button, and the lightbox appears). They seem…
Proud Member
  • 40,078
  • 47
  • 146
  • 231
0
votes
2 answers

Jquery lightbox not working when calling to html in php

I have jquery plugin that flips the div box when it's clicked. When it's flipped over I have a thumbnail that when clicked should pull up my lightbox but it just pulls up the image in a different page. I'm calling multiple div using php arrays. I…
DonWrk
  • 29
  • 6
0
votes
1 answer

How to get lightbox for bootstrap 3 to work

I'm trying to implement this gallery on a website: http://ashleydw.github.io/lightbox/ There are no instructions so I'm pretty lost, have been trying to get it to work. I copied what's below more or less from the source code from the link above. I…
touto
  • 51
  • 5
  • 18
0
votes
1 answer

How to disable lightbox for my gallery and open each thumbnail photo in the main frame instead?

I would like to disable the lightbox effect for my product's gallery. And I would like to open each thumbnail photo in the main image container instead. (#wsite-com-product-images-main-image) Is there an easy way to accomplish this? Here is the link…
justinpees
  • 420
  • 5
  • 20
0
votes
2 answers

adding login to a lightbox

I was wondering how would I add a login to a jQuery light box? Would PHP be reqired? or Just the action link that is on the form element?
I will be using fancybox for the lightbox
omnix
  • 1,839
  • 7
  • 23
  • 34
0
votes
1 answer

How can I remove the magnifying glass in featherlight lightbox?

Where can I find the code in featherlight lightbox that enables the looking glass/magnifying glass? I wish to disable it and just have the normal mouse pointer..
Gamersea
  • 23
  • 4
0
votes
1 answer

Open Local Video Using Lightbox

Ultimately my aim is to have a small video playing muted on my website and then when the user hovers over it it opens up in a Lightbox and plays with sound. The hover function I'll get to after but right now I just can't seem to get the local video…
Python Noob
  • 39
  • 1
  • 7
0
votes
1 answer

How to dynamically display php form's data in a lightweight bootstrap model while on click a on it

I have a PHP and HTML CODE where I am getting data (text and images) from database. I am perfect with it. Now I want that when I click on the image it should be open in a model (bootstrap lightbox) with further details. Here is my PHP CODE:
Saleem Jafar
  • 51
  • 5
  • 13
0
votes
0 answers

How to use Flexboxes on my unusual lightbox gallery that doesnt work also (laterally offset)??

Im trying to get my Gallery part on my Homepage to look like this: Thats the Design in Photoshop So I dont know how the image in the middle to float with the other ones. Hopefully that make sense. Here is my Code of the Gallery:
0
votes
2 answers

overlay with dynamic php content the right way?

I am having a few problems displaying dynamic content from a click function and into sort of a light box I made. there is three files as listed: index.php In the index I have a foreach with all the records from the table and the record id.
user3426191
  • 71
  • 1
  • 10
0
votes
1 answer

Detect if .append is not possible?

I'm creating a modal window bookmarklet that allows you to quickly add content to my website. It all works fine and dandy except for non-html content, because then it cannot append data to the body. Instead, I'd like to do a simple…
FLX
  • 4,634
  • 14
  • 47
  • 60
0
votes
1 answer

Lightgallery plugin generating 3 copies of slides

I have a gallery loading images from an API then showing them with the lightgallery plugin. After calling the lightbox in the correct location (see question here) I noticed the plugin is creating three slides for each photo. There are 20 photos…
0
votes
1 answer

Lightbox Var Problems

For a project I have to implement a JavaScript based LightBox script. I used a script of a friend of mine. The thing is, the script works for only 1 image on the page. That means that the other 4 are not working. So basically my guess is that it…
0
votes
1 answer

SmoothScoll and lightbox conflict

I've this website, and there's a conflict between Smoothscroll javascript and lightbox one. Here's the script for the Scroll $(function() { $('a[href*="#"]:not([href="#"])').click(function() { if (location.pathname.replace(/^\//,'') ==…
1 2 3
99
100