Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bassjobsen

    (@bassjobsen)

    Hi,

    Thanks for sharing your issue.
    As i understand, your images are not squares.
    The plugin don’t use wp’s thumbnail images but the “normal” sized images (set under setting>media).

    What do you expect when making the height smaller? Should you images cut of or should they resize? If the resize, should the image ratio kept intact or not?

    Regards

    Thread Starter Permana Jayanta

    (@permanaj)

    Hi,

    Thanks for the response.

    My image is not squared. I want to make the image appear square, maybe resized like the first screenshot. I want user can upload any size and thumbnail will be shown square, or all product thumbnail appear with same dimension.

    I see, it use ‘Medium’ size. I think medium size image is not crop to exact dimension. Where can I edit to use ‘Thumbnail’ size. The ‘Thumbnail’ size is crop to exact dimension.

    Plugin Author bassjobsen

    (@bassjobsen)

    Hi,

    In line 560, $thumbnail = get_the_post_thumbnail($post->ID, 'medium'); is used, to can change that. I will make it an option in the next version.

    Thanks for your feedback!

    Thread Starter Permana Jayanta

    (@permanaj)

    Yup, working. Awesome, thumbnail option would be nice addition. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image thumbnail size’ is closed to new replies.