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

How can I add fade in, fade out effects

I have a simple script which works as a simple html gallery. However, I need to add some transition effects to my gallery, something like fade in, fade out, or the effect of something similar to the subtitles at the end of every movie (you know what…
yak
  • 3,770
  • 19
  • 60
  • 111
4
votes
1 answer

justifiedGallery break when reloaded

I'm using justifiedGallery for my web page. When I visit the page at first time, the gallery appears correctly. But when I reload the page, it'll break. I'm using meteor and react. Old code sample: $(document).ready(() => { …
user6037606
4
votes
3 answers

Changing src attribute doesn't update image

As part of an image gallery I am using the below code to switch out the src attribute on an image element as a user clicks on various thumbnails. Every part of it has been working fine for about 7 months, since I built it, but sometime in the past…
Eckstein
  • 785
  • 9
  • 27
4
votes
1 answer

How to Upload Multiple Image in Rails 4 Using Paperclip

I am trying to create a gallery of Images for my Markets controller here I am able to to use paperclip to upload single image .I search on google but I haven't find any solution . How can I upload multiple images and show it in the form of gallery…
Nilay Singh
  • 2,201
  • 6
  • 31
  • 61
4
votes
1 answer

creating a blob image gallery with fancybox

In the fancybox examples you can create a fancybox gallery like so: $("#fancybox-manual-c").click(function() { $.fancybox([{ href: '1_b.jpg', title: 'My title' }, { href: '2_b.jpg', title: '2nd title' }]); }); and in html you…
atomeks
  • 101
  • 2
  • 12
4
votes
2 answers

UICollectionView horizantal scrolling Photo Gallery with swift

I'm trying to make a Photo Gallery using UICollectionView with Swift. I want to display photos in full screen and swipe right to get to the next image. I have a working code for the portrait frame but as soon as I go to landscape it seems like my…
4
votes
1 answer

Picking images and videos on Android on 2.1 using ACTION_GET_CONTENT

I'm working on an app that needs to have the user select an image or video. On pre-2.1 devices, using ACTION_GET_CONTENT seems to work fine with multiple MIME types: new Intent(Intent.ACTION_GET_CONTENT).setType("video/*, image/*") However, on a…
jjb
  • 3,560
  • 1
  • 21
  • 30
4
votes
0 answers

Android Circular movement of Gallery Items with Indicator

I am having issue with movement of images in a gallery with an Indicator at the bottom. For more clear idea about what I want to achieve you can find it here link. I tried with ViewFlipper, I am able to get the images to move in circular way but not…
Lavanya
  • 3,903
  • 6
  • 31
  • 57
4
votes
5 answers

Infinite gallery images with double tab and Pinch Zoom

I have app , one of its activity is infinite galley with images stored in res drawable folder , im trying to have double tab and Pinch Zoom for images , i searched Google no any example related to zoom effect with infinite gallery , any advice will…
Android Stack
  • 4,314
  • 6
  • 31
  • 49
4
votes
1 answer

Auto centering list item/image 100% page height

basically, what i am trying to achieve is the following layout; http://farm9.staticflickr.com/8256/8746793625_d3fed90c54_b.jpg I have tried using tables, but could not get the images to 100% of the page height. I have tried crating an unordered list…
4
votes
2 answers

UIScrollView like the new iOS App Store

I need to do something like the new app store as shown on the attached image however, i know that i have to use scroll view with some images or button inside but im wondering about the curves and sliding images, resizing while scrolling, im talking…
user1709502
3
votes
2 answers

android:show images in gallery

I am making an app in which i want to show list of images in my application in the manner , as the images are shown in gallery.The images will get load dynamically. Any help regarding this will be appreciated.
user1025050
3
votes
2 answers

Android Gallery crashes because of memory usage

In my app we are using a gallery for photos , taken from android dev (http://developer.android.com/resources/tutorials/views/hello-gallery.html) .It loads all the photos from /sdcard/DCIM (all subdirectories). Althought we have made it resample the…
Panos
  • 7,227
  • 13
  • 60
  • 95
3
votes
1 answer

Gutenberg Gallery Block – Same Size Pictures Fix

I just want to share a quick fix for the Gutenberg gallery since I couldn't find the fix anywhere else. What will fix: Problem: If you upload images to your gallery that have different sizes, the thumbnails are displayed in different heights on…
COS
  • 505
  • 2
  • 4
  • 22
3
votes
1 answer

How can I make two divs the same height where one of them has to keep a square aspect ratio?

I am creating a responsive grid of images. Each row has two images—one rectangular, and one square—and the layout is reversed for each row (square rectangle -> rectangle square, and so on). Currently, I am using height: 0; padding-bottom: 100% to…
Dalen
  • 47
  • 5