Q: I was wondering if there is a way to force the video up on a page when the user lands
on it - rather than having to click something to bring up the lightbox window.
Is there an easy solution?
A: Yes, it is possible.
You can start Video LightBox gallery on page load.
you should set the following function in Video LightBox BODY section:
<script type="text/javascript">
$( function(){$("#videogallery a[rel]:first").overlay().load()});
</script>
You should also set id="mylink" for video link:
<!-- Start VideoLightBox.com BODY section -->
...
<div id="videogallery">
<a rel="#voverlay" id="mylink" href="http://www.youtube.com/v/vPisAYTubrg?autoplay=1"
title="" style="display:none;">
<img src="data/thumbnails/0.png"><span></span></a><a id="videolb" href="http://videolightbox.com">
Video In A Lightbox by VideoLightBox.com v1.3</a></div>
<script type="text/javascript">
$( function(){$("#videogallery a[rel]:first").overlay().load()});
</script>
<!-- End VideoLightBox.com BODY section -->I want to buy your VideoLightBox. Is there to provide an invoice?
I own a couple of your software programs and am going to purchase 2-3 more, but first I need to know which program would be better for adding ...
Is there a way to center all of these videos on the page?
I have downloaded a demo of VideoLightBox and created a simple videogallery as a test which plays OK locally. I then made a simple page in iWeb.
I am trying to make a purchase for a license for jquery video gallery on your website.
I have replaced the VideoLightBox gallery with an identical ...