Questions tagged [fancybox-3]

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.

291 questions
9
votes
3 answers

How to disable swiping fancybox slides by mousemove

I'm using fancybox 3. I need to turn off swiping fancybox slides by mousemove. I would like to leave only control buttons next\prev. How can I do that? Thanks.
Dmitry B.
  • 426
  • 4
  • 11
6
votes
1 answer

fancybox 3 selector for dynamically added elements and multiple gallery

In the documentation of fancybox v.3 says "Sometimes you might need to bind fancybox to dynamically added elements. Use selector...". Everything is fine, but I need to disable the automatic grouping of galleries and customize multiple gallery…
MGreen
  • 75
  • 5
6
votes
5 answers

JQuery - Slick Carousel and Fancybox conflict

I have coded a system which uses the Slick Slider plugin so that I can slide horizontally from one content to another (those slides are including both pictures and text). I also added Fancybox so that I can see the pictures in those slides in…
Bachir Messaouri
  • 754
  • 2
  • 8
  • 31
5
votes
1 answer

Autoplay YouTube video (privacy-enhanced mode) in fancybox 3

It is possible to autoplay a regular YouTube video in fancybox by appending ?autoplay=1 to the video URL: video … and … $(document).ready(function(){ …
Ben
  • 811
  • 12
  • 28
5
votes
2 answers

How to to add div to the fancybox-3 custom template?

I am trying to achieve result similar to one in the picture above: With fancybox-3 plugin I have created custom template: $('[data-fancybox="gallery"]').fancybox({ fullScreen : false, slideShow : false, autoSize : false, loop:true, touch :…
o.O
  • 491
  • 1
  • 10
  • 26
5
votes
2 answers

Fancybox 3: Disable zoom when image is clicked

I have set up a simple image slider using the Fancybox 3 plugin (http://fancyapps.com/fancybox/3/docs/) within the Kirby CMS (https://getkirby.com/). The only thing I'm not able to work out, is how to stop the slider from zooming into an image when…
JoSch
  • 869
  • 1
  • 15
  • 35
4
votes
1 answer

Using Fancybox 3 image galleries with or without thumbnails?

I have question concerning Fancybox 3. I have web page with many (10-15) image galleries each with about 50 images. Each gallery has one picture link on main page. What fancybox use is better/more efficient?: Using without thumbnails -> thumbnails…
cniedzi
  • 41
  • 1
  • 1
  • 3
3
votes
2 answers

Remove ajax loader on beforeSend and add it again after Start

The ajax events on our projects are triggered as of this code and it is added in the jsp of the application header. It is a generic one so we cannot make changes in this code $( document ).ajaxSend(function( event, request, settings ) { …
3
votes
0 answers

Load next set of Infinite Scroll images from within Fancybox, using next arrow

I'm using Infinite Scroll (https://infinite-scroll.com/) load a large image gallery in Wordpress. I'm also using Fancybox (https://fancyapps.com/fancybox/3/) to display those images in a lightbox. Ideally, when the lightbox opens, the user should…
mujuw
  • 41
  • 4
3
votes
2 answers

FancyBox (fancyapps) content on top

I am using fancyBox v3.5.6 from fancyApps. Is there any posibility to disable auto centering and move the content on top? I wasn't able to find anything that disable center aligning and move the content up. var dialogMessage = '
This is a…
3
votes
1 answer

fancybox 3 add titles for thumbnails

I'm using fancybox 3 for my app and I want to add titles for each thumbnail, already I have captions for images. But I want to add those captions as titles for thumbnails so I can see titles when I hover on each thumbnail. Is there any option for…
3
votes
3 answers

Fancybox 3 - prevent moblie view swipe up or click overlay area close

I am trying to make a fancybox only can close by close button. I have looked the fancyBox3 documentation but still no idea. The fancybox default setting only can prevent mouse click outside close and mouse touch close. Even the touch setting set to…
jkythc
  • 420
  • 3
  • 12
3
votes
3 answers

Fancybox 3 Cant override width and height of iframe

I found a lot of fancybox2 solutions but not a single fancybox 3 solution. So the first thing I have a html like that in my iframe
Mehmetali Saraç
  • 352
  • 2
  • 4
  • 15
3
votes
1 answer

Does fancybox v3.0 have show loading

After making an upgrade from 2.x to 3.0 my application broke. Does the new version have functions like $.fancybox.showLoading(); $.fancybox.helpers.overlay.open();
Razvan
  • 319
  • 3
  • 11
3
votes
1 answer

Frame around image in fancyBox 3

How can I add a frame around image-slides in fancyBox 3? Currently, I've tried with the following:
Magnar Myrtveit
  • 2,432
  • 3
  • 30
  • 51
1
2 3
19 20