Lightbox Gallery

2 replies·opened Sep 23, 2017
P
pixelsalsaSep 23, 2017

Hi again.

So, take a look at http://www.redhousebarn.co.uk/development/gallery/arrival.php

What i really want to do is be able to click an image to show lightbox but then be be able to go next and previous rather than having to close the image down and launch another.

Please help - if you are able to reply really quick today that would be great!

Thanks
Dan

S
SemiColonWebSTAFFSep 26, 2017

Hello,

This is really easy to implement. You can simply add the data-lightbox="gallery" Attribute to the Parent DIV which contains all the Lightbox Images and then replace the data-lightbox="image" with data-lightbox="gallery-item".

You can simply use the following example:

<div data-lightbox="gallery">

	<a href="images/portfolio/4/1.jpg" data-lightbox="gallery-item">
		<img src="images/portfolio/4/1.jpg" alt="Gallery Image">
	</a>
	<a href="images/portfolio/4/2.jpg" data-lightbox="gallery-item">
		<img src="images/portfolio/4/2.jpg" alt="Gallery Image">
	</a>

	...

</div>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

P
pixelsalsaSep 29, 2017

thats got it - thanks!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard