toppa / Shashin

A WordPress plugin for displaying photos and videos from Google+, Youtube, and Twitpic
http://www.toppa.com/shashin-wordpress-plugin/
GNU General Public License v3.0
24 stars 10 forks source link

Support for old tags uses incorrect sizes #25

Closed firedev closed 13 years ago

firedev commented 13 years ago

[salbumphotos=38,144,1] inserts images that are too small: <img src="*.JPG?imgmax=128" alt="" width="128" height="85"

toppa commented 13 years ago

I just uploaded a fix - please confirm it works for you

firedev commented 13 years ago

Did you push it?

toppa commented 13 years ago

Yes, yesterday - it was a bug in Public_ShashinDataObjectDisplayer::setActualThumbnailSizeFromValidSizes()

firedev commented 13 years ago

Sorry, something with git, so I just cloned shashin and toppa-libs again and it works now. Thanks!