High quality thumbnails

Posted in: Newspaper
Post count: 1

Hello,

I’m wondering if there’s a way to up the quality on the thumbnails uploaded though “featured image” that are displayed on the homepage and above the post copy. Just about all the images we have are pulled from Getty and I’d like to keep the high image quality and not scale down.

Thanks!

Post count: 3343

Hello,
Do you mean to change the compression of the featured images. Add this code at the end of the function.php file *is set to 100 – no compression, you can change the compression from that code:
add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.