Questions tagged [image-gallery]

An image gallery is set up to display multiple images. They can be basic or creative. Basic ones often have a grid layout with all of the images showing at once. More creative ones are often created using javascript and css3 and include animations and transitions.

An image gallery is set up to display multiple images regardless of the platform. They can be basic or creative. Basic ones often have a grid layout with all of the images showing at once. More creative ones are often created using javascript and css3 and include animations and transitions.

1373 questions
-1
votes
2 answers

image gallery prev and next buttons not working

Hi I have a simple thumbnail gallery of two rows of 5 images for a total of ten and my previous and next buttons aren't working and I can not figure out why they are not working? I would like when you click on previous or next button it moves the…
jsavage980
  • 125
  • 2
  • 4
  • 17
-1
votes
1 answer

Image gallery with long description

I try to create image gallery where gallery will have long description like shown image bellow. The problem is because UIWebView can be any height (depend on text height). So I add UIScrollView so I can scroll if description is higher than page. So…
ButterBeast
  • 521
  • 10
  • 25
-1
votes
3 answers

How can i import a HTML + JQuery image in Wordpress

i have this site (www.aviationphoto.it) with about 12.000 image in HTML, CSS and JQuery. I'd like to import all image gallery in new Wordpress site (demosite.comuv.com). How can i do that? Thank's much.
MTB Lover
  • 33
  • 2
  • 5
-1
votes
3 answers

adding hyperlinks in a jquery gallery description area

I'm using a jQuery plug-in called Elastislide which can be seen here: http://tympanus.net/codrops/2011/09/20/responsive-image-gallery/ The problem I'm having is I'm trying to insert a hyperlink into the gallery image description area but it doesn't…
-1
votes
2 answers

Drupal 6: How do I create a Product Item Gallery

I am creating a site that includes many products, of each of those products I could have up to 10 images. What I need to do is this: 1: Image #1 - loaded (large) 2: Create thumbnails of each of the uploaded images 3: Place thumbnails under large…
canintex
  • 638
  • 1
  • 7
  • 21
-2
votes
1 answer

adding html without coding

Help with html-based site Hi I have a problem and would love some help! I'm creating a site that displays pictures and an excel file. Both the picture and file have the same name and are located in a folder. So the html is calling on them both and…
-2
votes
1 answer

How can I make collection page like unsplash in django

I am new to web development, trying to make a image gallery and I can't figure out how to make the collection page.
Hassan
  • 1
-2
votes
1 answer

Images of slideshow appear in codepen but not when I open the file on my browser?

I copied a code from W3C to make a slideshow for my website. I was writing my code on codepen and the images were appearing. Then when I copied my code to my editor (Sublime)to add to my html file,the images don't appear. I tried copy the code again…
-2
votes
1 answer

galleriffic not working right

Guys, I'm trying to work with galleriffic and rails 3, but it's not working correctly.It only makes the right effect with the thumbs, but with the main image it not works. When I click in the "next photo" button, the main image remains the same. I…
user677982
  • 43
  • 8
-2
votes
1 answer

MySQL query to display the Envira Gallery Tags and their related post ID that are attached to my media library

I have a query build but I keel getting the following error: [Err] 1066 - Not unique table/alias: 'tt' SELECT t.term_id, t. NAME, t.slug, pm.meta_value, tt.taxonomy, tr.object_id, tr.term_order FROM wp_terms AS…
Daddy G
  • 3
  • 2
-2
votes
2 answers

Android how to open a specific director in Gallery

My app takes a photo and saves in under Gallery/MyAppname/. I just want to open the My app's directory which is under Gallery. I just want to view all the pictures. I want to see all the photos as same as Gallery app. Plese check the screenshot:-
masiboo
  • 4,537
  • 9
  • 75
  • 136
-2
votes
1 answer

How can I group images with dates like gallery

I m making a gallery app, where I want to group images with dates and also want to show a date above group of images that belong to that date. Like Google photos app Any suggestions ????
-2
votes
1 answer

How to program an

I'd like to program an image gallery, which looks like this one: http://www.volkswagen.de/de.html By default, all buttons have the same size. When the user hovers over the button, its size increases, meanwhile, all other buttons (aside from the one…
Jan Nowak
  • 45
  • 1
  • 7
-2
votes
1 answer

Strength issue while pick Image from gallery in Android

I know how to pickUp Image from the gallery.But the same code is work in my other Application But in my new Application is does not work. public class RegisterActivity extends AppCompatActivity{ Button upload_proof_button; Bitmap…
Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
-2
votes
2 answers

JavaScript - Image gallery - Slide left and right

I have a responsive image gallery that currently displays thumbnails on a page, which when clicked, will enlarge the image and open it up as a modal. The limitations of this code are that when I have opened up the image, I have to press the 'X'…
Usman Zafar
  • 89
  • 1
  • 1
  • 4