how to create a web gallery - javascript

I've been searching for a way to implement a gallery in my first ever website (written in HTML).
I basically want to make a page with thumbnails, and, when clicking the thumbnail, a bigger picture to show up (over the gallery, not exiting the gallery), eventually with a title under it, and , when clicking the big picture, to return to the gallery (eventually with a fading effect)
The problem is that I don't even know what I should be looking for, exactly, in this case.

If you don't need to build the gallery from scratch, I recommend using one of the many libraries that you can find online.
Here's a list of some very useful JavaScript/jQuery photo galleries:
Top 10 Free Responsive Image Galleries.
Hope it helps,
Regards.

There are many libraries online that do exactly this. My first google search came up with the following PhotoSwipe. Included in the webpage is a link to their documentation and git repo. If you would like other choices, this website lists 10 libraries that do exactly what you want

Related

What is this Javascript gallery called?

What do you call this gallery? The gallery I'm referring to begins with an image of a family in a paint studio. I believe they're using JavaScript.
My end goal is to be able to code it - but not knowing it's name makes that difficult.
Looking at the page source for http://www.thebucketlistfamily.com/about/
The website is developed using Squarespace https://www.squarespace.com/
Here you can see the User Interface regarding the gallery https://www.youtube.com/watch?v=TpWVm1S8GLo
GIST to get you started https://gist.github.com/iwatakeshi/95fc070a668198566588
You would need to implement your own image gallery / carousel, but this is made easy utilizing existing tools:
https://www.google.co.nz/search?ei=fRW0WtKzKsWk0gSnqoGwBg&q=javascript+carousel&oq=javascript+carousel&gs_l=psy-ab.3..0i71k1l8.0.0.0.38731.0.0.0.0.0.0.0.0..0.0....0...1c..64.psy-ab..0.0.0....0.DYnHzIRbiH4
Hope this helps.

Full screen photo viewer

I have a table set up on a website I use it to display 9 images with descriptions. I want to be able to click on an image and have it be displayed larger like in a gallery but i would like to not have it change the layout of the page.
I am just starting to work on this web page so almost any way to do this will be helpful.
Lightbox is a pretty commonly used one, but I'd suggest you try and build your own. It's not a terribly difficult thing to program and it will help you grow as a programmer.

Image Slider in GWT

I'm looking for a simple image slider content with the following features in GWT:
slide several images from right to left when user clicks on the image
(selected image should be at the center)
endless looping (the last image should be followed by the first image
again)
We tried a lot on web for slider but no result.
any recommendations?
Help would be appreciated.
I'm not aware of any native GWT sliders. The easiest way to implement one is probably to use a pre-made Javascript version from, well, pretty much anywhere on the web. You can learn about wrapping Javascript libraries here, here and here, and find lots of other resources by searching Google.

External control and hovering of jQuery UI Carousel 1.0.2

Recently I'm working with jQuery UI Carousel (1.0.2) on my Drupal website. So far so good, everything is working without a problem but I'm looking for a way to add some external controls. You know, those little dots beneath the images where the user can navigate from and pinpoint a certain slide.
I took a look to the JS file (you can see it here), but didn't find any proof of such a controls.
Right now, I was only able to write some crappy code who didn't work at all... (so I'm not gonna post it to save you some laughs :))
Anyone with some experience regarding this subject?
Thanks in advance!
I don't have specific experience with the jQuery UI Carousel module, but if you are using Views to generate the content in the carousel, you could always use Views Slideshow. It allows you to add a pager (either numbers or thumbnail images) to your slideshow (carousel).

jquery image slideshow with links per image

i'm in search of a simple jquery image flipper/fader, that will cycle through a bunch of images, each of them with it's own link.
the flipper will be used like so: my client wants to display logos of his own clients in succession where each logo will link to the respective website.
i know this can be implemented in flash, but i (and my client) think it would be cool if it's implemented in jquery in such a way that the outgoing links are visible to google. i have seen some jquery plugins and code that implement galleries, but they were either too complex or too simple, anyone got a code snipplet that would do this?
google the cycle plugin

Categories

Resources