Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    To modify the thumbnail size, you only need to follow the steps below:

    1. Open the codepeople_shearch_in_place.js file in the text editor of your preference. The codepeople_shearch_in_place.js file location is:
    /wp-content/plugins/search-in-place/js/codepeople_shearch_in_place.js

    2. Replace the text:

    image_width:50,image_height:50

    with the new thumbnail size, for example, if you want the thumbnail’s size in 25×25:

    image_width:25,image_height:25

    3. Save changes and updates the online file.

    That’s all.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Search in Place] Thumbnail Size’ is closed to new replies.