[wp-trac] [WordPress Trac] #44860: Images uploaded is not in high resolution.

WordPress Trac noreply at wordpress.org
Wed Aug 29 04:29:13 UTC 2018


#44860: Images uploaded is not in high resolution.
------------------------------+------------------------------
 Reporter:  sheaterraorganic  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  Media             |     Version:
 Severity:  normal            |  Resolution:  invalid
 Keywords:  close             |     Focuses:
------------------------------+------------------------------
Changes (by mukesh27):

 * keywords:   => close
 * resolution:   => invalid
 * status:  new => closed
 * component:  General => Media


Comment:

 Images are resized in order to suit performance. That decreases their
 quality too. Also, WordPress 4.4 has introduced a featured called
 Responsive Images. To disable image compression in WordPress you can use
 below filter with image quality as per your needs.

 {{{#!php
 <?php
 function wp_thumbnail_quality() {
     return 80;
 }
 add_filter( 'jpeg_quality', 'wp_thumbnail_quality' );
 }}}


 WP or any other platform does not provide free images but for free WP
 template check https://wordpress.org/themes/ and use template as per your
 needs.

 You use use Bluehost, SiteGround, etc. refer this article -
 https://wordpress.org/hosting/

 It's WP bug report panel so it is not possible to check your website and
 give you bug report.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/44860#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list