My blog posts live in a container that's 600px wide. When I have an image that's wider than 600px, I resize it via CSS (.post img {max-width: 600px})
I'd like users to be able to click on these resized images and see the full size version in a lightbox, but to do this I need to detect in Javascript which images have been thus resized (s...
I've used lightbox and fancybox quite a lot but never really seen any reason to choose one over another. There are also a whole bunch I have not used like these http://planetozh.com/projects/lightbox-clones/ . The data on that page is quite old and in many cases incorrect.
Are there any good reasons to choose one over the others? Perfor...
Hello!
The Question:
I would like to use the slide-show I currently have in place BUT with the option of clicking the image to enlarge. Enlarge would use a lightbox (you know, all fancy pants style)
Here is the page I am working with as an example:
http://newsite.702wedding.com/valley-of-fire-weddings.aspx
The slide-show is on the ri...
Hello,
I'm creating a modal window bookmarklet that allows you to quickly add content to my website. It all works fine and dandy except for non-html content, because then it cannot append data to the body. Instead, I'd like to do a simple location.href.
Current code:
if (typeof jQuery == 'undefined') {
var jQ = document.createElem...
All,
Someone introduced me to CeeBox http://catcubed.com/2008/12/23/ceebox-a-thickboxvideobox-mashup/ and I'm just wondering if anyone knows of any sites out in the wild that use this plug-in?
Also, I would like to know if anyone has any opinions on this plug-in or other lightbox clones (i.e., colorbox)? It seems that we now have a pl...
Hi all, i'm looking for a jquery-based popup dialog box that we will use for :
displaying static content pages (terms of use, etc)
the contact us page (already uses the jquery form plugin for ajax submit)
displaying full-size for photo thumbnails.
can anybody recommend one that can fulfills all the above and that is rather lightweigh...
I am working on a website that has incorporated the jquery cycle plugin. It was all working fine until I tried to add the lightbox plugin. There seems to be an issue within the element that only allows the latter JS files to work. Any help would be great.
Here is the jquery code I am using in the element.
<script type="text/javascrip...
I was wondering how would I add a login to a jQuery light box? Would PHP be reqired? or Just the action link that is on the form element? <form action=""> I will be using fancybox for the lightbox
...
Hi,
I am developing a facebook iFrame application which would be embedded inside a facebook page. I have chosen iFrame as FBML is deprecated by facebook.
My application is ready but I am facing a small problem
when FB.login is called, a popup window appears. My application requirement is that whenever its loaded, it should check whethe...
hi,
does anyone know of a good stable jquery plugin that will support images,swf,flv that will pop up in a lightbox style type of window.
thanks
...
Possible Duplicate:
What is a good jQuery/Ajax lightbox plugin?
I'm not an JavaScript guy, but I believe that jQuery has got that cool Apple-style light box effect. Or am I wrong? How would I implement that? Are there tutorials on how to do this?
Or's there something far cooler than lightbox? (well, I've heard of it like 5 ye...
I have jquery plugin that flips the div box when it's clicked. When it's flipped over I have a thumbnail that when clicked should pull up my lightbox but it just pulls up the image in a different page. I'm calling multiple div using php arrays. I have tried every way to call the images but nothing works. Here is some of the code.
...
I'm new to jQuery and I need to replace a part of an A HREF attribute in a link. More specifically, a piece of code that will remove the "-h" from "s1600-h" for a lightbox application:
In other words, turn s1600-h to s1600
Also, do I need to use $(function() or $(document).ready(function() before the piece of code?
Thanks
...
I believed jQuery had it, but now I see the lightbox of jQuery isn't the actual cool one.
I'm talking about this light box in particular: http://tapbots.com/software/convertbot/ (click on the play video button, and the lightbox appears).
They seem to use exactly the one I'm searching, but have modified some of the graphics. The origina...
Why when I click on lightbox thumbnail IE opens image in new window, but Mozilla and Chrome open image using lightbox effect?
there code
<a href="/sites/default/files/photo-7-5e02f57b1cd470c.jpg" rel="Lightbox[album][]" class="lightbox-processed"><img src="/sites/default/files/photo-7-5e02f57b1cd470c.jpg" width="130" height="100" style...
Hi All
I'm trying to combine the official jQuery accordion plugin with another JQ plugin called 'GallerificPlus' (Gallerific & Lightbox in 1).
Unfortunately it doesn't work for me. The GallerificPlus is the one that doesn't work, the accordion works fine. Firebug reports no errors, so this could be anything. It's really frustrating.
...
I created a lightbox script. One javascript issue remains and it is driving me crazy.
The source is to be found at http://github.com/Wolfr/Wolf-lightbox
In IE6, when you click the image, the modal box position is wrong the first time you click the modal. If you close it and click it again, the modal is positioned correctly.
I believe...
Hey all,
I'm running a prototype script (lightbox) and I want to add an extra link below each image with the url to a page that changes with each image.
I have so far managed to add the a element to the right place, but later in the script I need to update the href of the link based on the image that is loaded.
There's a point in the ...
Hi all,
On my website, I use the visuallightbox script. For info, see visuallightbox.com.
My website contains an inframe, with the photo gallery. I want to display the photo's in the parent site instead of within the iframe. Then I have more space to use.
the index.html contains a table which contains an iframe
<td><iframe src="fotos....
Hi,
I want to make a light box using jquey, any body can give me tutorial?
...