change player bio image size

Shoal Summit Solutions Forums MSTW Team Rosters Plugin change player bio image size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2061

    Hi,
    I have uploaded images at 400×400 px and changed the player photo width and height to 300×300 (may go larger) on the Team Roster Setting page, but the page is loading the thumbnail image 150×150 and stretching it. How can I fix this?
    I’m using WP 4.0, Twenty Twelve child theme, and Team Roster 3.1.2.
    My problem can be seen at http://ladyvengeancesoftball.com/players/peterson-cassie/?format=baseball-high-school%3Ccode%3E
    Thanks,
    Nancy

    #2063
    Mark
    Keymaster

      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

      #2099

      I’m looking to change the individual player bio page. I can change the size of the image that is produced on the individual player bio page using the team roster display setting page, but what it is doing is grabbing the 150x150px thumbnail that is produced by wp and stretching it to 400x400px. Same thing happens when I use the above code.

      #2100
      Mark
      Keymaster

        Okay, got it. Yup, that’s an interesting question. Can you change your thumbnail size to 400×400 in your Dashboard->Media-.Settings? Then you might try the Regenerate Thumbnails plugin so you don’t have to re-import your existing photos.

        Let me know. Thumbnails seem to always be a challenge. I’ll probably revise that in the next release.

        -Mark

        #2101

        My pictures are no longer blurry.
        Thank you!

        #2131
        Mark
        Keymaster

          You’re welcome.

        Viewing 6 posts - 1 through 6 (of 6 total)
        • You must be logged in to reply to this topic.