Most voted "lightbox" questions
18 questions
Sort by count of
-
4
votes2
answers1118
viewsWhat are the differences between Lightbox and Modal box?
I’m developing a system of login for a project and came to me the idea of putting the form in a "window to the center of the screen" superimposing the contents of the current screen. Researching…
-
4
votes2
answers131
viewsHow to load Lightbox2 when entering the page
I am trying for some time to resolve a situation I have, I need that when entering the site an advertisement is displayed and for that I am trying to use the plugin Lightbox2 but in the…
-
2
votes3
answers548
viewsCalling an HTML file inside a Lightbox modal
The case is as follows: I use the Modal Lightbox for an image gallery, in the index I have the Thumbs and when clicking opens the modal with the image maximized. Due to the amount of images it takes…
-
1
votes1
answer556
viewsBlock body scroll when Lightbox is open, but be able to scroll Lightbox content
Forgive me if I’m wrong, because I don’t know the exact name of the effect I’m looking for, I’ve seen such an effect on some web pages but at the moment I don’t have any link I can use as an…
-
1
votes0
answers18
viewsHow to implement imagelightbox
I’m trying to implement lightbox on a one page website I liked, only I don’t understand very well where and how to apply the styles that are presented on the page:…
-
1
votes1
answer162
viewsCustomization of Jquery Custombox
Fala galera, I found a very good plugin for lightbox that works with the modal windows of Bootstrap 3. Documentation is limited and can be found at http://dixso.github.io/custombox/ What I need is…
-
1
votes1
answer17
viewsHow to identify the closing event in Magnificpopup
I need to identify where the user clicked to close the lightbox Magnificpopup, as I will perform an action on this. Option: -Close x -Escape -background that is the dark part .…
-
1
votes1
answer582
viewsLightbox - Image Gallery
Everybody, good night to you I’m picking up to make a very simple photo gallery. For example, I’m using the website link as a basis http://dimsemenov.com/plugins/magnific-popup/ to create a "Single…
-
1
votes0
answers152
viewsOpen a gallery via ID with Lightbox
I’m having a hard time doing Lightbox open a gallery specifies to load the images from a certain directory. At this point the code below lists several thumbnails, which would be the picture albums.…
-
1
votes0
answers89
viewsLightbox window follow the screen (Sidebar)
I have a code where I can load my DIV into lightbox, but when I roll the browser window down the lightbox window does not accompany. I tried to put as position: fixed, but so the Z-index does not…
-
1
votes1
answer841
viewsHow to load image from javascript using Base64?
Good evening, I’m using this plugin: http://ashleydw.github.io/lightbox/#single-image Here is JSFIDDLE: https://jsfiddle.net/DTcHh/30015/ Follows the code: HTML: <button type="button" class="btn…
-
0
votes1
answer201
viewsLightbox in Angularjs 2
I’m still very inexperienced with Angularjs and so I stick to simple things. I need to use the Lightbox on a project. "Googlando" around, I found the angular-bootstrap-lightbox, but then I came…
-
0
votes0
answers18
viewsLightbox with admin Rails
Guys, I want to implement a way to "enlarge" the image of the product when it is clickado. I’ve seen some tutorials, Gem’s and nothing works. What I researched would be what jquery Lightbox does.…
-
0
votes1
answer46
viewsUpload data from a query to a lightbox
I am developing a system, and I have the following code that returns the results of a query: $Dados = $conn->getResult(); foreach ($Dados as $Linha): echo $Linha['event_name']; echo "<a…
-
0
votes1
answer39
viewsHow to take the images that are returning and turn into a gallery?
I’m using a mixture of Wordpress plugin with PHP code to manage to perform a task that is to join all the images of a particular post in a gallery. I would like, in this code below, to know how I…
-
0
votes1
answer132
viewsIn my photo gallery, I can’t open the images with Ligthbox separately, how do I?
I’m creating a photo gallery to insert my work in my portfolio. I was able to create the lightbox effect with jquery, however I would like you to open each image separately when clicking and not all…
-
0
votes0
answers25
viewsUpdate jquery plugin trigger when updating image via DOM
I made a gallery in HTML5 and CSS3 and inserted a plugin Jquery "Lightgallery" to open the images in larger size as lightbox, there is a large image and several thumbnails, when I click on a…
-
-1
votes1
answer127
viewsWebsite button works on desktop but not on mobile
I have a button on the website that triggers a lightbox to fill out a contact form. The problem that the button is only clickable on Desktop. When accessed by a mobile device, this button no longer…