Questions tagged [photo-gallery]

For questions relating to image galleries

For questions relating to image galleries - multiple images displayed to the user.

589 questions
0
votes
2 answers

Best way to use MySQL for image galleries?

Possible Duplicate: What is the best way to store a series of images in MySQL? This is the first website that I built for a friend a few months ago: http://www.jpsinghphotography.co.uk I want to rebuild it as my first PHP/MySQL project, but I had…
Sam Campsall
  • 128
  • 3
  • 14
0
votes
0 answers

How to read data faster from phone

I'm trying to read photos from my iphone device, but the loading takes too much time. I know it could be because of the number of photos thats need to be loaded. I'm using the photo_gallery dependency. So how can I effectively read the photos on my…
0
votes
1 answer

QT QML Photo Gallery symbian^1

I try to open a widows on image folder with library MGFetch, i've no probleme in symbian^3, but on symbian^1 when i include : #include i've this error during building : No rule to make target…
NicoMinsk
  • 1,716
  • 6
  • 28
  • 53
0
votes
2 answers

Why my over-flow:hidden not working with div+img?

I want to make the photo gallery with hover content on it, but the selected photos come in different shapes and sizes, so I set a fixed-size area (with %), and I want to use over-flow: hidden to hide the overflowing part of the image. But it is…
Joe
  • 5
  • 2
0
votes
1 answer

Photo album for kiosk presentation

I want to have an android tablet with a photobook into the shop, to show our capabilities and previous made projects. There, customers shall only be possible to navigate through the photobook, i provided them (kiosk mode). The photos itself will…
0
votes
1 answer

How to build custom WordPress gallery?

I'm new to WordPress and i want to know how can i build gallery like this in WordPress http://rafalmilach.com/black-sea-of-concrete/ If anybody know please help me fast ! Thanks in adv.
Abhijeet
  • 1,057
  • 1
  • 8
  • 7
0
votes
1 answer

Two event listeners on the window, performing on different elements, only one performing

I am trying to use the horizontal photo scroller from here and it works when I have only one instance. It is supposed to be that there is a stretch of images that you hit the arrow buttons to scroll left or right. I wanted to have two sets of images…
0
votes
1 answer

Horizontal and vertical photos in same row

How set three photos like this: The photos cover all width only if i set in css width: 100vh for all, but then middle photo is disproportionate (black frames show how i would like it to look like): When i set middle photo width individually is…
0
votes
1 answer

HTML - Resposive photos gallery cover 100% screen

How can i set div with photos on all available space (now in div .row have big margins) and set one height for all photos in all rows (i have vertical and horizontal photos) and keep responsiveness? Margins in row are the same all the time. Ofc the…
0
votes
0 answers

What is this error and why isn't null the right choice?

The error I keep receiving when I use null, per the tutorial I'm following for a modal set up in React (using VSC) gives me this: TypeError: setSelectedImage is not a function handleClick src/components/modal.js:8 5 | const handleClick = (e) =>…
Brad G.
  • 93
  • 1
  • 12
0
votes
0 answers

How do I access photos on a device with a PWA?

As a result of Apple rejecting my app I've had to turn it into a PWA and I'm having issues implementing some functionality. I'm unable to access images now...I was initially using image picker but that obviously won't work now. Here is the error…
0
votes
0 answers

Flash as2 dynamic photo and video gallery

I want to load a sequence of video clips or photos into a movie clip, and have them scroll left to right via hover mouse movement, and open up full size in a popup on click in the same movie. I will be able to select videos or photos based on a…
WillingLearner
  • 7,106
  • 6
  • 34
  • 51
0
votes
1 answer

How can I cut a pdf and create galleries of photo in python

I have a pdf with image like the one that I will show below, I would like to create a pdf with galleries instead of the entire photo with number, so including only the images with the same dimension.enter image description here
NotMyName
  • 51
  • 7
0
votes
2 answers

How to load and display local image in Three20

Now I am on Three20.. I am using Two image source for loading image..That means One Type of image from LOcal folder.ie from application folder Other is from url.. My problem is i dont know how to load image from local folder..and display it... My…
sai
  • 479
  • 10
  • 30
0
votes
1 answer

Flash-like photo gallery large image animation

I'm doing photo gallery and like to enlarge an image when I click on it with some animation like it's in flash (the picture slowly expands first by x-axis and after by y-axis and the space around the picture dims), that it scales to it's largest…
longaster
  • 29
  • 8