• I am using a theme that displays an “About The Author” module beneath single posts using an image sized at 250×250. Because of this I would like to retrieve a larger image size from CUPP than the ‘thumbnail’ size because it is appearing blurry when called up for this module.

    I am inexperienced with modifying code and would like someone to help me isolate the lines that need adjustment and walk me through my options.

Viewing 1 replies (of 1 total)
  • Plugin Author Vincent Listrani

    (@vincentlistrani)

    Hello @jansleyy,
    You will need to find the file in your theme where the avatar is being called. In there you can either modify the get_avatar($user_id, 250) code or add the snippet of code provided on the front page of this plugin and change the 'thumbnail' wording to another image size or an array like array('250', '250')

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Retrieve Larger Size Image’ is closed to new replies.