Kapow36
Posts: 0
Joined: Thu May 23, 2013 4:07 pm

Photoswipe no longer works, and photoswipe tutorial is gone?

Yeah, so where did it go? I had photoswipe in my app, it worked one day and then the next, it says the links could not be resolved.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Photoswipe no longer works, and photoswipe tutorial is gone?

Hello,

What exactly doesn't work?
Do you test it as native or in browser?
Let me check tutorial question, we'll update asap.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Photoswipe no longer works, and photoswipe tutorial is gone?

Hello Kapow,
I had the same problem:
https://getsatisfaction.com/apperyio/...

What I did was to add this new links as external resources:
//cdnjs.cloudflare.com/ajax/libs/photoswipe/3.0.5/klass.min.js and adding the icons from media manager on the CSS file..

Hope this helps you...BTW I ended up using the carousel for images instead of photoswipe...

Kapow36
Posts: 0
Joined: Thu May 23, 2013 4:07 pm

Photoswipe no longer works, and photoswipe tutorial is gone?

Thanks Alex, here is the link the the whole library. Instead of importing the libraries using the links, I just copy and pasted the code from code.photoswipe.jquery and Klass to javascript files in my project.

http://cdnjs.com/libraries/photoswipe/

ciccio
Posts: 0
Joined: Fri Jun 14, 2013 10:40 am

Photoswipe no longer works, and photoswipe tutorial is gone?

You showld copy the icon in your assets and modify your photoswipe css too

Kapow36
Posts: 0
Joined: Thu May 23, 2013 4:07 pm

Photoswipe no longer works, and photoswipe tutorial is gone?

Right, sorry I had done that as well.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Photoswipe no longer works, and photoswipe tutorial is gone?

Hello!

After some research we have found that this plugin was updated over a year ago now. This plugin is not supported and doesn't work with the latest jQuery version.
You would need to search for another plugin which provides similar functionality.

Rashiem Page
Posts: 0
Joined: Fri Oct 25, 2013 4:41 pm

Photoswipe no longer works, and photoswipe tutorial is gone?

@Alex Garcia, can you share exactly how you used the carousel for images? What steps where taken?

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Photoswipe no longer works, and photoswipe tutorial is gone?

Hello Rashiem,

  1. Add a carousel element inside a grid. (This is to scale the image gallery to different screen sizes.)

  2. Set the number of frames you wish, In my case I set 6 frames.

  3. You have to decide if you set the height of the carousel in the properties, or add some JS on page show to scale some % of the screen.

  4. Add an Image component on each frame (and set dimension auto and 100%)

  5. If you want the image centered, add aling-center in "more properties" of the carousel item.

  6. Pass the images from rest service to the image element. In my case I ́m passing the images encoded on base 64.
    I guess this is all that I did.

    this is the end result:

    Image

    Hope this helps!

Return to “Issues”