Hi,
I am curious if there is a way to automatically resize images to thumbs? We have asked to include their own image, which is a different size for each person, so would like to have the all same thumb size. Any thoughts? See here: http://ynpn.org/30/chapter-congress-reps-test/
Thanks!
Dana
http://wordpress.org/extend/plugins/gravity-forms-addons/
digisavvy
Member
Posted 1 year ago #
You could try a bit of CSS
.ngg-singlepic {
max-width: 60px;
}
This snippet of CSS will make the thumbs the same width at least. The height would still differ, but it would be a cleaner layout for you.