• The plugin seems to ignore the crop position defined in custom images sizes. For example:

    add_image_size( 'related_post_thumbnail', 500, 500, array( 'left', 'bottom' ) );

    when I upload a new image, the jpg version is cropped “left,bottom”, while the webp version is still cropped “center,center”

  • The topic ‘Ignoring crop position’ is closed to new replies.