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
1 answer

Display Picasa captions

Just in case any one has tried this in the past. I am using the Pimax plugin for displaying picasa photos on my webpage, it works great but I would like to display the captions as well. Is this possible? If not any help on where to start writing the…
TJ15
  • 353
  • 2
  • 10
  • 22
0
votes
1 answer

status code 302 when fetching images

I've made a simple html website with bxslider component for a gallery but the images from it keep giving me a 302 response. they are camera pictures. thing is that i have other images that are not on the bxslider and not camera pictures and they…
Matheus Simon
  • 668
  • 11
  • 34
0
votes
0 answers

Can I open photos straight from the photo gallery into my app?

I have an app that allows the user to select photos from their library and then use them but I am looking for a way they can be opened straight from the Photos app that list all the photos. It would be in the same way that when you click to share a…
user1282180
  • 1,103
  • 3
  • 11
  • 20
0
votes
1 answer

Get Full Path of current photo in Fotorama With data-auto set to true

I am using the fotorama version 4.5.2 plugin for a photo gallery on a personal website. I want to be able to have a button on the page that will allow me to edit certain information about the current photo displayed that is stored in a database. …
Jason247
  • 974
  • 4
  • 16
  • 38
0
votes
3 answers

jQuery plugin photopile not working, but so simple, anything I might be doing wrong?

Plugin I'm trying to do: http://photopile-js.com/ you can see it literally has like.... 3 lines of instructions that I've pasted below. but somehow instead of a pile of photos, I get the output attached in the image file. In other words, it looks…
james
  • 3,989
  • 8
  • 47
  • 102
0
votes
2 answers

Resizing an image in Flex whilst keeping it central

I am using a mx:Resize effect to change the width of an image in Flex (leaving the height to look after itself) but I want the image to remain vertically centered on the page. Whilst I could calculate the aspect ratio of the photo, and work out the…
Magnus Smith
  • 5,895
  • 7
  • 43
  • 64
0
votes
0 answers

saving an image which has been changed using an alpha slider

I'm fairly new to xcode and objective c and have a problem that I think is quite simple. I have a table view controller populated with UIImages, you touch a cell and it open the UIImage full screen in a view controller. In the view controller i've…
Jay Chauhan
  • 99
  • 1
  • 9
0
votes
1 answer

Photo gallery in Yii like zalando site

I want to create photo view like what is at this address: http://www.zalando.co.uk/nike-performance-cushioned-running-shoes-grey-n1241a06r-i11.html Is there any extension in yii for doing it? Thank you.
hd.
  • 17,596
  • 46
  • 115
  • 165
0
votes
2 answers

Business Catalyst - Photo Gallery : default thumbnail size

How can i set a default thumbnail size in smaller resolution? Because at the moment it is very tiny in 320x480 resolution.
0
votes
1 answer

using rounded corners on galleryview plugin

I have a jquery galleryview plugin running to display photos. i would like to add rounded corners to the photos, so i tried applying the corners plugin to the .panel holding the image. unfortunately it doesnt work. the photo starts square and then…
liz
  • 55
  • 1
  • 4
0
votes
0 answers

CakePHP passing variable to plugin element

I have a problem with adjusting the gallery plugin in CakePHP. (to be more specific this plugin: https://github.com/barman789/cakephp_gallery_plugin). I managed to run this plugin in seperate site by adding in…
Shishibi
  • 53
  • 10
0
votes
1 answer

How to load captured image from photo album

I have a button to capture picture then it save to photoAlbum. I used another button for load image from using imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; then i implemented didFinishPickingMediaWithInfo: for loading…
user3496826
  • 101
  • 2
  • 14
0
votes
1 answer

Using prettyPhoto develop code to work with Wordpress gallery

I found this great bit of code that works very well thanks to: http://www.sant-media.co.uk/2010/07/how-to-use-prettyphoto-in-wordpress-galleries/ add_filter( 'wp_get_attachment_link', 'lod_prettyPhoto'); function lod_prettyPhoto ($content) { …
cecebar
  • 1
  • 4
0
votes
1 answer

The best way to load pictures for photo gallery

I want to make some kind of a book(or some kind of a photo gallery) using jpg files of a scanned book. the user gives the number of the page that he wants to go to , and clicks on the button to see the page . I need to know what is the best way…
Gandalf
  • 2,921
  • 5
  • 31
  • 44
0
votes
1 answer

Wordpress - Click an attachment image to view next image

I want to make my attachment image clickable so that click event move user to next image attachment page. I don't want any lightbox gallery i just wanna do it in a normal way. I want to show every image of gallery on separate page for better adsense…