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
1 answer

Add paginate to PHP displaying images in a folder

I'm Trying to add paginate so once a total of about 12 images display then can click next to display the next 12 images and so on, without reloading the page if possible. Here is the code im using to display the images
-1
votes
1 answer

How to include a image gallery to a plone dexterity view?

I defined TTW (Through The Web) a Plone (4.3.4) Dexterity Content Type. The content type should contain images, which I defined in the content type settings. I paced an own view for this content type as a page template in portal_skins->custom, which…
Nik
  • 1
  • 1
-1
votes
4 answers

Separate image galleries in a page with imagelightbox.js

I am using Osvaldas Valutis' excellent imagelightbox.js script (http://osvaldas.info/image-lightbox-responsive-touch-friendly). It works fine, but it doesn't allow me to divide a bunch of images into separate galleries within the same page (it…
-1
votes
2 answers

Pure CSS image gallery

Hello all I am trying to achieve the below but I am struggling a little bit. At the moment the thumbnails are on the left side but I want to change the thumbnails to the bottom and the bigger picture on to the top. I want to get the gallery size…
Krishnam
  • 29
  • 10
-1
votes
1 answer

why is my image slider not working?

I am creating an image slider but the slider is showing always the same image. this is the Jquery code I made $(document).ready(function(){ slide(); }); var next = 1; var num = $('#slider img').size(); function…
Vinc199789
  • 1,046
  • 1
  • 10
  • 31
-1
votes
2 answers

Reload specific div

I want to display a sequence of images on a webpage. The website is static with no server side language. Is there a way to have the website load kind of like this img1, img2, img3 and so on after a click while not reloading the entire page. I am…
Techmatt00
  • 43
  • 4
-1
votes
1 answer

how device gallery show large images?

Whenever I try to show large size(1 MB) bitmap in imageview, system throw OutOfMemory exception. If I place 7-8 MB image, gallery can easily show that image. Just want to know How device default gallery is able to show large image in easy…
Rohan Patel
  • 1,758
  • 2
  • 21
  • 38
-1
votes
1 answer

I use the below code to click photo in android phone but the captured image doesn't get saved in gallery

I use the below code to click photo in android phone but the captured image doesn't get saved in gallery. I'm new to android app development.Please verify this code and help me out. package project.example.rivaa; import java.io.File; import…
-1
votes
1 answer

Product Gallery in Drupal 7 (like Amazon's)

I want to create a product preview gallery page for a certain node type. I do not want to use any eCommerce plugin nor do I want to use Drupal's Kick Starter. I simply want to replicate the image thumbnail hover/gallery in Amazon's inner product…
ralphcarlo
  • 209
  • 6
  • 22
-1
votes
1 answer

how to get multiple selected files path for my activity-android

So far I know how to get a file path by calling fileChooser which always returns one particular file path, but now I want a batch selection returning with multiple file paths(5 file in my case). Is there any way to that? Plus, is there any way that…
-1
votes
1 answer

Android BaseAdapter, return item id

I am trying to get it so that when image 1 is showing, a textview shows its name Here is my array of names String[] soundcloudDates = { "Image 1", "Image 2", "Image 3", "Image 4", }; and this is my BaseAdapter using the…
Master Zangetsu
  • 262
  • 7
  • 20
-1
votes
1 answer

Error with getting ImageURI with Phonegap

I'm trying to get a photo from the user's camera or gallery using phonegap 3.0.0 (+angular) For some reason, it works only for a photo taken captured by the camera This is my HTML:
Uri Goren
  • 13,386
  • 6
  • 58
  • 110
-1
votes
1 answer

Drupal 7 "Lightbox style" gallery with both embedded YouTube and image galleries rendering together

I am trying to create a gallery in Drupal 7 where I can simultaneously have videos (from youtube) and image galleries next to each other in a lightbox style gallery. So far I have tried both lightbox2 and colorbox but I can't quite seem to get to…
e.shell
  • 462
  • 1
  • 4
  • 14
-1
votes
1 answer

jQuery Div inside Div

I'm trying to display a photo gallery with jQuery. This is my code:
-1
votes
1 answer

Position issue with image gallery on top of fixed navbar on paralax site

This is my first time using this site, I hear you guys are amazing. I am a rather new web designer / developer. This is the plugin I am using for a a image gallery on a site. http://tympanus.net/codrops/2011/09/20/responsive-image-gallery/ I have…
user2217381
  • 21
  • 1
  • 3