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
11
votes
6 answers

AngularJS: How to show preload or loading until page is loaded completely?

I've an image gallery site where I'm getting all images and image related data from the database as json format in my controller and then by using ng-repeat I'm binding them with the html. Now, data are loaded early but images are loaded late, so…
Anirban Datta
  • 121
  • 1
  • 1
  • 3
11
votes
4 answers

Blueimp Gallery: Always show "blueimp-gallery-controls" or how to unbind click handler to show and hide "blueimp-gallery-controls"

Using Blueimg Gallery I would like to know how I can always show the gallery controls (.blueimp-gallery-controls) instead of showing and hiding them when clicking on img class=".slide-content" in the gallery. Looking at the blueimp-gallery.min.js…
lowtechsun
  • 1,915
  • 5
  • 27
  • 55
11
votes
2 answers

Selecting Image from gallery using fragment

I am trying to get image from gallery using fragment which is called from fragmentactivity but onActivityResult of the fragment class is not being called. I found out that this may happen due to the onActivityResultof the FragmentActivity class but…
lil'ms
  • 452
  • 3
  • 5
  • 17
10
votes
4 answers

Can you add Bootstrap to a Ionic App?

I am currently developing an Ionic app and I was wondering if I could add an image gallery based on Bootstrap. I know Ionic and Bootstrap don't work really well together, but I was wondering if it is possible.
10
votes
5 answers

Modal is "remembering" code from previous modals

SETUP I have a grid of boxes (modal triggers). Each box opens a modal. Inside each modal is a very simple thumbnail gallery of one main image and thumbnails. Clicking a thumbnail replaces the main image with larger version of itself. PROBLEM (4th…
chris
  • 577
  • 1
  • 9
  • 23
10
votes
2 answers

Why oncreate method called after startActivityForResult?

In my application i want to select image from Gallery and set the image in ListView. In my ListViewI have 16 rows. So when ever item click inListViewopen the gallery and set the image toListView. But my problem is some times…
rams
  • 1,558
  • 7
  • 25
  • 48
9
votes
3 answers

Prefer shrinking over growing in a flex container with flex-flow: row wrap

Displaying an image gallery of different sized images and ratio with the following specs: No blanks (margins) between images. Respecting the original ratio as much as possible. Images surrounded by a link. Non-JS solution. Images could be cropped a…
Patrick Allaert
  • 1,751
  • 18
  • 44
9
votes
3 answers

get the path of a Gallery Folder in Android

I know how to programatically get a gallery image (one by one). Now that the gallery is organised folderwise Is there a way to select and get the path of a folder in the gallery view...
Abhishek Susarla
  • 578
  • 1
  • 6
  • 12
9
votes
2 answers

Creating A Private Photo Gallery Using Asp.Net MVC

I need to create a photo gallery service that is managed by users. I've done this a million times using just Asp.net but I was wondering if there are any special considerations that I need to make when using Asp.net MVC. Basically, I will be storing…
Vyrotek
  • 5,356
  • 5
  • 45
  • 70
9
votes
5 answers

Customise the WordPress gallery html layout

When creating an image gallery in WordPress using the default Media Uploader, WordPress wraps the images in a bunch of HTML markup. How can I overwrite this before it's generated so that I can output the desired markup and change the way the…
Romain
  • 407
  • 2
  • 9
  • 20
8
votes
5 answers

Javascript Gallery that automatically uses all large images on page

I have a site with lots of images on one large page. The easiest would be a Script that i could include, that automatically searches through that same page and uses all images larger than 100px to create a slideshow gallery from them. Anyone knows…
rubo77
  • 19,527
  • 31
  • 134
  • 226
7
votes
2 answers

How to make a 2-dimension image gallery with both horizontal and vertical scrolling?

I'm new to Android and I want to make an image gallery where each column is a category, and users can scroll both vertically and horizontally. I found a useful post about how to display list of images here. I'm wondering if it's possible to nest…
Rachel Z
  • 497
  • 6
  • 12
7
votes
2 answers

Allowing For Custom Images Sizes with WordPress's Gallery Shortcode

In WordPress 2.5 and up, there's a built in Gallery feature that allows the option to add an image gallery to a Post or Page on your WordPress blog. (Ref: http://codex.wordpress.org/Gallery_Shortcode) You can use a size option to specify the…
Mike B.
  • 773
  • 3
  • 12
  • 26
7
votes
2 answers

Downscale gallery photos for Camera plugin

I am using Cordova 2.6 Camera plugin, to get images from device gallery, I am getting them with base64 encoding and I was trying to compress them to a lower quality using "quality" option. I noticed that the compression was not working and when I…
7
votes
1 answer

I want to store image in sqlite database that is taken from gallery and camera android

I have an application in which user add image by clicking on Imageview and setting image and by taking new picture from camera. I want to store that set image into sqlite database. **AddkeyEventdetail.java** package com.example.kidsfinal; …
user5111
  • 155
  • 2
  • 16
1
2
3
91 92