I have a question about the thumbnails size on homepage, which are generated by show_post_snippets shortcode. The thumbnail size is 195×220 and I don’t know how and where this size is generated. I just want the thumbnail ratio as its original ratio. How can I do that?
The current size is 295×220 for small sized images. The file framework.php in framework directory has the code which sets the image sizes. Look for functions get_easy_image_name_map() and get_image_sizes() after line number 120. You can change the image sizes here to suit your need and then use either