• Hi Mark,

    I was wondering why the player pictures at my site were so blurry and I found the reason. The default image size is set to 150 by 150 which corresponds to the thumbnail size. I’m using a slightly larger image size, set in the plugin admin options (in my case 198px). Currently, the plugin retrieves the thumbnail which is then resized to 198px width. Since I already size the images before uploading them, they get this blurry appearance.

    By modifying line 237 in mstw-tr-utility-functions.php to use wp_get_attachment_url() instead of wp_get_attachment_thumb_url(), no resizing is done by WordPress and the images are chrystal clear.

    I don’t know if this is something you want to change as default, as it might break other people’s sites, but I thought I’d mention it here in case someone else runs in to the same situation.

    -mallard66

    https://wordpress.org/plugins/team-rosters/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi mallard66,
    Cool. Thumbnail behavior is obfuscated to say the least, so I will try that out for sure. I wonder why it somehow messes with the sizing if height & width match on your original image and the <img>??

    Thank you very much.
    -Mark

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi mallard66,
    Cool. Thumbnail behavior is obfuscated to say the least, so I will try that out for sure. I wonder why it somehow messes with the sizing if height & width match on your original image and the <img>??

    Thank you very much.
    -Mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Player images blurry (with possible resolution)’ is closed to new replies.