Y
Y
YakovSpb2020-09-13 14:41:04
fancyBox
YakovSpb, 2020-09-13 14:41:04

Why are my arrows hidden in Fancybox 3?

oknamansarda.ru/o-nas
Where is the slider Tolerances
5f5e05423310d567437179.jpeg

//Fancybox
jQuery(".fancybox2").fancybox({ 
    'arrows' : true,
});


jQuery('[data-fancybox="gallery"]').fancybox({
  'arrows': true,
});

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Komchev, 2020-09-13
@Lebezniy

.fancybox-inner .fancybox-navigation .fancybox-button {
    opacity: 1;
    visibility: visible;
}

In general, probably because you have one element and it’s not worth
loop: true,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question