A
A
antbelogurov2020-11-01 11:23:48
JavaScript
antbelogurov, 2020-11-01 11:23:48

How to make fancybox slider with main image?

Hello. Faced a problem.
I have this output. (see image)
5f9e6f4d4c54a959412403.png
There is a main picture and 2 or more smaller ones.
I need to implement the following algorithm:
1.when a small img is clicked, the Big img changes to the clicked image.
There are no problems here, I pull up src by attribute.
2. When I clicked on the Big IMG, I got a fantasybox with a gallery.
That is, if I have 2 small img, then I could flip through.
But by hanging a fantasybox on BIG IMG, he makes a fantasybox 1 image.

Here it is necessary to somehow integrate rel='group' , but I have no idea how to do it correctly.

<div class="main-img">
                <a class="fancybox"    href="big-img.png">
                    <img  src="small-img.png" alt="">
                </a>
            </div>
            <div class="catalog-element__gallery gallery">
                                 <a class="fancybox"    href="big-img.png">
                    <img  src="small-img.png" alt="">
                </a>
                 <a class="fancybox"    href="big-img2.png">
                    <img  src="small-img2.png" alt="">
                </a>                   
            </div>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question