• Resolved peucaio

    (@peucaio)


    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/

Viewing 1 replies (of 1 total)
  • 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.