Questions tagged as 'lightbox'

1
answer

Lightbox on AngularJs 2

I'm still very inexperienced with AngularJs and so I'm into simple things. I need to use Lightbox in a project. "Googlando" out there, I found the angular-bootstrap-lightbox , but then me I came across the situation where all his documen...
asked by 22.06.2016 / 16:17
1
answer

Upload data from a query to a lightbox

I'm 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 href='teste.php?id_event={$Linha['id_event'...
asked by 15.09.2016 / 23:52
0
answers

Lightbox with rails admin

Well, I'm trying to implement a way to "enlarge" the product image when it's clicked. I've seen some tutorials, gem's and nothing works. From what I researched would be what the Lightbox jquery does. Has anyone had to do this and know a way to h...
asked by 08.04.2018 / 20:09
1
answer

In my photo gallery, I can not open the images with ligthbox separately, how do I?

I'm creating a photo gallery to insert my work into my portfolio. I was able to create lightbox effect with jquery, however I would like it to open each image separately when clicking and not all together as it is happening. Here is the code:...
asked by 27.09.2017 / 16:11
1
answer

How do I get the images that are returning and transform into a gallery?

I'm using a mixture of WordPress plugin with PHP code to be able to perform a task that is to join all the images of a certain post in a gallery. I would like, in this code below, to know how I could play all the images returned in a gallery...
asked by 24.12.2016 / 18:31
1
answer

Website button works on desktop but not mobile

I have a button on the site that triggers a lightbox to populate a contact form. The problem that the button is clickable only on Desktop. When accessed by a mobile device, this button no longer works. This is the code I'm using: [formlight...
asked by 10.06.2016 / 21:58