davaobase
Member
Posted 6 months ago #
Based on what I read from the documentation of Shashin 3:
A numeric value supported by Picasa for album thumbnails: 32, 48, 64, 72, 104, 144, 150, 160. All album thumbnails are cropped square.
However, when I tried the code (below) in my page, the thumbnails aren't cropped square:
[shashin type="album" columns="3" size="144" reverse="y"]
link: http://www.davaobase.com/main/site-photos
Help, anyone?
http://wordpress.org/extend/plugins/shashin/
davaobase
Member
Posted 6 months ago #
Got it! I inserted crop="y" in the code. So the new code is:
[shashin type="album" columns="3" size="144" reverse="y" crop="y"]
Voila! It works!
By the way, to Toppa, kindly add "crop" in your current list of shortcode attributes. Great plug-in you got here!
Mike Toppa
Member
Posted 6 months ago #
Thanks for pointing out the mistake in the documentation. I've fixed it, and added documentation for "crop"