Giter VIP home page Giter VIP logo

plusgallery's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plusgallery's Issues

Not Touch Enabled

Hi
I am a bit confused here because on your website you say it is touch enabled so we can swipe through the slideshow.
I can see that in your code you are testing for touch events but then you are only using that result to add specific "touch" "non-touch" classes to elements but without attaching any behavior or css to those classes.

I tried on Android ICS and no touch swiping function is enabled.

is it a bug or not implemented yet?

Thank you.

Gallery causes crash on iPod touch 4G

When opening a photo on an iPod touch 4G, the browser crashes. Is there any solution? Maybe the gallery just needs a bit performance improvement.

crash on iphone and ipad

Hello Jermartin,

I noticed I click one of too many images in one of albums so it crashes on iphone or ipad.
Any ideas ?

Aabhas

links to albums

For the time buing it's not possible to link single album from gallery

ie: site.com/gallery/album-from-april

it's because of responsive jquery.

I wish to have this functionality to link single album galleries from posts /articles.

Maybe I will implement this in free time this weekend.

New Album keeps loading

We put some photos into facebook and clicked this new album in our own website, another albums seems work.
Noticed that it keeps loading and does not show anything. Can you resolve this issue ?

Aabhas

Uncaught TypeError: Cannot read property 'photo' of undefined

I'm getting this javascript error for the flickr.html example that is included, along with my attempt at getting a flickr account to load. Any ideas on how to resolve this?

The error is on line 614:
case 'flickr':
objPath = json.photoset.photo;
break;

Google Photos

This is not an "issue" but a question if anyone have figured out if this awesome gallery can
be used with Google Photos.

Google Photos produces a url like this: photos.google.com/share/ < long string> ?key= < long string>

Video

Please add youtube, vimeo video gallery support.

Link directly to an album

Hi,

is there a possibility to link directly to an album from anywhere of my website ?

I need a Link from my Landingpage directly to an album ?

Please help.

Greetz Bavramor

Wrong photos displayed with multiple galleries on the same page

I am trying to create a page which can display a number of Google+ albums using the 'google-multiple.html' example you gave. When I change an album and click on a particular photo to browse through the album in full size, it always displays the first two images correctly, but the third is fetched from the album that was loaded first.

Otherwise, it looks great!
Thanks

TypeError: obj.images is undefined

Hi,
setting up the facebook gallery returns this error:
TypeError: obj.images is undefined
(plusgallery.js:677:15)

Otherwise, it looks great!
Thanks

Feature: Include social buttons

Would it be possible to include the social button for each picture? In the Google plus album each photo is getting a +1 button. It would be great to have an option to show it on the personal website.

Add Accessibility to division by adding title attribute

Is it possible to add a title to the division to increase the level of accessibility when the page is read by screen readers?

The title attribute on the div tag provides accessibility as it communicates a description of the content to screen readers.

google.html example not working with 2014-08-06 version

The current HEAD c530129 in master branch fails to work with the Google+ show-all-albums example google.html. Instead of showing all available public albums on load, it shows a blank page instead.

It turns out that it was trying to access a non-existent resource with this URI:

to which Google replies with a 404 Not Found error, saying "Invalid entity id: undefined".

For comparison, the working example at http://plusgallery.net/plusgallery/google.html, which uses an older-but-working +Gallery v0.8.5, loads the album index with this URI:

Thanks in advance for looking into this.

Anthony

Issue with IE9 and loading Galleries

This appears to happen with loading galleries possibly only Facebook Galleries with IE9. This would be somewhere within the loadGallery method.

Increase accessibility by including content in landmarks

I am increasing the accessibility of the web pages at my university and have started adding ARIA labels and roles to define landmarks, however some divisions on the plus gallery do not have roles and aria labels.

Is it possible to include a role and aria-label such as role="complementary" aria-label="Plusgallery Flickr photo album" on the div with id=pgzoomview ?

When using aria landmarks it is best practice to include all content on the page in landmarks to help users navigating the page without losing track of content who use screen readers.

Multiple Galleries on one page?

I'm using +Gallery to load images from flickr onto a site. Is there any way to use more than one instance of the plugin? At the moment, only the first instance is being displayed, it appears that the second instance is being ignored.

Events?

Is there support for events (like post-load, pre-load, etc?).

Would love to easily tie into them if possible! If there are, beefing up documentation in that area could help tons!

Loading Plus Gallery Through Ajax

Jer first off man, solid work. This plugin works flawlessly and elegantly on the most straightforward sites. I am having a small problem when I load the plus gallery using AJAX.

www.ychicago.com/projectwinters

To recreate the bug click on the "Gallery" menu option and panel will slide in and load the Plus Gallery.

Next click on another menu option. The panel should change content (please pardon the lack of animation is we are still in dev)

Next click back to the Gallery menu option. Everything should clear out and the plus gallery should come back. Now click on a gallery feed to go deeper and the thumbnails should slideUp then slideDown not allowing the user to see the thumbnails.

I feel this has to do with loading the gallery via Ajax and some variables are not clearing. Any guidance would be appreciated. Thank you very much.

Limited number of photos on facebook

I noticed our facebook album has limited to 25 photos in one page. I checked your code of plusgallery.js that shows the data-limit. I tried to set more than your data limit but does not work properly and stays the same to be 25. Can you fix some number of those unlimited pages and albums. I would appreciate if you could fix this code. Thanks!

Logical error

If data-album-limit and data-exclude are used simultaneously, unstable.

albumURL = 'http://graph.facebook.com/' + pg.userId + '/albums?limit=' + pg.albumLimit + '&callback=?';

data-album-limit=1 and return album is excluded.... problem!

/ fixes

Hi thanks for the splendid gallery. I have been looking for something like that in a while and was planning on writing something myself.

I have noticed a small issue. I downloaded the app and dropped it into my local xampp on win ...

The issue with the code there is that all libs pulled into your sample html pages start with a slash like so:

<link rel="stylesheet" href="/css/plusgallery.css">

I have however dropped the app into a folder gallery thus href="/ or src="/ will still look at / and not /gallery/.
There are also some instances in plusgallery.js itself pulling the images from /images

easy fix for this would be to use ./ like so <link rel="stylesheet" href="./css/plusgallery.css">

cheers and great work!!!

Bower support

Nice plugin!

For more convenient install, please add bower support! It's easy and fun, find more about it at http://bower.io.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.