Kris-B / nanoGALLERY

image gallery simplified - jQuery plugin. Touch enabled, responsive, justified/cascading/grid layout and it supports pulling in Flickr, Google Photos and self hosted images.
https://nanogallery2.nanostudio.org/
438 stars 101 forks source link

Google Picasa & thumbnailLabel.title generates wrong filenames #28

Closed webelementz closed 10 years ago

webelementz commented 10 years ago

Hi, when using the thumbnailLabel.title & Google Picasa it displays very long text string which is not the actual file name. I am assuming that this is because of the way Picasa handles the file names when images are uploaded to albums, but I do know the original file names still exist (if you right click on a image and choose "save as" it displays the real file name). Any possible way to get this to work with Picasa?

Can be seen on our newly launched website: http://www.route66marine.com - BTW we just purchased a commercial license from you (From Zeovit USA) for route66marine.com - Good work on this and thanks for the support!

Scott Hasler Web/Graphics Developer 513-503-9114 shasler@twc.com

Kris-B commented 10 years ago

Hi, and thanks for your support!

The issue in the filename is due to the encoding of the URL where the filename is extracted from. Some characters like space and brackets are not correctly decoded in the plugin. This will be fixed in the next release.

Kris-B commented 10 years ago

Please check release 4.4.2

webelementz commented 10 years ago

Yes! 4.4.2 release fixed the issue! Thanks so much!

Kris-B commented 10 years ago

;-)