hi,
I've got a list of vimeo thumbnails coming onto my site with the simple vimeo api and displayed in a ul.
I want to add a lightbox to display the full video inside it when the user clicks on the image thumbnail.
I know about the many different lightbox plugins out there, however, my interest is in how to pull the video through and...
Hi,
On one of our sites we decided to use lighboxes in 2 instances. I am aware of pros and cons of using lightboxes so this is not a topic for a discussion.
But I'd like to get your opinion about using small icons denouncing that clicking link will open a lightbox. Something like below. What do you think?
...
There are thousands of lightbox components and the likes.
I've looked at about 10 of them, but couldn't find what I need.
Just wondering if anyone know a lightbox like component that:
can popup an inline div (that is initially hidden)
can be modal (eg. you must select a radio button or you can't close the box)
can be called dynamicall...
I have 2 html files. I want to use one html form in light box.
so that when i clink a button on form the other form open in lightbox.
Plz share any informative link. I search google but not find correctly.
...
i would like know some reference. I know i can googling it. but prefer from your point of view and your understanding what is the basic one...thanks ;D
...
Hi All,
I have a page on which there is a link search.
onclicking search i open a LIGHTBOX where i get a textfield and Search button.
Now i want when i enter keyword in textfield and enter on submit button a result should be shown in a lighbox only.
is it possible w/o ajax or i have to use ajax form only.
just curious why we used get...
Has anybody able to use the PrimeFaces lightbox component successfully on IE6 and IE7? I have a data table with grey borders within a lightbox, the grey borders are visible before the lightbox is even clicked. The data within the table shows only after the lightbox is clicked as it should, but the borders are showing up before the lightb...
I am attempting to make a view that would list thumbnails of my projects, then when clicking them enlarge the photo using lightbox and list out some text and a link to the website.
I am not sure if there is a way I can just add text to the lightbox using views so right now I have it using a field for Lightbox2 iframe: thumb200wh->node p...
Hi there,
The person I am making a website for has asked for a PayPal 'Add to Cart' button to be displayed underneath an image when it is being displayed in the Lightbox popup.
I can't figure out how to do this at all. Does anyone have any ideas? :)
Thanks very much in advance.
P.S. I say another similar question on here, but I am un...
I'm using the jQuery Fancybox plugin to display some content on a website. Unfortunately, when a link is clicked, the lightbox that is loaded starts at the same scroll position as the previous one. I tried using
self.scrollTo(0,0)
$.scrollTo(0)
$('#top').scrollTo();
and a few others methods to push it back to the top, but ...
Hello,
A while back I created a lightbox plugin using jQuery that would load a url specified in a link into a lightbox. The code is really simple:
$('.readmore').each(function(i){
$(this).popup();
});
and the link would look like this:
<a class='readmore' href='view-details.php?Id=11'>TJ Kirchner</a>
The plugin could also acc...
Hi there,
I've used the JQuery lightbox on a couple of websites, by having a gallery of thumbnails and the thumbnails as links to the bigger photos.
My question is, using lightbox - can I make it so that I have a thumbnail image that when clicked takes you to a folder with a few pictures to cycle through, rather than just linking to on...
Hi, for start sorry for my bad english... but i have a little problem with this plugin.
http://leandrovieira.com/projects/jquery/lightbox/ - to be sure we know what i'm talking about.
So... i've got an image gallery with thumbs, and everything goes well.. except... when i click on the first image... it shows - ok, but i can go to the ...
Where i can fully edit content inside popup window.
...
Hi everyone,
Using Lightbox for a photo gallery and would like to initiate the function by clicking on the thumbnail's parent <li>rather than the thumbnail image. I have been able to do this easily with the thumbnail for the album (not using Lightbox, simply opening another page) with the following code:
$(".item").click(function(){
...
I am building my portfolio website simply using HTML, Flash, and the Mootools Javascript framework. I have decided to implement a theme changing feature using Javascript and cookies. When the user clicks on the "Change Theme" link, a mediaboxAdvanced lightbox appears, containing a real-time form which allows you to change the theme on th...
For a CDROM i'm working on, i'm looking for a method to display images with a lightbox effect. What is the best way to do it with AS3? Is there an AS3 lightbox script available?
...
hi,
I'm using Drupal and Lightbox module to display the content of articles in this website: donatellabernardi.ch/drupal
if you click on an article the lightbox is displayed.
However I have 2 problems with it:
1) I cannot use the libraries such as the tooltip library qTip from it. (If you move the mouse over the balls, you'll see the...
Hi,
I'm using Lightbox to display photos. So If I have two categories of photos, "work" and "vacation", I would do...
<a href="images/image-1.jpg" rel="lightbox[work]">image #1</a>
<a href="images/image-2.jpg" rel="lightbox[work]">image #2</a>
<a href="images/image-3.jpg" rel="lightbox[work]">image #3</a>
<a href="images/image-4.jpg" ...
I need a lightbox plugin that is styled similar to FancyBox but will allow me to add text to the same white background as the image. Lightweight because I don't want many features as it's going to be added to an already heavy JS page. Preferably without Ajax features as I'll be handling this myself.
Therefore I'm ruling out the use of T...