Questions tagged [slimbox]

Slimbox is a lightweight "light-box overlay" script similar to Lightbox.

58 questions
6
votes
4 answers

Hide Image Title in Slimbox

My issue is a lot like this solved thread, except I'm using Slimbox 2: Hide Image Title Tool Tip Popup on Mouse Rollover or Hover When you hover over an image, the "Title" attribute pops up. I need HTML in my image title in Slimbox. So, of course,…
Stephen
4
votes
2 answers

how to modify slimbox to close by clicking on expanded image

I am using Slimbox 1.71 for MooTools 1.2 ( Demo ) I would like to close the expanded Image if I click on the expanded image itself. How would I do that?
dude
  • 41
  • 1
4
votes
1 answer

Slimbox - Overlay in front of the image

I've a problem with the Slimbox plugin. When I click over an image, it loads the overlay in front of the image. Here is an example link: http://immodena.ch/verkaufsangebote/villen/item/38-villa-mit-wohnen-und-arbeiten I don't understand where is the…
3
votes
5 answers

limit slimbox (lightbox) image to window size

HI all, Anyone know how to limit the overlay window size of slimbox to be a percentage of the user's window size (like prettyphoto does) Thanks Here's the module code: http://paste.ly/3Kz And the slimbox js: http://paste.ly/3L0
Jason
  • 7,612
  • 14
  • 77
  • 127
3
votes
4 answers

JavaScript libraries conflicting with each other

I'm working on a modeling website for my girlfriend and she wants a large slideshow as background on the website. I used the JonDesign Gallery for that, which works nicely for this purpose and is relatively light-weight. Now, for the contact form…
Jan K.
  • 1,607
  • 2
  • 13
  • 22
2
votes
0 answers

Slimbox2 displays overlay behind the gallery only on iPad

When opening the site, in portrait, once clicked on a gallery image, the image is displayed behind the gallery. However once i switched the position of the iPad to landscape it appears normal. On normal browsers and mobile the gallery appears OK.…
jsg
  • 1,224
  • 7
  • 22
  • 44
2
votes
1 answer

Is there an alternative to lightbox / fancy box / slimbox that does not require a doctype declaration?

I am forced to work within a rubbish IDE that creates survey webpages, therefore I cannot control the doctype of the pages (it's not a great piece of software, in fact I hate it but have no choice, and it adheres to no standard doctype, it adheres…
Caroline
  • 1,582
  • 3
  • 16
  • 30
1
vote
6 answers

JQuery slimbox rebind after ajax callback

I'm having trouble rebinding slimbox2 after ajax content is loaded. I realize I need to rebind the function on the ajax load but I have no idea how to do that. I'm using this code to generate the external content. $(document).ready(function()…
redonkeechong
1
vote
1 answer

Keyboard default behaviour disabled using Slimbox2 / jCrop

Hey I'm using Slimbox2 in a Website but after opening up the lightbox effect the keyboard is useless. What I mean is that the keyboard keys don't respond anymore. Like "F5" does not refresh the page and if I try and input text into some text fields…
tone7
  • 257
  • 2
  • 8
1
vote
1 answer

Is it possible to add a link in the image that shows up in slimbox?

I have an image gallery and I'm using slimbox in it. I want to know if it's possible to add a link in the image that shows up after clicking/hovering an image in the gallery, because I was able to add a link in the title/caption.
Googler
  • 119
  • 1
  • 5
1
vote
1 answer

Slimbox2 determine how long slideshow was viewed

Using Slimbox 2 to view slideshows for a training site. I need to capture the length of time from when they open the slideshow until they close it. User clicks on a link which opens Slimbox to view the slideshow. After viewing all the slides, they…
mahoney
  • 100
  • 7
1
vote
4 answers

Alternative way to using eval( ) to creating a dynamic variable within a for( ) while running jQuery?

I'm fairly new to JS and not very familiar with jQuery, but I'd like to give a shot at dynamically calling slimbox's multi-image function. For example, there is a photoslider that randomly cycles through 3 images on my website, and I would like…
Transattic
  • 40
  • 1
  • 7
1
vote
1 answer

Slimbox 2 Plugin, jQuery Flickr, and IE8

I am currently developing a site that I make use of two jQuery plugins: jQuery Flickr plugin jQuery Slimbox plugin The first plugin is used to pull in flickr photos from a specific account. These photos are displayed as thumbnails on the page. I…
user288267
1
vote
1 answer

Slimbox2 fit to window - CSS, jQuery

I'm using Slimbox2 for my galleries but there is missing one important feature - resize frame to fit the screen. When image is too large it goes beyond the screen. Is there anyone who found solution for that ? Plugin official site Api…
user2587741
  • 199
  • 4
  • 14
1
2 3 4