We're merging with GenerateBlocks! Learn more here.

[Support request] Retina Featured Images

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Retina Featured Images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8072
    Randy
    Participant

    Hi guys!

    I’m hoping for a little insight on how WPSP handles featured image sizing. I’m checking out my development site (http://5ma.8b5.myftpupload.com) on my phone and the images aren’t super sharp. I’m assuming they’re being resized somewhere along the way. Any suggestions on how get clean retina images on mobile?

    Thanks in advance!

    #8082
    Tom
    Keymaster

    Hi there,

    As long as you aren’t using the image sizing options in WPSP, we use core WordPress featured image code.

    Since you’re using JPG images, WordPress will decrease the quality by default. You can increase it like this:

    add_filter( 'jpeg_quality', function() {
        return 100;
    } );

    Adding PHP: https://docs.wpshowposts.com/article/adding-php/

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