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
7
votes
3 answers

Android: Save Bitmap to Gallery ==> Time created wrong

In my Android App i want to save a Bitmap in the Gallery, actually that works fine with the code below. The only mistake is that when I open the image in the gallery the time created in the details is wrong. and folowing that, the image is not in…
lukas
  • 495
  • 4
  • 13
7
votes
3 answers

fetching images from gallery on android phones with internal storage

Hi I am developing an Android Gallery app where I am fetching images from built in gallery and displaying it.I am using the code as below String[] projection = {MediaStore.Images.Thumbnails._ID}; Cursor cursor =…
sanjana
  • 641
  • 2
  • 15
  • 36
7
votes
4 answers

Carousel like gallery in jQuery Mobile

I'ld love to do something like this in jQueryMobile: Carousel I don't need much more than a slider and the indicator which page is selected. It shall show some pictures. So I testet a lot of Image Galleries. But most of them does a) Have Thumbnails…
PascalTurbo
  • 2,189
  • 3
  • 24
  • 41
6
votes
2 answers

How do I create an image gallery in Drupal 7?

Which is the best way to upload images and show them up in galleries. There are many options out there, would like to know which one plays best with Drupal 7.
Joseph Le Brech
  • 6,541
  • 11
  • 49
  • 84
6
votes
2 answers

How to create an simple slider using jquery(not using plug in)?

I used animation properties in jquery but i…
Raghul Rajendran
  • 486
  • 2
  • 7
  • 25
6
votes
6 answers

Android: how to get all folders with photos?

I trying to make a gallery. I know how to get all photos and to show them in grid view. But can someone explain how to get and show folders(with photos)? i've got error after launching my apk file. look plz at my xml files, may be something wrong…
Paltroth
  • 89
  • 1
  • 2
  • 9
6
votes
2 answers

Customize colorbox caption (long caption and position of it)

Please see this link for example. How can add a long caption under popup? For example, adding 3 lines like this: we can add one line to title of tag and I tried to change this style #cboxTitle { position: absolute; bottom: -25px; left:…
user3250818
  • 239
  • 3
  • 16
6
votes
6 answers

Android choose image from gallery showing memory error

I am working on a code sample where I have to choose an image from gallery the code is working but after selection of image from gallery I get OutOfMemoryError in my OnActivityResult I am able to get small images but large images are creating…
Ricky Khatri
  • 952
  • 2
  • 16
  • 42
5
votes
3 answers

How to serve multiple images which reside above the www root within a single page?

I am hoping to offer users a user submitted image gallery. I have written a upload script which saves the file above the www root. I know I can serve the file by specifying the page header and then using readfile, however I am planning to throw the…
Drew
  • 51
  • 2
5
votes
2 answers

Slack API - how to send multiple images so they are shown in a gallery

When I send multiple images via api using blocks like this: { "blocks": [ { "type": "image", "title": { "type": "plain_text", "text": "Please enjoy this photo of a kitten" …
bezl
  • 131
  • 1
  • 5
5
votes
2 answers

Scrolling HTML gallery, possibly many images, needs lazy load/unload?

I've been asked to show the results of an image d/b query as a coverflow-y type horizontal scrolling gallery of thumbnails (256px long-side,c. 25kb each). If a library is needed (likely), I'll use jQuery. Besides an image the gallery will likely…
mwra
  • 317
  • 3
  • 11
5
votes
1 answer

Android: lazy loading in Gallery

I've reviewed some posts about lazy loading but I believe my problem is a bit different. I have a gallery (my class extends Gallery) which displays 20 rather large in size images (400-500K each). I cannot load them all to gallery since I get an…
Rob
  • 15,041
  • 6
  • 25
  • 27
5
votes
1 answer

iOS QLPreviewController load file from remote server URL

What is approach should be used while loading files from remote server on QLPreviewController? When should we download files using my server API to load them on QLPreviewController. I am adding QLPreviewController as subview to my current view. I…
5
votes
3 answers

Android - Choose Image from Gallery and store it in a File type variable

I am a new to Android Development. I wish to select an image or a video from the Gallery of an Android Device. Store it in a variable of typeFile. I am doing this, since I need to upload the image/video on dropbox using the Android API from my…
pranav shah
  • 115
  • 1
  • 2
  • 7
5
votes
4 answers

recommendation for gallery script

i'm looking for a good/lightweight gallery script. jquery, plain javascript or flash. any ideas? it should be possible to display thumbnails and click for bigger view, but also possibility to click through a series of images (previous/next…
Fuxi
  • 7,611
  • 25
  • 93
  • 139
1 2
3
91 92