We are using jQuery thickbox to dynamically display an iFrame when someone click on a picture. In this iframe, we are using galleria a javascript library to display multiple pictures.
The problem seems to be that $(document).ready in the iframe seems to be fired too soon and the iframe content isn't even loaded yet, so galleria code is...
i am playing with this library, Galleria, which is pretty neat. here is the url below:
http://devkick.com/lab/galleria/
but i can't see anyway to move from one thumbnail to another with the keyboard (right, left, etc) . . has anyone used this library and got this working?
...
i am using jquery galleria which is quite cool but i can't seem to figure out how to center the list of thumbnails. asyou can see in the below link, the main image is centered but the thumbnails are always left justified. any css experts know what i am doing wrong here.
Here is an example.
...
it seems that no matter what you size the container, your images have to be that size. you can't just try to dynamically resize and if they are bigger then they bleed into the rest of the space and cover the thumbnails.
so if my images are 1000 x 800, i can't changes the css to support this, even if i want to as the script goes hawwire...
hello friends i am using this galleria gallery link to display images on my college website..
but i m not able to fix one thing. when the size of the image changes it changes the display Div's size according to the size of the image.I want it to be fixed Div what ever be the size of the image islink text
Can any body tell him whats the ...
I'm using the lovely Galleria Jquery image gallery. It all works fine but i need to create another way of traversing through the images as there will be quite a few images in the gallery and scrolling through using the normal controls would be quite laborious.
So what i want to make is a grid of numbers like this:
01 02 03 04 05 06 07 ...
Using Galleria with frogCMS, but am currentl unable to create fading effects and to display a default image on load (currently only displaying an image on clicking a thumb)
$('ul.gallery').galleria(
onImage(image) { image.css('display','none').fadeIn(); } // not working.
);
// also not working
$('ul.gallery').galleria({
history : t...
hi, hoping someone can help here.. this is really a long-shot... and probably a dumb question.
I have been working on an integration of SmoothScrollDiv with Galleria.. - to scroll the thumbnails.
demo of my code here: http://test.kinkylemon.nl/sym/galleria/demo3.htm
I have a problem that when the browser window is resized,
SmoothScrol...
Hello y'all.
I'm a bit miffed. Actually, a bit more than that, but never mind.
The problem revolves around a jQuery gallery called 'Galleria'. You may have heard of it. It's quite aesthetically pleasing and since my client is a Photographer, I thought I'd display all of his images in a Galleria gallery.
You can see the site, in it's t...
Hi, i've got a galleria gallery set up.
Galleria
How do you set the initial image, the one that is displayed when you load the page.
I tried setting a li.active, and running $.gallleria.next() but no avail.
any ideas ?
Thanks in advance.
...
Hi there
I have implemented the Galleria & SmoothDivScroll plug-ins together but in IE7 & IE8 the image gets distorted [ratio is not kept in scaling] slightly when its orientation is portrait (i.e. when the image gets loaded into #main_image, the image container).
In Safari and Firefox, everything is fine. Does anyone else encounter th...
I'm building a page where I want to use Galleria script (http://devkick.com/lab/galleria/) and jQuery's Accordion widget to hide away different categories of gallery's thumbnails. In my initialization I wrote as suggested by both scripts' manuals:
<script type="text/javascript">
jQuery(function($) {
$('ul.gallery').gall...
I've added the excellent galleria-plugin to a website I'm working on. However unlike the demo, I've been unable to make the first image display automatically on page-load.
Currently, you have to click an image, before one will appear, after that everything works as expected. And yes, I've tried setting the class of the first image to "a...
I'm using the galleria jQuery plugin on a site. When the gallery first loads, all of the images appear briefly & vertically in ie 7 & 8. This doesn't happen when i isolate the gallery, only when i put it on a somewhat heavy page. This leads me to believe that it happens when the page is a little slow to load.
Does anybody know a way to...
Hy all you smart people
I am using Galleria plugin for a image gallery on a page this page is loaded in a frame page using ajax this is the ajax
$(document).ready(function() {
function loadTab(pageUrl)
{
$.ajax(
{
url: pageUrl,
cache: true,
success: function(load)
{
$("#ta...
I am using galleria for my site [Minavet.ro][1]
[1]: http://minavet.ro and this error comes up is IE7
Line:219079877
Char:2
Error:Expected identifier, string number
code:0
url:http://minavet.ro
Thx for your time
I have given the images width and height and now the error is
Line:222704333
Char:2
Error:Expected identifier, string n...
I am using galleria for http://minavet.ro , but the script works well with IE8, Opera, and FF but in Chrome the full site goes to the dogs.
Thanks for any suggestions
...
I am using galleria & jCarousel and need to have the slideshow scroll through the images. Does anyone know a simple javascript that I can use for that?
...
Has anyone found an easy way to get the awesome galleria gallery to auto play?
I'm really stuck on this one.
Any help would be great!
Thx Paul
...
the site in question: http://homecapture.ca/testset/index.html
The scenario: I have a tabbed menu generated from an unordered list, when a menu item is clicked it reveals an iframe which links to the page containing an image gallery. I am using jQuery UI tabs for the tabbed menu, and the galleries to which I'm linking are jQuery Galleri...