Hi Nancy,
Thanks for writing. I’ve been digging through the forums for an hour because I just KNEW there was a thread on this. Turns out it was close, but about the roster tables, not the gallery. See List versus Gallery View. Your question is a bit different. This is a bug that will be fixed in the next release. In the meantime, here’s a simple work-around. Find this rule in the plugin’s stylesheet:
#player-photo img {
border: 1px solid #FFF;
padding: 5px;
background-color: #EEE;
}
and add these two properties to it:
width: 400px;
height: 400px;
Regards,
-Mark