Title: Setting image resizing size/compression
Last modified: August 30, 2016

---

# Setting image resizing size/compression

 *  Resolved [peucaio](https://wordpress.org/support/users/peucaio/)
 * (@peucaio)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/setting-image-resizing-sizecompression/)
 * Hello!
 * First, thanks for the plugin, it’s really beautiful and really optimizes the 
   overall website.
    The subject is regarding image resizing and options to control
   it.
 * I’ve recently migrated a blog from blogger to WP, with lots of images in different
   sizes. In the new website, the post images are centered with a fixed width (80%
   of container).
 * When I use the Image optimizing tool, it suggests and resizes to a size smaller
   than used in the page. This naturally makes the images look blurry, specially
   with the high compression used.
 * My questions are:
    – how do I control the size of image resized? – And the JPG
   compression quality? – Is there any way to set a fixed width, let the plugin 
   calculate the height and resize it? Even if I need to hack the php code, that’s
   fine
 * Do you plan to offer a Settings page for the plugin?
 * Thanks in advance!
    Pedro
 * [https://wordpress.org/plugins/wp-meta-seo/](https://wordpress.org/plugins/wp-meta-seo/)

Viewing 1 replies (of 1 total)

 *  [JoomUnited support](https://wordpress.org/support/users/viennv/)
 * (@viennv)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/setting-image-resizing-sizecompression/#post-6317324)
 * Hi, thanks for interested in our plugin. There isn’t option to control size of
   images resized it. The plugin have got a tool to auto detect images in your posts
   which are not in good size (For example the image’s size is 600px x 500px, but
   in the post it display in 300px x 250px), then it report wrong image size and
   ask do optimize them.
    About image resized quality, we used php function imagejpeg
   with default quality 75%, you can increase it by modify the line 505 in the file
   inc\class.image-helper.php case ‘jpg’: imagejpeg($new, $destination); to case‘
   jpg’: imagejpeg($new, $destination,99);
 * Regards

Viewing 1 replies (of 1 total)

The topic ‘Setting image resizing size/compression’ is closed to new replies.

 * ![](https://ps.w.org/wp-meta-seo/assets/icon-256x256.png?rev=1900542)
 * [WP Meta SEO](https://wordpress.org/plugins/wp-meta-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-meta-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-meta-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-meta-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-meta-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-meta-seo/reviews/)

## Tags

 * [compression](https://wordpress.org/support/topic-tag/compression/)
 * [resizing](https://wordpress.org/support/topic-tag/resizing/)

 * 1 reply
 * 2 participants
 * Last reply from: [JoomUnited support](https://wordpress.org/support/users/viennv/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/setting-image-resizing-sizecompression/#post-6317324)
 * Status: resolved