Questions tagged [photoswipe]

PhotoSwipe is a JavaScript image gallery for mobile and desktop, modular, framework independent.

PhotoSwipe is a javascript-based image gallery for mobile and touch devices. The source code is available on GitHub.

350 questions
3
votes
1 answer

Photoswipe issue: How do i get multiple images in a gallery to scroll based on one thumbnail?

I want that, if a user clicks an image that opens a gallery of multiple images linked to that one thumbnail. I don't want the gallery of enlarged images to link to thumbnail of image that is viewable on page. I don't want fifty thumbnails on page…
3
votes
1 answer

"Photoswipe" gallery close itself on image click in case of small image

By default Photoswipe provides zoom and drag&drop feature for large images. It works fine. But if image is smaller than viewport, click on that image will close a gallery. Video of this…
Cypher
  • 352
  • 2
  • 13
3
votes
3 answers

JSPM + TypeScript + PhotoSwipe : How to successfully import and use the library?

I'm trying to use the PhotoSwipe library in my JSPM and TypeScript project with no success (I'm bleeding here.. ). Using a modified version definition file for the PhotoSwipe from DefinitelyTyped (the original didn't work - got "PhotoSwipe not…
dror
  • 3,759
  • 6
  • 31
  • 45
3
votes
1 answer

Making animation when image is closed Photoswipe

I'm using photoswpie to create image gallery. But I can't make animation when some image is closed (when you click somewhere outside image). I want to looks in this way as this example: http://photoswipe.com/ I'm using custom code. I've changed it…
ivva
  • 2,819
  • 9
  • 31
  • 64
3
votes
0 answers

PhotoSwipe with AngularJS

I've successfully implemented PhotoSwipe on a small gallery project of mine, following these instructions: http://webdesign.tutsplus.com/tutorials/the-perfect-lightbox-using-photoswipe-with-jquery--cms-23587 I would like to do it the Angular way…
user653522
3
votes
3 answers

PhotoSwipe videos

I want to add videos to my PhotoSwipe gallery. I read the documentation here: http://photoswipe.com/documentation/custom-html-in-slides.html Unfortunately, I don't get what this means: "If you really need to have video in PhotoSwipe, you may add it…
John Kornick
  • 301
  • 1
  • 6
  • 14
3
votes
1 answer

Is there any possibility to hide caption in photoswipe in desktop mode?

On mobile I can tap once. Maybe something like shortcut? I'm trying add ui.hideControls(); in photoswipe-ui-default.js, but there is no "onKeyDown" event.
Hajle
  • 31
  • 1
3
votes
0 answers

Use Photoswipe with AngularJS

I am having a problem with Photoswipe and Angular. Basically what I'm doing is get the images from my server using $http.post and then pushing those objects into my array of images, then I'm initializing Photoswipe. In my success I have something…
Mati Tucci
  • 2,826
  • 5
  • 28
  • 40
3
votes
1 answer

PhoneGap/Cordova Error: Miss a drag as we are waiting for WebCore's response for touch down

I'm making an app for IOS, Android and WP. I'm using PhoneGap 2.7.0, testing for Android. I get the following error in emulator Android 2.2: Miss a drag as we are waiting for WebCore's response for touch down When I swipe photos, I'm using…
3
votes
3 answers

Going back to previous page works in simulator not on iOS device jquerymobile

I am changing the page with this method $.mobile.changePage("Preview.html", { transition : "slide", role : "page", changeHash:true }); this is how my preview page looks like
Najeeb K
  • 147
  • 1
  • 8
3
votes
2 answers

Navigate images in photoswipe manually on click of image(previous and next)

I am using photoswipe in my mobile application. We are showing the images in a target div, we are not using the full screen view. A requirement came in to not have the built in toolbar visible and have an arrow image on the left and right of the…
Jim
  • 49
  • 5
3
votes
1 answer

Phonegap + Photoswipe with remote images

I have been struggling with Phonegap and Photoswipe. Here is what I have: 1) Currently I am requesting remote images via a php JSON call (working) 2) JSON images are returned and store locally to the Android device(working) 3) All images show up on…
mxride
  • 91
  • 2
  • 5
2
votes
2 answers

How to integrate photoswipe inside jquerymobile pages?

I am trying to implement photoswipe inside my jquerymobile application. I am using jquerymobile & Django to develop my application and now I want to setup a gallery on one my pages. Basically I have 3 pages, page 1 is the the category index, then I…
Tonymx
  • 21
  • 1
  • 1
  • 2
2
votes
0 answers

Detaching slideshow instance

Any ideas on why this isn't detaching my "homeSlider" instance of photoswipe on page change? I think I'm following the Photoswipe docs, but it doesn't seem to detach the instance. I'm using Jquery mobile hence the "pageshow"/"pagehide". It's…
nate8684
  • 539
  • 1
  • 9
  • 27
2
votes
1 answer

Images getting parsed after call

I'm pulling images into a document via json/ajax. After they get pulled in, I'd like to create a slideshow using the plugin "PhotoSwipe". All of the code is in my document and I can see that the images get pulled but I think it's after PhotoSwipe…
nate8684
  • 539
  • 1
  • 9
  • 27
1
2
3
23 24