Adds a widget that shows recent post thumbnails
You may need to rebuild your thumbnails. The easiest way to do this is probably using this plugin: https://wordpress.org/extend/plugins/regenerate-thumbnails/
CSS similar to this should work:
.widget_recent_thumbs ul { list-style: none; }
.widget_recent_thumbs ul li { display: inline; }
Requires: 3.3.1 or higher
Compatible up to: 3.5.1
Last Updated: 2012-12-16
Downloads: 279
Got something to say? Need help?