Questions tagged [fancybox]

FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.

FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built at the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize.

Licensed under Creative Commons Attribution-NonCommercial 3.0

Reference

5292 questions
1
vote
1 answer

I have a page where it loads a map. When I open fancybox to show an image, it seem to be "cut off" by the map

I have a page where it loads a map. When I open fancybox to show an image, it seem to be "cut off" by the map. Image showing OK when no scrolling: But when I scroll down a bit, the image cut off: If I remove the map: I've tried Z-INDEX an so,…
1
vote
1 answer

CSS Fixed positioning on IOS causing choppy scrolling after zooming in and then zooming out (using fancybox)

I'm using fancybox, and it seems that many people who use it disable zooming of any kind on mobile devices. The problem is that when I have a fancybox open, completely zoom in while the fancy box is open, completely zoom out, and then close…
Masu
  • 1,498
  • 3
  • 18
  • 40
1
vote
1 answer

Angular wire up jQuery plugins after render

I have created a directive, ngAfterRender, that I am trying to use to wire up fancybox: Template
Directive .directive('ngAfterRender', ['$timeout', function ($timeout) { …
John Gietzen
  • 45,925
  • 29
  • 140
  • 183
1
vote
0 answers

Fancybox is not working on my site

I have added fancybox to my site but every way I try it just won't work. All it does is just open the image in a new window! I am only calling jQuery once. The only thing I can think is it's conflicting with the other JavaScript code in my…
1
vote
1 answer

jquery.fancybox.js with jquery.tabSlideOut.v1.3.js

HELP! Having problems with running jquery.tabSlideOut.v1.3.js and fancybox. They both work but no together Fancy box works well here with the slideout DIV commented out http://www.3d-flightcases.co.uk/sk-test/index2.php but when I add the DIV for…
1
vote
0 answers

Adobe Edge animation in fancybox iframe

I'm trying to integrate an Adobe Edge animation in a Fancybox iframe. It works so far... BUT on scaling the viewport down a white border on the bottom appears.…
1
vote
1 answer

Fancybox v2 – remove white background?

I will try my best to explain this --> I am using Fancybox and everything works great. Here comes the issue. I want to remove the white background as well as the shadow of the iframe-pop, not the overlay! I tried playing around with the css files…
Costa
  • 23
  • 1
  • 1
  • 4
1
vote
0 answers

Displaying Google Custom Search results inside a fancyBox(JQuery)

I'm using JQuery fancyBox. And also i'm using Google custom search(CSE) in my web page. But the search results will be displayed in a separate web page. Since i'm using fancyBox to pop up my other information, I want to display the Google CSE…
prime
  • 11,246
  • 11
  • 75
  • 112
1
vote
1 answer

JWPlayer with fancybox and oncomplete event

I'm using JwPlayer with fancybox, and I would like to detect when user has watched finish the video. I tried aftershow and oncomplete but it's not working. Below is my code. Can anyone help to see what I should change to be able to detect once the…
Sylph
  • 1,195
  • 3
  • 22
  • 36
1
vote
0 answers

FancyApp & IE11 not working nested popups

I have a new website that is being built for a client. On the product search page each item links to a detail page that opens as an iframe. $(".fbProduct").fancybox({ type: 'iframe', padding: 0 }); Those detail pages can have multiple…
Jojo-Ohio
  • 11
  • 3
1
vote
3 answers

execute javascript from codebehind in asp.net

I need to fire this script from code behind only on certain dates specified in the database I need to show an image as a fancybox based on the date specified in CMS system. I will write my logic to show image or not in the Default.aspx and then…
Learning
  • 17,618
  • 35
  • 153
  • 314
1
vote
0 answers

FANCYBOX next imagegallery

I would like to add functionality to the fancybox, I replaced the arrows with dots I have added a button to open and close the description: like this: $(".fancybox").fancybox({ arrows:true, padding : 0, …
1
vote
1 answer

Fancybox works in all browsers except Internet Explorer

I am creating a photo gallery for a website and am new to javascript. the gallery works fine in chrome, firefox and safari but doesnt seem to want to work in IE. When an image is clicked in the gallery it shows in a bigger window to the right of the…
user2974884
  • 21
  • 1
  • 5
1
vote
1 answer

Chrome mobile and Fancybox -> Images not loading correctly

I have a website that aggregates some FB events for my city and I've tried making it responsive I'm having an issue opening it in my phone(s3 mini) that the image for the event won't load correctly.. BUT it loads when I try closing that fancybox and…
Breno Salgado
  • 1,832
  • 1
  • 20
  • 26
1
vote
2 answers

set fancybox height with jquery

I want to show a fancybox on my page displaying an iframe with a source of another domain that has dynamic height (since within the iframe I'll go to different pages or might have some dynamic content). I have access to the other domain's code as…
Mats Raemen
  • 1,679
  • 1
  • 27
  • 39
1 2 3
99
100