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

href hashtag # makes modal popup gallery on click to jump on the top of the site

I am using an html5-css3 template with a modal popup gallery which jumps to the top of the site when I click on any image. It is because of the hashtag and I have no idea how to get it work properly. Please help! I am new to coding and I searched…
Slevin K
  • 5
  • 4
-1
votes
1 answer

How to display both portrait & landscape images into a square on the grid without disturbing the aspect ratio?

I am using a GridView to create a gallery of images that I display from a certain folder on my machine. The images are of different width*height ratios. Few are portrait images where the height of the image is like 3 times more than width. Some…
TheWaterProgrammer
  • 7,055
  • 12
  • 70
  • 159
-1
votes
2 answers

images are not being displayed in gridview

I have been trying to create an imageGallery app to display images in gridview. I want it to display only image directories. But when I open it, images are not displayed. Nothing seems wrong with code. I dont know why its not working.I am not…
-1
votes
1 answer

Javascript status gives error when load image from gallery in html

I want to use this html template: http://www.graphberry.com/item/smak-html-single-page-template It works fine in the live preview, but when I downloaded it and click on any of the gallery picture, it opens an alert window saying: error. I've tried…
isk27
  • 329
  • 2
  • 5
  • 13
-1
votes
2 answers

Android Image Gallery layout design

Please help me in a doubt regarding Image gallery. The regular image gallery is usually found to be in a linear or straight line way i.e one image after another along a straight line. Is it possible somehow to display the images revolving around a…
-1
votes
1 answer

How to indicate images in android gallery

Using my application i uploaded some images to server, next time while i open that application and trying to select images using that same application, how can i indicate the already uploaded images?
-1
votes
1 answer

Gallery app crashes after my application saves image in folder

My app allows users to take a picture with the camera and saves it to a custom folder. This works fine. The issue being seen by users (Samsung devices) is that the Gallery app crashes when launched. The only way to fix this is to go into Pictures…
-1
votes
2 answers

choose photo from gallery for s7, s7 edge, note 5 not working

I have an app where I am uploading the image from Gallery. This is working fine with Note 4, OS 6.0, however it is not working for Note 5, S7, S7 edge. What I mean by is not working is I can see Gallery, however when I select image, gallery get…
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
-1
votes
1 answer

Looking for jquery image gallery

I'm looking fo jquery gallery with Lazy load Fullscreen mode and thumbnail preview. could you suggest me something? I have found flexslider but it hasn't Fullscreen.
Katya
  • 138
  • 10
-1
votes
2 answers

CSS animating image width not working

I am working on an animated CSS3 image gallery where clicking on a picture will magnify the picture to a larger scale. However, I feel as though my initial CSS code to style the gallery before enlarging an image has enforced the width to remain the…
Bryce Hahn
  • 63
  • 1
  • 11
-1
votes
2 answers

In import com.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener; SimpleImageLoadingLIstneer is not found

I am learning android and new to android. I want to pick multiple images from gallery and then want to show them in gridview and for that i am using UniversalImageLoader library 1.9.5 To Use UniversalImageLoader Library i added the following…
-1
votes
1 answer

Get filename from custom gallery

I have this custom Adapter for gallery to show images in a list view import android.app.Activity; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitmap; import…
coder
  • 13,002
  • 31
  • 112
  • 214
-1
votes
1 answer

How to change the shape of an uploaded image (Image from photo gallery) into circular form

How to change the shape of an uploaded image (Image from photo gallery) into circular form in android eclipse.
Adarsh
  • 89
  • 4
  • 14
-1
votes
1 answer

how can i create nice image slide show like facebook or flick

i have created a website with images. how can i create nice image slide show which i click on picture Facebook or Flickr. is there any free jQuery / Ajax i can use. ?? at the minute i am using Galleria libraries. it works fine but i need to…
Devloper
  • 11
  • 1
  • 1
  • 5
-1
votes
2 answers

Android alternative for Gallery

Gallery has been deprecated since API 16, and the official Android documentation suggests the usage of either ViewPager or HorizontalScrollView instead. I would like to implement a View similar to the deprecated Gallery, can anyone suggest a source?