Sure – the method of cropping/ resizing the thumbnail is normally determined in the templates functions.php file. Look for something along the lines of:
<?php set_post_thumbnail_size( $width, $height, $crop ); ?>
The third parameter is the method of cropping, a boolean. Set it to true and it will crop the image exactly, set it to false and it will resize the image close to the dimensions you provide.
Related Posts:
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- Enforcing password complexity
- Check if a menu is empty?
- Adding a search form inside a div
- How To Make Connection To WordPress Data Base In A Plugin?
- Dynamically change feature image in customiser
- Walker class: Problems with understanding how walk() method can be called without error
- How to get the post count for the last x days filtering by categories
- category not display in word press grammatically
- How to create shortcodes that pull custom field data from general settings
- Getting a fatal error while updating
- How to display related posts from parent category
- Using is_page() in functions.php not working at all
- #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- Warning when using
- Way to display “Yesterday”, “Today”
- How to override wp-admin styling
- Custom admin page: How to save changes specific to users
- the_title gives me the page’s title not the post title in the following code
- How to call function at the bottom of post using plugin?
- How can I resolve the php notice “Constant EMPTY_TRASH_DAYS already defined”
- Use wp_get_recent_posts with search term
- comments_number display outside specified span
- Choose To Display Post Views With An Options Panel
- Prevent Data Resubmission On Page refresh
- HTML tags in bloginfo description
- Using fwrite() and “a” appends multiple times instead of once
- Selectbox in admin panel function linking to CSS
- How to prevent XSS alter custom global javascript object & methods in WordPress
- WordPress admin dashboard missing icons
- Which field should I edit to make the checkbox marked by default?
- Pagination in plugin’s backend
- Get URL Parameters from referer
- WordPress style.css not updating, only after theme reload
- Adding logo to WordPress header
- site_url and $current_user producing undesired results
- Is the wp_enqueue method efficient?
- Moving wordpress site from localhost to live server using GoDaddy cPanel
- Making (and edit existing) posts with ID included
- How can I import an excel column into wordpress database?
- Making an AJAX call to refresh a table
- How does WP work in conjunction with a web server?
- add_filter only for front office
- Change url tag name
- Help with WordPress function inside a shortcode
- Wpdb->insert() doesn’t insert new row after the last one
- Form Submission Not Working In Custom Theme
- How to insert wp_users ->user login name to wp_terms when a new user registering?
- Show metabox only for homepage
- Custom $_SESSION expires too early
- Concatenate Custom Field Value & HTML Value
- can’t get errors
- $wpdb->get_results breaking page?
- Use of IF statement in Header file
- Display background color or image with custom meta box?
- SQL error with custom query
- Replace category title with category description in woocommerce
- Advanced Query posts
- Triggering a timewall after X days
- Bootstrap 4 Carosuel with ACF Repeater field
- WordPress Bad Request Error 400
- I am facing this error Your PHP installation appears to be missing the MySQL extension which is required by WordPress
- PHP `iconv` not working inside a WordPress site
- wordpress returns http error 500 on a fresh install
- How to make a “page-option” in WordPress
- How do if all posts has this category ID then do this
- Add a leading zero to pagination
- WP HTTP API call response
- Fatal error when using array_diff() function inside of wp_update_nav_menu hook?
- Use PHP to inject HTML into before page renders?
- Query doesn’t display text data with apostrophes
- WooCommerce Custom Tab with ACF Repeater Field
- wordpress ajax pagination
- Custom fields changes the formatting of metabox input
- Display product attributes for current product
- soap request in wordpress for a fedex pickup request [closed]
- Dynamically Create Posts Via XML File
- What is wrong with assigning values to a WP_List_Table class?
- Jetpack: Display Site Title when no Site Logo
- PHP call div with function
- Create server side text from wordpress page
- Make first child link default instead of its parent
- How to set a cookie based on a page Get variable?
- Editing the contents of just one div on a page from wordpress
- WordPress – show all posts + ones with specific tag
- How to change the menu color
- I want Page titles and excerpts to show up on home.php in certain order
- How do I reformat this to add php inside php?
- Advanced custom fields Repeater conditional statement not working [closed]
- Send a custom notification to customer on WooCommerce cancelled order status
- How to code bulk order form in wordpress
- How to align buttons properly [closed]
- index.php file keeps redirecting to a non-existent index.html file?
- How to pass parameter to another url?
- HTTP 500 Error after Creating Shortcode
- Show button in header when product custom field is not empty
- Why a class property becomes empty?
- how to goto specific page number including title with permalink
- WordPress PHP8 Critical Error in class-wp-widget.php
- How to get the last date updated of postmeta?